summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211
AgeCommit message (Expand)AuthorFilesLines
2013-05-08drivers/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
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