summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-agn.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-21iwlagn: rewrite HW cryptoJohannes Berg1-3/+5
2011-07-21iwlagn: iwl_bus holds drv_data as void * instead of iwl_privEmmanuel Grumbach1-3/+0
2011-07-21iwlagn: simplify the bus architectureEmmanuel Grumbach1-2/+1
2011-07-21iwlagn: move iwl_prepare_card_hw to the transport layerEmmanuel Grumbach1-3/+0
2011-07-21iwlagn: move more functions from the start flow to the transport layerEmmanuel Grumbach1-4/+1
2011-07-21iwlagn: SCD configuration for AMPDU moves to transport layerEmmanuel Grumbach1-12/+1
2011-07-21iwlagn: kill iwlagn_setup_deferred_workEmmanuel Grumbach1-1/+0
2011-07-21iwlagn: kill iwlagn_rx_handler_setupEmmanuel Grumbach1-1/+1
2011-07-16iwlagn: add tx start API to transport layerEmmanuel Grumbach1-1/+0
2011-07-16iwlagn: move all the ICT related functions to iwl-trans-rx-pcie.cEmmanuel Grumbach1-4/+0
2011-07-16iwlagn: move iwlagn_stop_device to transport layerEmmanuel Grumbach1-1/+0
2011-07-16iwlagn: move tx transport functions to iwl-trans-tx-pcie.cEmmanuel Grumbach1-3/+0
2011-07-16iwlagn: move rx transport functions to iwl-trans-rx-pcie.cEmmanuel Grumbach1-6/+0
2011-07-16iwlagn: remove un-necessary fileWey-Yi Guy1-11/+2
2011-07-16iwlagn: move the Rx dispatching to the upper layerEmmanuel Grumbach1-0/+2
2011-07-16iwlagn: move sync_irq to transport layerEmmanuel Grumbach1-8/+0
2011-07-16iwlagn: move the tasklet / irq to the transport layerEmmanuel Grumbach1-0/+1
2011-07-16iwlagn: move Tx datapath to transport layerEmmanuel Grumbach1-0/+4
2011-07-11iwlagn: remove iwlagn_hcmd_utils structure and call directlyDon Fry1-3/+6
2011-07-11iwlagn: Enable/disable PS poll based on RSSI and BT coex traffic stateMeenakshi Venkataraman1-0/+2
2011-07-11iwlagn: remove indirection for eeprom_query_addrFry, Donald H1-2/+0
2011-07-11iwlagn: add an API for TX stopEmmanuel Grumbach1-1/+0
2011-07-11iwlagn: add an API for RX stopEmmanuel Grumbach1-1/+0
2011-07-11iwlagn: add an API to free the TX contextEmmanuel Grumbach1-2/+2
2011-07-01iwlagn: remove hcmd opsWey-Yi Guy1-0/+1
2011-07-01iwlagn: move the tx allocation funcs to the transport layerEmmanuel Grumbach1-2/+0
2011-07-01iwlagn: add rx_free to transport layerEmmanuel Grumbach1-1/+0
2011-07-01iwlagn: introduce transport layer and implement rx_initEmmanuel Grumbach1-1/+0
2011-06-24iwlagn: don't use CCK rates for P2P interfacesJohannes Berg1-0/+2
2011-06-18iwlagn: store the irq number to iwl_bus just like devEmmanuel Grumbach1-1/+1
2011-06-18iwlagn: add a get_irq method to iwl_bus_ops and use itEmmanuel Grumbach1-1/+1
2011-06-18iwlagn: introduce iwl_bus and iwl_bus_opsEmmanuel Grumbach1-2/+3
2011-06-18iwlagn: add a iwl_pci.[ch] files that will contain all PCI specific codeEmmanuel Grumbach1-0/+3
2011-06-11iwlagn: merge duplicated code into single placeWey-Yi Guy1-0/+8
2011-06-11iwlagn: don't check ucode subtypeJohannes Berg1-1/+1
2011-06-11iwlagn: add dumpit support for testmode trace functionWey-Yi Guy1-0/+10
2011-05-31iwlagn: fix incorrect PCI subsystem id for 6150 devicesWey-Yi Guy1-0/+1
2011-05-13iwlagn: add testmode trace commandWey-Yi Guy1-0/+5
2011-05-13iwlagn: remove unused pad argumentJohannes Berg1-1/+1
2011-05-13iwlagn: clean up TXQ indirectionJohannes Berg1-4/+2
2011-05-06iwlagn: remove bytecount indirectionJohannes Berg1-5/+0
2011-05-06iwlwifi: support the svtool messages interactions through nl80211 test modeCindy H. Kao1-0/+17
2011-04-30iwlagn: semaphore and calib cleanupDon Fry1-2/+0
2011-04-30iwlagn: new 105 series deviceWey-Yi Guy1-4/+4
2011-04-30iwlagn: make rxon_assoc static functionWey-Yi Guy1-2/+0
2011-04-22iwlagn: combine firmware code/dataJohannes Berg1-2/+1
2011-04-22iwlagn: implement synchronous firmware loadJohannes Berg1-7/+6
2011-04-22iwlagn: make iwlagn_wait_notification return error codeJohannes Berg1-1/+1
2011-04-22iwlagn: extend notification wait functionJohannes Berg1-2/+4
2011-04-22iwlagn: refactor up pathJohannes Berg1-0/+2