summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2008-12-05p54: revamp station power save management in access point modeChristian Lamparter2-26/+49
2008-12-05ath9k: Add a debugfs file for dumping DMA statusSujith6-74/+102
2008-12-05ath9k: Add initial layout for an ath9k specific debugfs mechanismSujith3-8/+42
2008-12-05ath9k: Remove includes that are not neededSujith1-19/+0
2008-12-05ath9k: Add ATH9K_DEBUG configuration optionSujith5-17/+75
2008-12-05ath9k: Use cleaner debug masksSujith13-609/+429
2008-12-05rtl8187: fix retry count passed in rtl8187_txherton1-2/+2
2008-12-05wireless: clean up radiotap a bitJohannes Berg2-24/+3
2008-12-05ath9k: Handle channel initialization for AP modeSujith2-24/+91
2008-12-05ath5k: enable combined michael mic in key cacheBob Copeland4-14/+22
2008-12-05ath5k: clean up ath5k_hw_set_keyBob Copeland1-24/+34
2008-12-05ath5k: preserve higher order bits when setting mac addressBob Copeland1-5/+4
2008-12-05iwlwifi: remove uses of __constant_{endian} helpersHarvey Harrison2-163/+163
2008-12-05iwlwifi: properly initialize calibration command headerTomas Winkler3-33/+40
2008-12-05hostap: select required crypto bits in KconfigJohn W. Linville1-0/+7
2008-12-04if_usb: Kill directly reference of netdev->privWang Chen1-2/+2
2008-11-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller6-22/+69
2008-11-26mac80211_hwsim: fix-up some print_mac merge damageJohn W. Linville1-8/+6
2008-11-26p54: fix wmm queue settingsChristian Lamparter1-2/+1
2008-11-26ath9k: Use proper TX channel width for setting channelsSujith4-69/+60
2008-11-26ath9k: Code scrubSujith8-1865/+1231
2008-11-26orinoco: Provide option to avoid unnecessary fw cachingDavid Kilroy3-0/+75
2008-11-26orinoco: Resume spectrum_cs in the same way as orinoco_csDavid Kilroy1-1/+20
2008-11-26orinoco: Cache Symbol firmwareDavid Kilroy2-15/+34
2008-11-26orinoco: Separate fw caching from downloadDavid Kilroy1-15/+38
2008-11-26ath9k: Handle -ENOMEM on RX gracefullyLuis R. Rodriguez1-31/+26
2008-11-26ath5k: Clean up eeprom parsing and add missing calibration dataFelix Fietkau4-192/+1264
2008-11-26ath9k: Dont update rate control for every AMPDUVasanthakumar Thiagarajan3-1/+5
2008-11-26iwlwifi: TX update chicken bitsWinkler, Tomas3-0/+17
2008-11-26iwlwifi: TX setup fix confusion between TX queue and TX DMA channelWinkler, Tomas3-8/+16
2008-11-26iwlwifi: 4965 define firmware file name onceWinkler, Tomas1-2/+3
2008-11-26iwlwifi: enable base band calibration in 5000 HWTomas Winkler2-2/+7
2008-11-26iwlwifi: move iwl_clear_stations_table to iwl-sta.cWinkler, Tomas4-23/+25
2008-11-26iwl3945 : Fix ad-hoc mode for 3945Abhijeet Kolekar1-4/+1
2008-11-26ath5k: set mac address in add_interfaceBob Copeland2-11/+14
2008-11-26ath9k: Use straightforward PCI routines to setup the TX buffer.Sujith1-16/+7
2008-11-26ath9k: Update TX trigger level on a FIFO underrun.Sujith1-1/+3
2008-11-26ath9k: Fix bug in deciphering channel flagsSujith2-7/+7
2008-11-26ath9k: Move TX completion routine to xmit.cSujith3-65/+56
2008-11-26ath9k: Use helpersSujith2-197/+194
2008-11-26ath9k: General code scrubSujith6-412/+277
2008-11-26ath9k: Remove ath9k_rate_tableSujith10-374/+132
2008-11-26ath9k: Use rate_driver_dataSujith5-226/+108
2008-11-26ath9k: Remove ath_rate_softcSujith5-87/+45
2008-11-26ath9k: Remove rate control reference in VAPSujith4-85/+50
2008-11-26ath9k: We don't support non-HT devices, so remove superfluous code.Sujith1-39/+0
2008-11-26ath9k: Revamp RX handlingSujith3-519/+209
2008-11-26ath9k: Nuke fixed rate handling in driverSujith5-137/+4
2008-11-26ath9k: Remove half/quarter rate tablesSujith3-127/+20
2008-11-26ath9k: Remove ath_rate_newassoc()Sujith1-25/+8