summaryrefslogtreecommitdiffstats
path: root/drivers/net/3c59x.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-22mac80211: Allow scan to be requested in AP modeJouni Malinen1-1/+2
2009-04-22mac80211: document powersaving/beacon filter futureJohannes Berg1-10/+50
2009-04-22mac80211: enable PS by defaultJohannes Berg2-0/+24
2009-04-22mac80211: implement beacon filtering in softwareJohannes Berg3-14/+66
2009-04-22mac80211: disable powersave if pm_qos asks for low latencyJohannes Berg6-15/+72
2009-04-22mac80211: improve powersave implementationJohannes Berg5-121/+165
2009-04-22Add support for CF8381 WiFi card.Marek Vasut1-2/+32
2009-04-22p54: deactivate broken powersave function (part 2)Christian Lamparter1-2/+1
2009-04-22atheros: fix propagation of bad EEPROM on regulatory initLuis R. Rodriguez3-3/+6
2009-04-22ath5k: manipulate rxlink and descriptor address under rxbuf lockBob Copeland1-3/+2
2009-04-22ath5k: use rx hw descriptor pointer for self-linked checkBob Copeland3-23/+4
2009-04-22ath5k: use bool for modparamsBob Copeland1-2/+2
2009-04-22ath5k: use tasklet_hi_schedule for beacon queueBob Copeland1-1/+1
2009-04-22ath5k: fix initvals errorsBob Copeland1-5/+3
2009-04-22p54: remove module_ stubsChristian Lamparter1-12/+0
2009-04-22ath9k: Disable autosleep feature for AR9285 based chipsets.Vivek Natarajan1-1/+2
2009-04-22mac80211: add hardware restart functionJohannes Berg5-107/+172
2009-04-22ath: add module informationChristian Lamparter2-2/+23
2009-04-22rtl8187: Remove the "8187B chip detected" message when probing RTL8187B cardsGábor Stefanik1-3/+0
2009-04-22ath9k: Remove CHANNEL_CW_INT handling in ath9k_hw_calibrateSujith1-3/+0
2009-04-22ath9k: Fix bug in calibration initializationSujith1-39/+22
2009-04-22ath9k: Use a consistent naming conventionSujith3-37/+37
2009-04-22ath9k: Cleanup calibration interfaceSujith3-38/+24
2009-04-22ath9k: Initialize ANI timersSujith1-9/+15
2009-04-22ath9k: Fix bug in determining calibration supportSujith1-2/+2
2009-04-22ath9k: Fix bug in checking HT flagSujith1-1/+1
2009-04-22ath9k: Remove unused channel flagsSujith1-12/+0
2009-04-22ath9k: Fix bug in scan terminationSujith1-0/+1
2009-04-22ath9k: Fix memleak on TX DMA failureSujith1-2/+3
2009-04-22ath9k: Handle ASPM properly for RFKILLSujith1-2/+3
2009-04-22ath9k: reset after PCI FATAL/PERR interruptsSteven Luo1-0/+1
2009-04-22b43legacy: Clean up beacon IRQLarry Finger4-51/+121
2009-04-22b43legacy: Fixes for beaconingLarry Finger2-8/+43
2009-04-22cfg80211: convert mutex assert to macroJohannes Berg1-4/+1
2009-04-22p54: remove obsolet signal quality calculationChristian Lamparter1-2/+0
2009-04-22p54: utilize all available key slots for decryption offloadChristian Lamparter2-27/+75
2009-04-22rfkill: Fix broken rfkill LED in 2.6.30-rc1Larry Finger1-1/+8
2009-04-22b43: Remove unnecessary MMIO in interrupt hotpathMichael Buesch2-44/+21
2009-04-22libertas: fix warning about %zd:John W. Linville1-2/+2
2009-04-22iwlwifi: adding interrupt counter in debugfs for debuggingWey-Yi Guy6-3/+141
2009-04-22iwlcore: fix channel display in debugfsMohamed Abbas1-1/+1
2009-04-22iwlwifi: check triple_stream_basic_rates in iwl_full_rxon_requiredDaniel C Halperin1-0/+2
2009-04-22iwlagn: Sync rxon active with changesMohamed Abbas1-1/+7
2009-04-22iwlwifi: do not set dual_stream_ant_msk for 3 streamsDaniel C Halperin1-3/+0
2009-04-22iwlwifi: Display decoded rate/mcs informationWey-Yi Guy2-4/+43
2009-04-22iwl3945: use iwl_mac_reset_tsf from iwlwifiAbhijeet Kolekar4-134/+77
2009-04-22iwl3945: use iwl_mac_get_tx_stats from iwlwifiAbhijeet Kolekar4-71/+39
2009-04-22iwl3945: use iwl_mac_config_interface from iwlwifiAbhijeet Kolekar4-201/+104
2009-04-22iwlwifi: add config_ap lib opAbhijeet Kolekar7-5/+15
2009-04-22iwl3945: use iwl_mac_config from iwlwifiAbhijeet Kolekar4-238/+138