summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-rx.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-14iwlagn: rename iwl-rx.c to iwl-agn-rx.cWey-Yi Guy1-1139/+0
2011-10-14iwlagn: merge station management functionsWey-Yi Guy1-1/+0
2011-10-14iwlagn: rename all the mac80211 callback functionsWey-Yi Guy1-1/+1
2011-10-14iwlagn: update beacon smarterJohannes Berg1-2/+0
2011-10-14iwlagn: add "echo test" command to debugfsWey-Yi Guy1-0/+1
2011-09-21iwlagn: remove the callback in host commandsEmmanuel Grumbach1-33/+62
2011-09-19iwlagn: do not use interruptible waitsJohannes Berg1-1/+1
2011-09-14iwlagn: clean up of transport layerEmmanuel Grumbach1-0/+81
2011-09-14iwlagn: remove priv dereferences from the transport layerEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: move the mapping ac to queue / fifo to transportEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: all function iwl-io.c receive iwl_busEmmanuel Grumbach1-4/+4
2011-08-29iwlagn: move isr_statistics to transport layerEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: modify the debug macro to be usable by all the layersEmmanuel Grumbach1-1/+2
2011-08-29iwlagn: priv->status moves to iwl_sharedEmmanuel Grumbach1-11/+11
2011-08-29iwlagn: workqueue moves to iwl_sharedEmmanuel Grumbach1-2/+2
2011-08-29iwlagn: introduce iwl-shared.hEmmanuel Grumbach1-0/+1
2011-07-21iwlagn: remove un-necessary "_agn"Wey-Yi Guy1-13/+13
2011-07-21iwlagn: kill iwlagn_rx_handler_setupEmmanuel Grumbach1-2/+14
2011-07-16iwlagn: move rx transport functions to iwl-trans-rx-pcie.cEmmanuel Grumbach1-136/+0
2011-07-16iwlagn: remove dual-indirect call to simply the codeWey-Yi Guy1-3/+3
2011-07-16iwlagn: move the Rx dispatching to the upper layerEmmanuel Grumbach1-0/+46
2011-07-11iwlagn: remove iwlagn_hcmd_utils structure and call directlyDon Fry1-1/+42
2011-07-11iwlagn: remove double level temperature indirect callWey-Yi Guy1-2/+2
2011-07-01iwlagn: remove the indirection for the rx write pointerEmmanuel Grumbach1-4/+3
2011-07-01iwlagn: introduce transport layer and implement rx_initEmmanuel Grumbach1-40/+0
2011-06-18iwlagn: add get_dev to iwl_bus_opsEmmanuel Grumbach1-2/+2
2011-06-03iwlagn: fix channel switch lockingStanislaw Gruszka1-12/+12
2011-04-30iwlagn: mod param cleanupDon Fry1-4/+3
2011-04-22iwlagn: implement synchronous firmware loadJohannes Berg1-50/+0
2011-04-08iwlagn: clean up & autodetect statisticsJohannes Berg1-143/+155
2011-04-08iwlagn: fix radar frame rejectionGaren Tamrazian1-0/+21
2011-04-07iwlagn: remove rxb page bookkeepingJohannes Berg1-1/+0
2011-04-07iwlagn: clean up alive handlingJohannes Berg1-5/+5
2011-04-07iwlagn: change Copyright to 2011Wey-Yi Guy1-1/+1
2011-03-07iwlwifi: fix iwl-rx.c compilationStanislaw Gruszka1-0/+1
2011-03-04iwlwifi: avoid too frequent recover from statisticsStanislaw Gruszka1-20/+26
2011-03-04iwlwifi: cleanup iwl_good_plcp_healthStanislaw Gruszka1-70/+45
2011-03-04iwlwifi: move rx handlers code to iwl-rx.cStanislaw Gruszka1-25/+498
2011-02-28iwlwifi: move remaining iwl-agn-rx.c code into iwl-rx.cStanislaw Gruszka1-2/+224
2011-02-28iwlwifi: move check health code into iwl-rx.cStanislaw Gruszka1-8/+154
2011-02-28iwlwifi: add {ack,plpc}_check module parametersStanislaw Gruszka1-2/+6
2011-02-21iwlwifi: split the drivers for agn and legacy devices 3945/4965Wey-Yi Guy1-6/+0
2011-02-21Revert "iwlwifi: split the drivers for agn and legacy devices 3945/4965"Wey-Yi Guy1-0/+6
2011-02-21iwlwifi: split the drivers for agn and legacy devices 3945/4965Wey-Yi Guy1-6/+0
2011-02-09iwlwifi: cleanup iwl_recover_from_statisticsStanislaw Gruszka1-25/+12
2010-11-15iwlagn: enable shadow registerWey-Yi Guy1-18/+27
2010-11-15iwlwlifi: update rx write pointer w/o request mac access in the CAM modeWinkler, Tomas1-1/+1
2010-10-07iwlwifi: clean up declarationsJohannes Berg1-1/+0
2010-08-27iwlwifi: initial contextificationJohannes Berg1-2/+7
2010-07-02iwlwifi: fix fw_restart module parameterWey-Yi Guy1-2/+2