summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2012-11-14ar5523: Fix sparse endianness warningsPontus Fuchs2-21/+24
2012-11-14drivers/net/wireless/ath/ath6kl/hif.c: drop if around WARN_ONJulia Lawall1-4/+2
2012-11-14Wireless: rt2x00: Add device id for Sweex LW323 to rt2800usb.cJaume Delclòs1-0/+1
2012-11-14mwifiex: add multi-queue supportAvinash Patil14-98/+107
2012-11-14mwifiex: add support for SDIO card resetAmitkumar Karwar4-0/+38
2012-11-14brcmfmac: remove duplicated include from dhd_dbg.cWei Yongjun1-1/+0
2012-11-14ar5523: use module_usb_driver to simplify the codeWei Yongjun1-12/+1
2012-11-14add Marvell 88W8688 support to libertas_sdioHarro Haan1-9/+30
2012-11-14carl9170: kill MODULE_VERSIONLuis R. Rodriguez1-5/+0
2012-11-14ath9k: fix memory leak in DFS pattern detectorZefir Kurtisi1-0/+1
2012-11-14ath9k: resolve name collision in DFS detectorZefir Kurtisi2-4/+4
2012-11-14wireless: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches3-66/+52
2012-11-14rtlwifi: rtl8192ce: rtl8192cu: rtl8192se: rtl81723ae: Turn on building of the...Larry Finger9-30/+181
2012-11-14rtlwifi: Modify files for addition of rtl8723aeLarry Finger5-0/+333
2012-11-14rtlwifi: rtl8723ae: Add new driverLarry Finger29-0/+15579
2012-10-30ar5523: make buffer size variable unsignedDan Carpenter1-1/+1
2012-10-30rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: rtl8192de: Shorten some v...Larry Finger20-548/+418
2012-10-30rtlwifi: rtl8192c: rtl8192ce: Add support for B-CUT version of RTL8188CELarry Finger6-11/+85
2012-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-94/+104
2012-10-29ath9k: Dump BTCOEX tuning parametersRajkumar Manoharan3-1/+87
2012-10-29ath9k_hw: validate MCI stuck after RTC wakeupRajkumar Manoharan1-3/+3
2012-10-29ath9k_hw: Fix concurrent tx on lower tx powerRajkumar Manoharan2-1/+6
2012-10-29ath9k_hw: Enable hw PLL power save for AR9565Rajkumar Manoharan2-4/+4
2012-10-29ath9k_hw: Enable hw PLL power save for AR9462Rajkumar Manoharan1-2/+2
2012-10-29ar5523: Add new driverPontus Fuchs7-0/+2399
2012-10-29brcmfmac: store IEs per virtual interfaceArend van Spriel2-8/+24
2012-10-29brcmfmac: remove unnecessary macro usage in brcmf_cfg80211_resume()Arend van Spriel1-1/+1
2012-10-29brcmfmac: add virtual interface support in brcmf_cfg80211_suspend()Arend van Spriel1-25/+28
2012-10-29brcmfmac: use memset when setting a broadcast mac addressArend van Spriel1-7/+5
2012-10-29brcmfmac: rename check_sys_up() to check_vif_up()Arend van Spriel1-24/+24
2012-10-29brcmfmac: remove unused enumeration wl_prof_listArend van Spriel1-13/+0
2012-10-29brcmfmac: cleanup brcmf_cfg80211_profile structureArend van Spriel1-13/+7
2012-10-29brcmfmac: remove debugfs functionality from wl_cfg80211.cArend van Spriel2-45/+0
2012-10-29brcmfmac: separate connection status from scanning statusArend van Spriel2-120/+156
2012-10-29brcmfmac: use vif struct to check_sys_up() functionArend van Spriel1-44/+59
2012-10-29brcmfmac: store profile information per virtual interfaceArend van Spriel2-35/+34
2012-10-29brcmfmac: introduce brcmf_cfg80211_vif structureArend van Spriel3-62/+129
2012-10-29brcmfmac: remove brcmf_find_bssidx() functionArend van Spriel1-10/+0
2012-10-29brcmfmac: change parameter list for send_key_to_dongle()Arend van Spriel1-19/+6
2012-10-29brcmfmac: use fwil for default configuration setup.Hante Meuleman5-313/+167
2012-10-29brcmfmac: streamline header parse code of sdio glom readFranky Lin1-112/+62
2012-10-29brcmfmac: use struct brcmf_if as interface object for fwil functionsArend van Spriel3-155/+162
2012-10-29brcmfmac: add function converting ieee80211_channel to chanspecArend van Spriel1-25/+27
2012-10-29brcmfmac: use bssidx from struct brcmf_if for bsscfg specific commandsArend van Spriel3-36/+33
2012-10-29brcmfmac: rework driver initialization in brcmf_bus_start()Arend van Spriel6-43/+41
2012-10-29brcmfmac: extend struct brcmf_if with bssidx fieldArend van Spriel6-25/+39
2012-10-29brcmfmac: clean usb download code.Hante Meuleman1-33/+8
2012-10-29brcmfmac: remove redundant function brcmf_c_mkiovar_bsscfgHante Meuleman2-48/+0
2012-10-29brcmfmac: change testmode command to use new firmware interface layerHante Meuleman3-58/+9
2012-10-29brcmfmac: remove unused iswl variable.Hante Meuleman4-14/+2