summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ath9k: describe hw initialization betterLuis R. Rodriguez2009-08-047-14/+14
* ath9k: break up hw initialization into a few more helpersLuis R. Rodriguez2009-08-041-67/+87
* ath9k: remove debug message for no memoery on ath_init()Luis R. Rodriguez2009-08-041-2/+0
* ath9k: rename ath9k_hw_set_defaults() to ath9k_hw_init_config()Luis R. Rodriguez2009-08-041-2/+2
* ath9k: rename ath9k_hw_newstate() to ath9k_hw_init_defaults()Luis R. Rodriguez2009-08-041-2/+2
* ath9k: move hw macrevision checker to helperLuis R. Rodriguez2009-08-041-10/+18
* ath9k: pass only one argument to hw attachLuis R. Rodriguez2009-08-043-8/+8
* ath9k: call hw initializer directlyLuis R. Rodriguez2009-08-041-22/+26
* ath9k: move cache setting of softc ah prior to attachLuis R. Rodriguez2009-08-041-1/+1
* ath9k: move devid cache setting to ath_init()Luis R. Rodriguez2009-08-043-11/+9
* ath9k: move memory allocation of ath_hw to ath_init()Luis R. Rodriguez2009-08-043-58/+44
* ath9k: propagate hw initialization errorsLuis R. Rodriguez2009-08-042-5/+4
* ath9k: use a switch for revising supported hw mac revisionsLuis R. Rodriguez2009-08-041-7/+10
* ath9k: remove usage of AR_SREV_*() wrapper to detect supported hwLuis R. Rodriguez2009-08-041-2/+4
* cfg80211: clear SSID on disconnect/no connectionJohannes Berg2009-08-041-0/+4
* iwmc3200wifi: avoid setting default key for 802.1X and RSNAZhu Yi2009-08-041-13/+26
* iwmc3200wifi: set WEP key static flag correctlyZhu Yi2009-08-041-2/+8
* iwmc3200wifi: fix set_wpa_version and set_auth_type orderZhu Yi2009-08-041-2/+7
* b43: implement baseband init for LP-PHY <= rev1Gábor Stefanik2009-08-046-4/+127
* rt2x00: cancel all work on disconnectPavel Roskin2009-08-041-0/+6
* rt61pci: fix module reloadingPavel Roskin2009-08-041-0/+5
* b43legacy: Work around mac80211 race conditionLarry Finger2009-08-041-6/+16
* rfkill: add the GPS radio typeTomas Winkler2009-08-042-1/+4
* drivers/net/wireless: Use DIV_ROUND_CLOSESTJulia Lawall2009-08-041-3/+6
* libertas: Fix WEP association failure with open source wpa_supplicant 0.5.10Maithili Hinge2009-08-041-0/+2
* iwlwifi: remove duplicated version info from sysfsJay Sternberg2009-08-041-34/+6
* iwlwifi: remove deprecated 6000 series adaptersWey-Yi Guy2009-08-043-22/+0
* iwlwifi: Distinguish power amplifier for 6000 seriesWey-Yi Guy2009-08-047-15/+94
* iwlwifi: clear iwl_cmd_meta structure before useDaniel C Halperin2009-08-041-0/+1
* b43: remove wrong probe_resp_plcp writegregor kowski2009-08-041-0/+3
* b43: Fix unaligned 32bit SHM-shared accessMichael Buesch2009-08-041-7/+24
* libertas: check valid bits in SPI bus mode regAndrey Yurovsky2009-08-041-1/+1
* mac80211: Increase timeouts for station pollingMaxim Levitsky2009-08-041-2/+2
* mac80211: Retry probe request few timesMaxim Levitsky2009-08-042-12/+31
* cfg80211: lower dynamic PS timeout to 100msJohannes Berg2009-08-041-1/+1
* iwlwifi: remove usage of orig_flagsLuis R. Rodriguez2009-08-041-3/+0
* cfg80211: enable country IE support to all cfg80211 driversLuis R. Rodriguez2009-08-045-24/+33
* cfg80211: decouple regulatory variables from cfg80211_mutexLuis R. Rodriguez2009-08-042-12/+38
* cfg80211: do not iterate over rdev list on country IE hintLuis R. Rodriguez2009-08-041-42/+9
* cfg80211: use goto out on country IE reg hint failureLuis R. Rodriguez2009-08-041-4/+2
* mac80211: fix powersaveJohannes Berg2009-08-041-7/+6
* rndis_wlan: rework key handlingJussi Kivilinna2009-08-041-46/+142
* rndis_wlan: add missing padding to struct rndis_80211_remove_keyJussi Kivilinna2009-08-041-0/+1
* rndis_wlan: handle 802.11 indications from deviceJussi Kivilinna2009-08-042-7/+239
* rndis_host: allow rndis_wlan to see all indicationsJussi Kivilinna2009-08-043-30/+56
* rndis_wlan: add rndis_set/query_oid debuggingJussi Kivilinna2009-08-041-2/+84
* rndis_wlan: set current packet filter to zero on stopJussi Kivilinna2009-08-041-1/+9
* rndis_wlan: reset device and restore multicast list on rndis_wlan_reset()Jussi Kivilinna2009-08-041-0/+30
* rndis_wlan: clear cfg80211 scan on rndis_wlan_stop()Jussi Kivilinna2009-08-041-0/+8
* rndis_wlan: stop workers on rndis_wlan_stop() and restore on rndis_wlan_reset()Jussi Kivilinna2009-08-041-4/+19
OpenPOWER on IntegriCloud