summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211
AgeCommit message (Expand)AuthorFilesLines
2013-05-28brcmfmac: Disable powersave mode for P2P link.Hante Meuleman1-0/+5
2013-05-28brcmfmac: Add multi channel support for P2P.Hante Meuleman1-1/+25
2013-05-28brcmfmac: use struct net_device::destructor to remove interfacesArend van Spriel3-5/+25
2013-05-28brcmfmac: free net device when registration failsArend van Spriel2-4/+9
2013-05-28brcmfmac: add additional parameter to brcmf_free_vif()Arend van Spriel3-25/+20
2013-05-28brcmfmac: Fix p2p setup when connected to ap on 5G.Hante Meuleman1-7/+21
2013-05-28brcmfmac: Turn off ARP offloading when configured for AP.Hante Meuleman3-19/+45
2013-05-17brcmfmac: announce P2P_DEVICE support in wiphy structureArend van Spriel1-1/+6
2013-05-07drivers/net: rename random32() to prandom_u32()Akinobu Mita1-1/+1
2013-04-26brcmsmac: Fix merge issuePiotr Haber1-0/+1
2013-04-23brcmfmac: add credit borrowing mechanismArend van Spriel1-8/+87
2013-04-23brcmfmac: correct error handling in brcmf_fws_init()Arend van Spriel2-9/+24
2013-04-23brcmfmac: flush queue upon MACDESC_DEL firmware signalArend van Spriel1-2/+3
2013-04-23brcmfmac: support critical protocol API for DHCPPiotr Haber5-1/+576
2013-04-23brcmfmac: allow scanning to be suppressed in the driverArend van Spriel2-1/+13
2013-04-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-139/+133
2013-04-22brcmfmac: fix potential NULL pointer dereference in brcmf_fws_flow_control_ch...Wei Yongjun1-2/+3
2013-04-22brcmfmac: stop dequeue upon sk_buff commit failureArend van Spriel1-3/+2
2013-04-22brcmfmac: change return type for brcmf_rollback_toq() to voidArend van Spriel1-3/+2
2013-04-22brcmfmac: finalize transmit upon any rollback failureArend van Spriel1-3/+3
2013-04-22brcmfmac: use lock in brcmf_fws_del_interface()Arend van Spriel1-0/+3
2013-04-22brcmfmac: schedule dequeue upon firmware-signal receptionArend van Spriel1-12/+24
2013-04-22brcmfmac: destination mac closed when interface is closedArend van Spriel1-3/+14
2013-04-22brcmutil: simplify brcmu_pkt_free_skb()Arend van Spriel1-10/+2
2013-04-22brcmfmac: remove error message upon allocation failureArend van Spriel1-3/+1
2013-04-22brcmfmac: check memory allocation in brcmf_add_if()Arend van Spriel1-0/+2
2013-04-22brcmfmac: reinitialize dequeue mask per nodeArend van Spriel1-1/+3
2013-04-12brcm80211: simplify makefilesJohannes Berg2-16/+5
2013-04-12brcmfmac: remove ifidx variable from brcmf_fws_process_skb()Arend van Spriel1-3/+2
2013-04-12brcmfmac: rename brcmf_fws_mac_desc_ready()Arend van Spriel1-18/+13
2013-04-12brcmfmac: pass ifp pointer in brcmf_fws_find_mac_desc()Arend van Spriel1-8/+5
2013-04-12brcmfmac: obtain iftype for firmware-signal descriptor lookupArend van Spriel3-3/+17
2013-04-12brcmfmac: define and use platform specific data for SDIO.Hante Meuleman5-187/+126
2013-04-12brcmfmac: Add drive strength programming for SDIO 43143.Hante Meuleman1-19/+34
2013-04-12brcmfmac: Add 43143 SDIO support.Hante Meuleman4-0/+31
2013-04-12brcmfmac: add BCM4335 sdio interface supportFranky Lin4-0/+19
2013-04-12brcmfmac: setup SDIO reset behaviorPiotr Haber2-7/+33
2013-04-12brcmfmac: add support for dongle ARM CR4 coreFranky Lin3-25/+146
2013-04-12brcmfmac: adopt new d11 interfaceFranky Lin4-115/+125
2013-04-12brcmutil: add new d11 interface supportFranky Lin3-1/+309
2013-04-12brcmfmac: move chip download state code to sdio_chip.cFranky Lin3-199/+241
2013-04-12brcmfmac: aggregate dongle ram access interfaceFranky Lin3-114/+96
2013-04-12brcmfmac: support save&restore firmware featurePiotr Haber3-16/+282
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville3-7/+7
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-24/+28
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