aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-26drivers/net/wireless/prism54: fix sparse warnings: make symbols staticHannes Eder1-4/+4
2008-12-26drivers/net/wireless/ipw2x00: fix sparse warnings: make symbols staticHannes Eder1-3/+3
2008-12-26drivers/net/wireless/b43: fix sparse warnings: make symbols staticHannes Eder2-12/+12
2008-12-26drivers/net/wireless/ath9k: fix sparse warnings: make symbols staticHannes Eder1-30/+32
2008-12-26drivers/net/wireless: fix sparse warnings: make symbols staticHannes Eder3-3/+3
2008-12-19b43: Add key memory dumpingMichael Buesch3-2/+53
2008-12-19b43: Suspend MAC while killing the radioMichael Buesch1-0/+2
2008-12-19ath5k: correct packet length in tx descriptorsBob Copeland3-6/+11
2008-12-19b43: Fix some MAC lockingMichael Buesch3-44/+30
2008-12-19iwlwifi: iwl-tx.c cleanup (remove unused parameter and unused local variable).Rami Rosen1-5/+3
2008-12-19ath9k: Fixed RX decryption status reportingJouni Malinen1-14/+12
2008-12-19ath9k: Fix key cache slot selection for splitmicJouni Malinen1-2/+2
2008-12-19ath9k: Protect config() callback with a mutexSujith2-0/+6
2008-12-19p54usb: bring first generation devices back to lifeChristian Lamparter1-2/+4
2008-12-19ath9k: Key cache allocation for AP modeJouni Malinen1-68/+132
2008-12-19ath9k: Fix a NULL pointer dereference in ath_rate_getJouni Malinen1-1/+2
2008-12-19iwlwifi: indicate txpower is off in sysfsJay Sternberg1-1/+5
2008-12-19iwlwifi: use GFP_KERNEL to allocate Rx SKB memoryZhu Yi2-21/+20
2008-12-19iwlwifi: use meaningful vars in _iwl_poll_bit()Wu, Fengguang1-5/+6
2008-12-19iwlwifi: remove useless gotoWu Fengguang2-12/+4
2008-12-19iwlwifi: use type uint for module param debugWu, Fengguang4-5/+5
2008-12-19iwlwifi: update comments on the debug interfaceWu, Fengguang2-11/+8
2008-12-19iwlwifi: add line feed to printkWu, Fengguang1-1/+1
2008-12-19iwlwifi: cleanup iwl-dev.hWinkler, Tomas4-32/+14
2008-12-19iwlwifi: remove a parameter (dest) from *_fill_beacon_frame() methods.Rami Rosen4-6/+3
2008-12-19ath9k: Move rate control alg register/unregister to appropriate placeVasanthakumar Thiagarajan1-16/+14
2008-12-19ath9k: Synchronize DMA transfer with CPU at right placeVasanthakumar Thiagarajan1-4/+10
2008-12-19ath9k: Remove MAC header pad before reporting TX statusJouni Malinen1-0/+12
2008-12-19ath9k: Fix TX status reporting for retries and MCS indexJouni Malinen1-1/+9
2008-12-19rtl8187: Fix crash on unload when using SLUB debugHerton Ronaldo Krzesinski1-8/+4
2008-12-19p54: remove free_on_tx parameterChristian Lamparter5-51/+37
2008-12-19p54: more accurate rssi to dBm conversionChristian Lamparter3-26/+68
2008-12-19rtl8187: Fix error returnsLarry Finger1-2/+2
2008-12-19libertas: use roundup instead of opencodingIlpo Järvinen1-1/+2
2008-12-19p54: update ACK failure statistic counter in real-timeChristian Lamparter1-0/+1
2008-12-19p54: move statistic timer update routine into a workqueueChristian Lamparter3-46/+68
2008-12-19iwlagn: fix agn rate scalingMohamed Abbas1-10/+16
2008-12-19ath5k: fix 802.11 header padding on RX, unpadding on TXBenoit PAPILLAULT1-17/+21
2008-12-19ath9k: Report HT rates in RX statusJouni Malinen1-35/+26
2008-12-19ath9k: Do not use association state to update rate tableSujith1-2/+1
2008-12-19mac80211: Fix HT channel selectionSujith3-103/+44
2008-12-18netdevice zd1201: Use after freeWang Chen1-5/+5
2008-12-12iwlwifi: add contact email to MODULE_AUTHORTomas Winkler4-3/+5
2008-12-12iwlwifi: remove 4965 from common uCode API structuresTomas Winkler5-42/+42
2008-12-12iwlwifi: remove includes of iwl-helpers.h where not neededTomas Winkler7-9/+4
2008-12-12iwlwifi: remove unused clip_groups priv memberTomas Winkler2-16/+0
2008-12-12iwlwifi: fix resume while txpower offMohamed Abbas2-1/+14
2008-12-12iwlwifi: use iwl_poll_direct_bit in EEPROM readingZhu, Yi5-37/+27
2008-12-12ath9k: Do not remove header padding on RX from short framesJouni Malinen1-2/+10
2008-12-12iwlwifi: fix build warning (iwl-rx.c)Rami Rosen1-6/+0