summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: use reassociation when possibleJohannes Berg2009-08-145-16/+65
* cfg80211: validate channel settings across interfacesJohannes Berg2009-08-149-131/+213
* wl1251: hack to disable filters for fixing associationKalle Valo2009-08-141-0/+9
* wl1251: add hw scan completed debug messageKalle Valo2009-08-141-0/+1
* wl1251: remove Luciano as maintainerKalle Valo2009-08-143-6/+3
* wl1251: rename reg.h to wl1251_reg.hKalle Valo2009-08-1414-13/+13
* wl1251: use workqueue provided by mac80211Kalle Valo2009-08-143-3/+3
* wl1251: move wl1251_acx_wake_up_conditions() to wl1251_ps_set_mode()Kalle Valo2009-08-142-8/+13
* wl1251: fix channel setting in wl1251_op_config()Kalle Valo2009-08-141-2/+2
* wl1251: create wl1251_join()Kalle Valo2009-08-142-26/+36
* wl1251: add channel to wl1251_cmd_join() parametersKalle Valo2009-08-143-12/+12
* wl1251: initialise default channel to zeroKalle Valo2009-08-142-1/+3
* wl1251: remove wait parameter from wl1251_cmd_join()Kalle Valo2009-08-143-11/+9
* wl1251: use beacon interval and dtim period provided by mac80211Kalle Valo2009-08-143-7/+30
* wl1251: reorder wl1251_cmd_join() argumentsKalle Valo2009-08-143-8/+8
* wl1251: remove wl1251_opsKalle Valo2009-08-1412-239/+842
* wl1251: make irq handling interface specificBob Copeland2009-08-145-33/+65
* wl1251: add sdio supportBob Copeland2009-08-143-0/+200
* wl1251: split spi interface into separate moduleBob Copeland2009-08-145-11/+38
* wl1251: move module probe methods into spi.cBob Copeland2009-08-146-132/+151
* wl1251: make wl1251_set_partition bus agnosticBob Copeland2009-08-144-139/+110
* wl1251: introduce wl1251_if_operations structBob Copeland2009-08-148-18/+36
* wl1251: use wiphy_dev instead of wl->spi->devBob Copeland2009-08-141-2/+4
* wl1251: separate bus i/o code into io.cBob Copeland2009-08-1414-159/+192
* wl1251: remove fixed address support from spi commandsKalle Valo2009-08-142-30/+14
* ath9k: Update beacon RSSISujith2009-08-141-0/+4
* ath9k: Remove local chainmask variableSujith2009-08-141-44/+42
* ath9k: Cleanup TX power calculation for 4K chipsSujith2009-08-141-37/+35
* ath9k: Clean antenna configuration for 4K EEPROM chipsSujith2009-08-143-53/+84
* ath9k: Add macros for Antenna DiversitySujith2009-08-141-1/+19
* ath9k: Cleanup ath9k_hw_4k_set_gain() interfaceSujith2009-08-141-11/+11
* ath9k: Split eeprom.c into manageable piecesSujith2009-08-146-3745/+3814
* ath9k: Remove a few DEBUG mesagesSujith2009-08-141-103/+23
* ath9k: Try to fix whitespace damageSujith2009-08-142-229/+215
* ath9k: Cleanup function return typesSujith2009-08-145-25/+11
* ath9k: Remove unneeded assignment of protocol fieldSujith2009-08-141-1/+0
* cfg80211: Set WEP ciphersSamuel Ortiz2009-08-141-2/+16
* cfg80211: fix SME association after disassociationJohannes Berg2009-08-141-0/+20
* cfg80211: fix nl80211 disconnected eventsJohannes Berg2009-08-141-2/+2
* mac80211: stay authenticated after disassocJohannes Berg2009-08-142-9/+23
* wl1271: add wl1271 to Kconfig and the MakefileLuciano Coelho2009-08-142-0/+18
* wl1271: add wl1271 driver filesLuciano Coelho2009-08-1423-0/+9431
* cfg80211: fix disassociation warning due to misuse of wdev->current_bssPavel Roskin2009-08-141-1/+1
* orinoco: consolidate storage of WEP and TKIP keysDavid Kilroy2009-08-144-62/+139
* orinoco: add function to retrieve current bssidDavid Kilroy2009-08-143-3/+15
* orinoco: move disassociation to hw.cDavid Kilroy2009-08-143-13/+30
* orinoco: pass orinoco_set_tkip_key the sequence lengthsDavid Kilroy2009-08-143-14/+21
* orinoco: use local types for auth alg and sequence lengthDavid Kilroy2009-08-144-25/+33
* orinoco: prefer_port3 can be a single bitDavid Kilroy2009-08-141-1/+1
* wireless: display wext SSID when connected by cfg80211Zhu Yi2009-08-141-1/+9