summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2009-08-14wl1251: make irq handling interface specificBob Copeland5-33/+65
2009-08-14wl1251: add sdio supportBob Copeland3-0/+200
2009-08-14wl1251: split spi interface into separate moduleBob Copeland5-11/+38
2009-08-14wl1251: move module probe methods into spi.cBob Copeland6-132/+151
2009-08-14wl1251: make wl1251_set_partition bus agnosticBob Copeland4-139/+110
2009-08-14wl1251: introduce wl1251_if_operations structBob Copeland8-18/+36
2009-08-14wl1251: use wiphy_dev instead of wl->spi->devBob Copeland1-2/+4
2009-08-14wl1251: separate bus i/o code into io.cBob Copeland14-159/+192
2009-08-14wl1251: remove fixed address support from spi commandsKalle Valo2-30/+14
2009-08-14ath9k: Update beacon RSSISujith1-0/+4
2009-08-14ath9k: Remove local chainmask variableSujith1-44/+42
2009-08-14ath9k: Cleanup TX power calculation for 4K chipsSujith1-37/+35
2009-08-14ath9k: Clean antenna configuration for 4K EEPROM chipsSujith3-53/+84
2009-08-14ath9k: Add macros for Antenna DiversitySujith1-1/+19
2009-08-14ath9k: Cleanup ath9k_hw_4k_set_gain() interfaceSujith1-11/+11
2009-08-14ath9k: Split eeprom.c into manageable piecesSujith6-3745/+3814
2009-08-14ath9k: Remove a few DEBUG mesagesSujith1-103/+23
2009-08-14ath9k: Try to fix whitespace damageSujith2-229/+215
2009-08-14ath9k: Cleanup function return typesSujith5-25/+11
2009-08-14ath9k: Remove unneeded assignment of protocol fieldSujith1-1/+0
2009-08-14wl1271: add wl1271 to Kconfig and the MakefileLuciano Coelho2-0/+18
2009-08-14wl1271: add wl1271 driver filesLuciano Coelho23-0/+9431
2009-08-14orinoco: consolidate storage of WEP and TKIP keysDavid Kilroy4-62/+139
2009-08-14orinoco: add function to retrieve current bssidDavid Kilroy3-3/+15
2009-08-14orinoco: move disassociation to hw.cDavid Kilroy3-13/+30
2009-08-14orinoco: pass orinoco_set_tkip_key the sequence lengthsDavid Kilroy3-14/+21
2009-08-14orinoco: use local types for auth alg and sequence lengthDavid Kilroy4-25/+33
2009-08-14orinoco: prefer_port3 can be a single bitDavid Kilroy1-1/+1
2009-08-14b43: Fix fallout from the IEEE80211_IF_TYPE to NL80211_IFTYPE change.Gábor Stefanik1-1/+1
2009-08-14b43: remove wrong probe_resp_plcp writegregor kowski1-114/+0
2009-08-14b43: Typo fixes & minor cleanupGábor Stefanik2-2/+2
2009-08-14b43: Add LP 2063 radio initGábor Stefanik3-56/+386
2009-08-14zd1211rw: make it clear we don't use leds.h LED stuffLuis R. Rodriguez3-8/+8
2009-08-14ath9k: use new FIF_PSPOLL configure filterLuis R. Rodriguez1-2/+1
2009-08-14ath5k: fix missing output in monitor mode after ifconfig upJoerg Albert1-20/+15
2009-08-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller13-49/+60
2009-08-13Revert "libertas: Read buffer overflow"David S. Miller1-8/+10
2009-08-11ar9170: fix read & write outside array boundsDan Carpenter1-2/+3
2009-08-11ar9170usb: fix spurious firmware related messageChristian Lamparter1-1/+5
2009-08-10Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2-16/+6
2009-08-07libertas: correct packing of rxpd structureBob Dunlop1-2/+2
2009-08-07mwl8k: prevent module unload hangLennert Buytenhek1-2/+2
2009-08-07mwl8k: prevent crash in ->configure_filter() if no interface was addedLennert Buytenhek1-4/+8
2009-08-07mwl8k: call pci_unmap_single() before accessing command structure againLennert Buytenhek1-2/+3
2009-08-07mwl8k: add various missing GET_HW_SPEC endian conversionsLennert Buytenhek1-4/+4
2009-08-07mwl8k: fix NULL pointer dereference on receive out-of-memoryLennert Buytenhek1-0/+2
2009-08-07ipw2x00: Write outside array boundsZhu Yi1-1/+1
2009-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds15-43/+62
2009-08-05ath9k: fix compile warning on ath9k_hw_AR9287_check_eeprom()Luis R. Rodriguez1-4/+9
2009-08-05ath9k: cancel xmit poll work at stop() callbackLuis R. Rodriguez1-0/+2