summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2012-11-19ath9k: Fix BTCOEX debugfs file usageSujith Manoharan3-20/+50
2012-11-16ath9k_hw: Program filter coefficients correctlySujith Manoharan4-11/+16
2012-11-16mwifiex: don't select lib80211Johannes Berg1-1/+0
2012-11-16rtlwifi: use eth_zero_addr() to assign zero addressWei Yongjun2-4/+3
2012-11-16net/wireless: ipw2x00: remove unreachable codeStanislav Yakovlev4-11/+4
2012-11-16brcmfmac: code cleanupHante Meuleman12-119/+16
2012-11-16brcmfmac: limit hex dump on fwil.Hante Meuleman1-6/+15
2012-11-16brcmfmac: sdio module load fix.Hante Meuleman1-3/+0
2012-11-16brcmfmac: avoid usage of func->card->dev in sdio probe.Hante Meuleman2-71/+79
2012-11-16brcmfmac: sdio unload fix.Hante Meuleman2-1/+3
2012-11-16brcmfmac: Handle mmc exceptions during init correct.Hante Meuleman2-9/+16
2012-11-16brcmfmac: Any error should result in failure of probe.Hante Meuleman1-4/+2
2012-11-16brcmfmac: restructure handling of IF eventArend van Spriel1-47/+55
2012-11-16brcmfmac: ignore IF event if it is a add for ifidx 0Arend van Spriel2-7/+15
2012-11-16brcmfmac: fix wrong usage of unaligned include fileArend van Spriel1-1/+1
2012-11-16brcmfmac: fix NULL pointer access in brcmf_fweh_detach()Hante Meuleman1-5/+7
2012-11-16brcmfmac: remove mac address validation from brcmf_net_attach()Arend van Spriel1-10/+2
2012-11-16brcmfmac: change mac address parameter in brcmf_add_if()Arend van Spriel1-5/+7
2012-11-16brcmfmac: correct handling IF firmware eventArend van Spriel1-35/+31
2012-11-16brcmfmac: fix for multiple netdevice interface supportArend van Spriel4-67/+67
2012-11-16brcmfmac: change parameter in brcmf_add_if() functionArend van Spriel3-7/+5
2012-11-16brcmfmac: usb suspend/resume.Hante Meuleman2-96/+58
2012-11-16brcmfmac: cleanup of usb firmware download routinesHante Meuleman1-28/+15
2012-11-16brcmfmac: rework firmware event handling codeArend van Spriel9-770/+763
2012-11-16ath5k: precedence error in ath5k_hw_nic_wakeup()Dan Carpenter1-3/+3
2012-11-16ath5k: Use module_platform_driver macro for ahb.cSyam Sidhardhan1-14/+1
2012-11-16ath9k: Remove unused workaroundSujith Manoharan4-23/+0
2012-11-16ath9k_hw: Update AR9485 initvalsSujith Manoharan1-63/+273
2012-11-16ath9k_hw: Fix wrong peak detector DC offsetRajkumar Manoharan3-8/+116
2012-11-16mwl8k: Send BASTREAM firmware commands per vifYogesh Ashok Powar1-6/+7
2012-11-16ath9k: [DFS] add pulse width tolerance for ETSIZefir Kurtisi1-1/+6
2012-11-16Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville18-285/+990
2012-11-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville17-112/+183
2012-11-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville13-146/+463
2012-11-16ath6kl: support NL80211_USER_REG_HINT_CELL_BASE eventsKalle Valo1-3/+12
2012-11-14mwl8k: Set packet timestamp to 0 when life time expiry is not usedNishant Sarmukadam1-0/+2
2012-11-14mwl8k: Do not expire eapol framesNishant Sarmukadam1-4/+7
2012-11-14mwl8k: Unmap the pci DMA address in xmit error pathNishant Sarmukadam1-0/+2
2012-11-14mwl8k: recheck if station still has valid ratesYogesh Ashok Powar1-0/+10
2012-11-14mwl8k: defining interface combinationsYogesh Ashok Powar1-1/+18
2012-11-14mwifiex: process RX packets in SDIO IRQ thread directlyBing Zhao2-3/+4
2012-11-14brcmfmac: use struct brcmf_if parameter in firmware event callbacksArend van Spriel3-46/+46
2012-11-14brcmfmac: add dedicated USB log level.Hante Meuleman2-29/+53
2012-11-14brcmfmac: on halting driver check before release or free.Hante Meuleman1-1/+5
2012-11-14brcmfmac: check bus state to be data before sending data.Hante Meuleman2-2/+2
2012-11-14brcmfmac: return immediately error for out of range key_idx.Hante Meuleman1-9/+6
2012-11-14brcmfmac: fix build regressionArend van Spriel1-1/+1
2012-11-14brcmfmac: change return type of brcmf_sdio_hdparserFranky Lin1-24/+23
2012-11-14brcmfmac: remove brcmf_sdbrcm_wait_for_eventFranky Lin1-8/+3
2012-11-14brcmfmac: protect consecutive SDIO access with sdio_claim_hostFranky Lin3-71/+82