aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/reg.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-04ath9k: Remove _t postfix for ar9287_eeprom structureLuis R. Rodriguez3-12/+12
2009-08-04ath9k: remove spurious check for channel on keycache resetLuis R. Rodriguez1-3/+0
2009-08-04ath9k: remove dangling error check on keycache reset on hw initLuis R. Rodriguez1-3/+0
2009-08-04ath9k: call ath9k_hw_detach() once upon hw init failureLuis R. Rodriguez2-18/+9
2009-08-04ath9k: set sc->sc_ah to NULL after freeing itLuis R. Rodriguez1-0/+3
2009-08-04ath9k: set ah to null after freeingLuis R. Rodriguez1-0/+1
2009-08-04ath9k: rename ath9k_hw_ani_detach() to ath9k_hw_ani_disable()Luis R. Rodriguez3-4/+4
2009-08-04ath9k: rename ath9k_hw_rfdetach() to ath9k_hw_rf_free()Luis R. Rodriguez3-3/+3
2009-08-04ath9k: use helper macro to kfree and nullify on ath9k_hw_rfdetach()Luis R. Rodriguez1-26/+15
2009-08-04ath9k: remove !NULL check before kfree()Luis R. Rodriguez1-36/+26
2009-08-04ath9k: distinguish between device initialization and ath_softc initLuis R. Rodriguez4-6/+13
2009-08-04ath9k: describe hw initialization betterLuis R. Rodriguez7-14/+14
2009-08-04ath9k: break up hw initialization into a few more helpersLuis R. Rodriguez1-67/+87
2009-08-04ath9k: remove debug message for no memoery on ath_init()Luis R. Rodriguez1-2/+0
2009-08-04ath9k: rename ath9k_hw_set_defaults() to ath9k_hw_init_config()Luis R. Rodriguez1-2/+2
2009-08-04ath9k: rename ath9k_hw_newstate() to ath9k_hw_init_defaults()Luis R. Rodriguez1-2/+2
2009-08-04ath9k: move hw macrevision checker to helperLuis R. Rodriguez1-10/+18
2009-08-04ath9k: pass only one argument to hw attachLuis R. Rodriguez3-8/+8
2009-08-04ath9k: call hw initializer directlyLuis R. Rodriguez1-22/+26
2009-08-04ath9k: move cache setting of softc ah prior to attachLuis R. Rodriguez1-1/+1
2009-08-04ath9k: move devid cache setting to ath_init()Luis R. Rodriguez3-11/+9
2009-08-04ath9k: move memory allocation of ath_hw to ath_init()Luis R. Rodriguez3-58/+44
2009-08-04ath9k: propagate hw initialization errorsLuis R. Rodriguez2-5/+4
2009-08-04ath9k: use a switch for revising supported hw mac revisionsLuis R. Rodriguez1-7/+10
2009-08-04ath9k: remove usage of AR_SREV_*() wrapper to detect supported hwLuis R. Rodriguez1-2/+4
2009-08-04cfg80211: clear SSID on disconnect/no connectionJohannes Berg1-0/+4
2009-08-04iwmc3200wifi: avoid setting default key for 802.1X and RSNAZhu Yi1-13/+26
2009-08-04iwmc3200wifi: set WEP key static flag correctlyZhu Yi1-2/+8
2009-08-04iwmc3200wifi: fix set_wpa_version and set_auth_type orderZhu Yi1-2/+7
2009-08-04b43: implement baseband init for LP-PHY <= rev1Gábor Stefanik6-4/+127
2009-08-04rt2x00: cancel all work on disconnectPavel Roskin1-0/+6
2009-08-04rt61pci: fix module reloadingPavel Roskin1-0/+5
2009-08-04b43legacy: Work around mac80211 race conditionLarry Finger1-6/+16
2009-08-04rfkill: add the GPS radio typeTomas Winkler2-1/+4
2009-08-04drivers/net/wireless: Use DIV_ROUND_CLOSESTJulia Lawall1-3/+6
2009-08-04libertas: Fix WEP association failure with open source wpa_supplicant 0.5.10Maithili Hinge1-0/+2
2009-08-04iwlwifi: remove duplicated version info from sysfsJay Sternberg1-34/+6
2009-08-04iwlwifi: remove deprecated 6000 series adaptersWey-Yi Guy3-22/+0
2009-08-04iwlwifi: Distinguish power amplifier for 6000 seriesWey-Yi Guy7-15/+94
2009-08-04iwlwifi: clear iwl_cmd_meta structure before useDaniel C Halperin1-0/+1
2009-08-04b43: remove wrong probe_resp_plcp writegregor kowski1-0/+3
2009-08-04b43: Fix unaligned 32bit SHM-shared accessMichael Buesch1-7/+24
2009-08-04libertas: check valid bits in SPI bus mode regAndrey Yurovsky1-1/+1
2009-08-04mac80211: Increase timeouts for station pollingMaxim Levitsky1-2/+2
2009-08-04mac80211: Retry probe request few timesMaxim Levitsky2-12/+31
2009-08-04cfg80211: lower dynamic PS timeout to 100msJohannes Berg1-1/+1
2009-08-04iwlwifi: remove usage of orig_flagsLuis R. Rodriguez1-3/+0
2009-08-04cfg80211: enable country IE support to all cfg80211 driversLuis R. Rodriguez5-24/+33
2009-08-04cfg80211: decouple regulatory variables from cfg80211_mutexLuis R. Rodriguez2-12/+38
2009-08-04cfg80211: do not iterate over rdev list on country IE hintLuis R. Rodriguez1-42/+9