summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac
Commit message (Expand)AuthorAgeFilesLines
* brcmfmac: add additional parameter to brcmf_free_vif()Arend van Spriel2013-05-283-25/+20
* brcmfmac: Fix p2p setup when connected to ap on 5G.Hante Meuleman2013-05-281-7/+21
* brcmfmac: Turn off ARP offloading when configured for AP.Hante Meuleman2013-05-283-19/+45
* brcmfmac: announce P2P_DEVICE support in wiphy structureArend van Spriel2013-05-171-1/+6
* drivers/net: rename random32() to prandom_u32()Akinobu Mita2013-05-071-1/+1
* brcmfmac: add credit borrowing mechanismArend van Spriel2013-04-231-8/+87
* brcmfmac: correct error handling in brcmf_fws_init()Arend van Spriel2013-04-232-9/+24
* brcmfmac: flush queue upon MACDESC_DEL firmware signalArend van Spriel2013-04-231-2/+3
* brcmfmac: support critical protocol API for DHCPPiotr Haber2013-04-235-1/+576
* brcmfmac: allow scanning to be suppressed in the driverArend van Spriel2013-04-232-1/+13
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-231-6/+1
|\
| * brcmfmac: remove advertising P2P device supportArend van Spriel2013-04-081-6/+1
* | brcmfmac: fix potential NULL pointer dereference in brcmf_fws_flow_control_ch...Wei Yongjun2013-04-221-2/+3
* | brcmfmac: stop dequeue upon sk_buff commit failureArend van Spriel2013-04-221-3/+2
* | brcmfmac: change return type for brcmf_rollback_toq() to voidArend van Spriel2013-04-221-3/+2
* | brcmfmac: finalize transmit upon any rollback failureArend van Spriel2013-04-221-3/+3
* | brcmfmac: use lock in brcmf_fws_del_interface()Arend van Spriel2013-04-221-0/+3
* | brcmfmac: schedule dequeue upon firmware-signal receptionArend van Spriel2013-04-221-12/+24
* | brcmfmac: destination mac closed when interface is closedArend van Spriel2013-04-221-3/+14
* | brcmfmac: remove error message upon allocation failureArend van Spriel2013-04-221-3/+1
* | brcmfmac: check memory allocation in brcmf_add_if()Arend van Spriel2013-04-221-0/+2
* | brcmfmac: reinitialize dequeue mask per nodeArend van Spriel2013-04-221-1/+3
* | brcmfmac: remove ifidx variable from brcmf_fws_process_skb()Arend van Spriel2013-04-121-3/+2
* | brcmfmac: rename brcmf_fws_mac_desc_ready()Arend van Spriel2013-04-121-18/+13
* | brcmfmac: pass ifp pointer in brcmf_fws_find_mac_desc()Arend van Spriel2013-04-121-8/+5
* | brcmfmac: obtain iftype for firmware-signal descriptor lookupArend van Spriel2013-04-123-3/+17
* | brcmfmac: define and use platform specific data for SDIO.Hante Meuleman2013-04-124-178/+126
* | brcmfmac: Add drive strength programming for SDIO 43143.Hante Meuleman2013-04-121-19/+34
* | brcmfmac: Add 43143 SDIO support.Hante Meuleman2013-04-123-0/+30
* | brcmfmac: add BCM4335 sdio interface supportFranky Lin2013-04-123-0/+18
* | brcmfmac: setup SDIO reset behaviorPiotr Haber2013-04-122-7/+33
* | brcmfmac: add support for dongle ARM CR4 coreFranky Lin2013-04-123-25/+146
* | brcmfmac: adopt new d11 interfaceFranky Lin2013-04-124-115/+125
* | brcmfmac: move chip download state code to sdio_chip.cFranky Lin2013-04-123-199/+241
* | brcmfmac: aggregate dongle ram access interfaceFranky Lin2013-04-123-114/+96
* | brcmfmac: support save&restore firmware featurePiotr Haber2013-04-122-14/+270
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-102-24/+28
|\ \ | |/
| * brcmfmac: do not proceed if fail to download nvram to dongleFranky Lin2013-04-031-3/+3
| * brcmfmac: fix returning cipher_suite for get_key operation.Hante Meuleman2013-04-031-8/+4
| * brcmfmac: fix stopping AP.Hante Meuleman2013-04-031-10/+15
| * brcmfmac: fix tkip mic tx/rx ap swap bug.Hante Meuleman2013-04-031-3/+6
* | brcmfmac: only use ifidx from BDC header in brcmf_rx_frames()Arend van Spriel2013-04-083-14/+7
* | brcmfmac: obtain wdev using vif object in action frame rxArend van Spriel2013-04-081-1/+2
* | brcmfmac: fix reception of P2P probe requests on P2P_DEVICE interfaceArend van Spriel2013-04-082-3/+8
* | brcmfmac: wait for firmware event when creating P2P_DEVICE interfaceArend van Spriel2013-04-084-35/+55
* | brcmfmac: support creation of P2P_DEVICE through user-spaceArend van Spriel2013-04-082-11/+143
* | brcmfmac: use struct brcmf_if instance iso netdevice in escan functionsArend van Spriel2013-04-083-52/+42
* | brcmfmac: use struct brcmf_if instance as parameter in brcmf_set_mpc()Arend van Spriel2013-04-083-19/+20
* | brcmfmac: remove use of unconditional access of struct wireless_dev::netdevArend van Spriel2013-04-081-6/+4
* | brcmfmac: remove condition for calling event handlerArend van Spriel2013-04-081-1/+1