aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville203-2685/+21586
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville17-302/+399
2013-04-08brcmfmac: only use ifidx from BDC header in brcmf_rx_frames()Arend van Spriel3-14/+7
2013-04-08brcmfmac: obtain wdev using vif object in action frame rxArend van Spriel1-1/+2
2013-04-08brcmfmac: fix reception of P2P probe requests on P2P_DEVICE interfaceArend van Spriel2-3/+8
2013-04-08brcmfmac: wait for firmware event when creating P2P_DEVICE interfaceArend van Spriel4-35/+55
2013-04-08brcmfmac: support creation of P2P_DEVICE through user-spaceArend van Spriel2-11/+143
2013-04-08brcmfmac: use struct brcmf_if instance iso netdevice in escan functionsArend van Spriel3-52/+42
2013-04-08brcmfmac: use struct brcmf_if instance as parameter in brcmf_set_mpc()Arend van Spriel3-19/+20
2013-04-08brcmfmac: remove use of unconditional access of struct wireless_dev::netdevArend van Spriel1-6/+4
2013-04-08brcmfmac: remove condition for calling event handlerArend van Spriel1-1/+1
2013-04-08brcmfmac: add role attribute to struct brcmf_if_event definitionArend van Spriel2-3/+4
2013-04-08brcmfmac: add hexadecimal trace of message payloadArend van Spriel6-0/+19
2013-04-08brcmfmac: firmware shared data version fixPiotr Haber1-2/+2
2013-04-08brcmfmac: read firmware console without trap indicationPiotr Haber1-16/+14
2013-04-08brcmfmac: handle firmware signals requesting for packetsArend van Spriel2-2/+29
2013-04-08brcmfmac: handle firmware signalling destination entry stateArend van Spriel3-7/+79
2013-04-08brcmfmac: fix unaligned access in TXSTATUS signal handlingArend van Spriel1-1/+3
2013-04-08mwifiex: hold proper locks when accessing ra_list / bss_prio listsAndreas Fenkart1-26/+29
2013-04-08mwifiex: fix infinite loop by removing NO_PKT_PRIO_TIDAndreas Fenkart2-8/+6
2013-04-08mwifiex: remove unused tid_tbl_lock from mwifiex_tid_tblAndreas Fenkart3-9/+5
2013-04-08mwifiex: correct wrong list in list_empty checkAndreas Fenkart1-2/+1
2013-04-08rtlwifi: rtl8188ee: Fix allyesconfig build failuresLarry Finger5-32/+22
2013-04-08rtlwifi: rtl8188ee: Fix linker warningsLarry Finger1-1/+1
2013-04-08ath9k: add support for DFS master modeZefir Kurtisi5-7/+36
2013-04-08ath9k: add debugfs based DFS radar simulationZefir Kurtisi1-0/+20
2013-04-08ath9k: add interface combinations for DFS masterZefir Kurtisi1-8/+24
2013-04-08ath: Let user know which keycache method is complaining.Ben Greear1-3/+6
2013-04-08mwifiex: fix negative cmd_pending countBing Zhao6-16/+29
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-12/+11
2013-04-07net: wireless: p54spi: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-3/+3
2013-04-07net: wireless: wl1251: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-2/+2
2013-04-03brcmfmac: enable sk_buff queueing when credits depleteArend van Spriel3-60/+627
2013-04-03brcmfmac: no flow-control tlv signals when fcmode is NONEArend van Spriel1-6/+6
2013-04-03brcmfmac: only allocate firmware-signalling resources if requiredArend van Spriel2-7/+10
2013-04-03brcmfmac: move brcmf_fws_{de,}init() functionsArend van Spriel1-68/+68
2013-04-03brcmfmac: correct specified length from FIFOCREDITBACK signalArend van Spriel1-1/+1
2013-04-03brcmfmac: initialize struct brcmf_fws_info fields before iovarArend van Spriel1-4/+4
2013-04-03brcmfmac: add dedicated log level for low-level sdio debuggingArend van Spriel4-62/+63
2013-04-03brcmfmac: avoid error output on header only packetPiotr Haber1-2/+2
2013-04-03brcmfmac: avoid error output in receive pathArend van Spriel1-3/+3
2013-04-03brcmfmac: fix handling sk_buff cleanup upon bus tx failureArend van Spriel3-14/+33
2013-04-03brcmfmac: enable tx status signallingArend van Spriel5-87/+455
2013-04-03brcmfmac: add flow-control mode to firmware signallingArend van Spriel4-11/+41
2013-04-03brcmfmac: add optional bus callback definition for tx queue cleanupArend van Spriel3-3/+56
2013-04-03brcmfmac: add firmware-signalling hanger functionsArend van Spriel1-0/+197
2013-04-03brcmfmac: perform filtered firmware-signalling cleanup upon DEL_IFArend van Spriel1-2/+13
2013-04-03brcmfmac: add definitions for handling sk_buff control buffer dataArend van Spriel1-33/+107
2013-04-03brcmfmac: allow stopping netif queue for different reasonsArend van Spriel2-8/+38
2013-04-03brcmfmac: add firmware-signalling cleanup functionArend van Spriel1-5/+46