summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2012-09-11ath9k_hw: Add AR9565 HW supportSujith Manoharan7-29/+31
2012-09-11ath9k_hw: Add AR9565 initvalsSujith Manoharan3-8/+1291
2012-09-11ath9k_hw: Add version/revision macros for AR9565Sujith Manoharan3-2/+15
2012-09-11p54: fix off-by-one null pointer bug in p54_tx_80211Christian Lamparter1-1/+2
2012-09-11drivers/net/wireless/ath/ath9k/ar9003_mac.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-11ath9k: Add Generic hardware timer interrupt in debugfsMohammed Shafi Shajakhan2-0/+6
2012-09-11ath9k_hw: Read and configure thermocal for AR9462Rajkumar Manoharan2-0/+25
2012-09-11ath9k_hw: Read and apply thermometer settings from EEPROMRajkumar Manoharan2-0/+41
2012-09-11drivers/net/wireless/rtlwifi/rtl8192de/phy.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-11wireless: at76c50x: eliminate hex2str()Andy Shevchenko1-42/+12
2012-09-11ath9k_htc: Cancel BTCOEX related work before disabling BTCOEXMohammed Shafi Shajakhan1-1/+1
2012-09-11ath9k_htc: Add a modparam to enable BTCOEX rather than defaultMohammed Shafi Shajakhan2-0/+14
2012-09-11ath9k_htc: minor cleanup in ath9k_htc_add_stationMohammed Shafi Shajakhan1-9/+5
2012-09-11ath9k: Cleanup add/change_interface callbacksMohammed Shafi Shajakhan1-47/+10
2012-09-11ath9k: Remove an obselete function declarationMohammed Shafi Shajakhan1-1/+0
2012-09-11ath9k: Make use of ath_stop_ani wrapperMohammed Shafi Shajakhan1-1/+1
2012-09-11ath9k: Fix BTCOEX timer triggering comparisionMohammed Shafi Shajakhan2-2/+7
2012-09-11ath9k_hw: Fix invalid MCI GPM index access/cachingMohammed Shafi Shajakhan1-0/+8
2012-09-11brcm80211: Remove bogus memcpy in ai_detachAndi Kleen1-3/+0
2012-09-11zd1211rw: enable support for MFPJussi Kivilinna1-1/+2
2012-09-11rt2x00: add MediaTek/RaLink Rt3352 WiSoCDaniel Golle3-5/+212
2012-09-07rt2x00: rt2800 - Make probe_hw function common between PCI and USB.Gertjan van Wingerde4-132/+113
2012-09-07rt2x00: Unify GPIO register field namingsGertjan van Wingerde14-132/+143
2012-09-07rt2x00: Align GPIO register definitions with the datasheets.Gertjan van Wingerde4-2/+20
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville47-182/+418
2012-09-07rtlwifi: Update header fileLarry Finger1-1/+91
2012-09-07rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: Remove sparse warningsLarry Finger7-23/+18
2012-09-07rtlwifi: rtl8192c: rtl8192de: Fix typo in cursta_connectctateLarry Finger3-21/+21
2012-09-07mwifiex: store mwifiex_ds_misc_subsc_evt in mwifiex_privateJeff Disher2-11/+14
2012-09-07brcmfmac: add callback for nl80211 testmode commandArend van Spriel3-1/+33
2012-09-07brcmfmac: Add 43143 USB support.Hante Meuleman1-0/+9
2012-09-07brcmfmac: Add 43242 USB support.Hante Meuleman1-1/+19
2012-09-07brcmfmac: add BCM43241 sdio interface driver supportFranky Lin4-0/+22
2012-09-07brcmfmac: prevent possible race condition on usb rx control.Hante Meuleman1-1/+1
2012-09-07ath9k: Fix TX filter usageSujith Manoharan1-1/+1
2012-09-07rtlwifi: rtl8192c: remove pointless conditional before kfree_skb()Wei Yongjun1-2/+1
2012-09-07rtlwifi: rtl8192de: remove pointless conditional before kfree_skb()Wei Yongjun1-2/+1
2012-09-07mwifiex: make use of is_zero_ether_addr()Bing Zhao1-3/+1
2012-09-07mwifiex: parse rate info for APAvinash Patil5-7/+58
2012-09-07mwifiex: don't disable wait_q_enabled flagAmitkumar Karwar1-1/+0
2012-09-07mwifiex: release semaphore acquired for internal scan operationAmitkumar Karwar1-0/+5
2012-09-07airo: remove duplicated include from airo.cWei Yongjun1-1/+0
2012-09-07wl18xx: remove duplicated include from main.cWei Yongjun1-1/+0
2012-09-07wl3501_cs: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun1-2/+1
2012-09-07wireless: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun1-10/+5
2012-09-07ath9k_hw: small optimizationMohammed Shafi Shajakhan3-9/+1
2012-09-07mwifiex: use is_zero_ether_addr() instead of memcmp()Wei Yongjun1-2/+1
2012-09-07mwifiex: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun1-2/+1
2012-09-07airo: use is_zero_ether_addr() and is_broadcast_ether_addr()Wei Yongjun1-4/+2
2012-09-07drivers/net: use is_zero_ether_addr() instead of memcmp()Wei Yongjun2-3/+3