aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_linux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-30brcmfmac: (clean) Rename sdio related files.Hante Meuleman1-1124/+0
2014-10-30brcmfmac: (clean) Rename files wl_cfg80211 to cfg80211Hante Meuleman1-1/+1
2014-10-30brcmfmac: (clean) Rename dhd_bus.h in bus.hHante Meuleman1-1/+1
2014-10-30brcmfmac: (clean) Rename files dhd_dbg to debugHante Meuleman1-1/+1
2014-08-05Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-1/+8
2014-07-31brcmfmac: Adding PCIe bus layer support.Hante Meuleman1-0/+7
2014-07-31brcmfmac: Export brcmf_netif_rx for new protocol msgbuf.Hante Meuleman1-1/+1
2014-07-28Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-10/+3
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-07-15brcmfmac: introduce feature and quirk handlingArend van Spriel1-10/+3
2014-05-29brcmfmac: remove .init() callback for internal bus interfaceArend van Spriel1-7/+0
2014-05-13brcmfmac: Move handling 802.1x frames to dhd_linux.Hante Meuleman1-1/+4
2014-05-13brcmfmac: Move out hdrpull from tx_finalize.Hante Meuleman1-14/+13
2014-02-28brcmfmac: de-init driver layers in correct order.Hante Meuleman1-2/+2
2014-01-16brcmfmac: handle SDIO card removalArend van Spriel1-1/+3
2014-01-06brcmfmac: use custom destructor callback for all netdevice interfacesArend van Spriel1-1/+1
2014-01-06brcmfmac: call brcmf_cfg80211_detach() after removal of interfacesArend van Spriel1-4/+3
2013-12-02brcmfmac: provide firmware version in ethtool driver infoArend van Spriel1-2/+2
2013-12-02brcmfmac: Dynamically register a protocol layer.Hante Meuleman1-2/+2
2013-12-02brcmfmac: remove redundant ioctl handlersArend van Spriel1-149/+0
2013-12-02brcmfmac: removed dhd_proto.h.Hante Meuleman1-1/+0
2013-12-02brcmfmac: remove empty brcmf_proto_stopFranky Lin1-3/+0
2013-12-02brcmfmac: start netif queues only when setup is completed successfulArend van Spriel1-5/+4
2013-12-02brcmfmac: replace dongle command list with .preinit() callbackArend van Spriel1-2/+8
2013-12-02brcmfmac: add separate function for passing bus tx overheadArend van Spriel1-2/+12
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-22/+16
2013-10-03brcmfmac: rework rx path bus interfaceArend van Spriel1-22/+16
2013-09-26brcmfmac: obtain platform data upon module initializationArend van Spriel1-6/+8
2013-08-15brcmfmac: always use worker thread for tx data.Hante Meuleman1-11/+2
2013-08-15brcmfmac: add AMPDU reordering functionalityArend van Spriel1-25/+245
2013-07-22brcmfmac: bail out of brcmf_txflowblock_if() for non-netdev interfaceArend van Spriel1-1/+1
2013-06-27brcmfmac: remove code and comment for older kernel supportArend van Spriel1-27/+2
2013-06-12brcmfmac: free primary net_device when brcmf_bus_start() failsArend van Spriel1-0/+4
2013-06-12brcmfmac: increment hard_header_len instead of overridingArend van Spriel1-1/+1
2013-06-12brcmfmac: On bus flow control use fw signalling or netif.Hante Meuleman1-5/+8
2013-06-12brcmfmac: reducing debug logging in firmware-signalling codeArend van Spriel1-2/+2
2013-06-12brcmfmac: Take bus flowcontrol at credit mgmt into account.Hante Meuleman1-0/+8
2013-05-28brcmfmac: use struct net_device::destructor to remove interfacesArend van Spriel1-3/+3
2013-05-28brcmfmac: free net device when registration failsArend van Spriel1-3/+7
2013-04-23brcmfmac: correct error handling in brcmf_fws_init()Arend van Spriel1-1/+4
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-08brcmfmac: only use ifidx from BDC header in brcmf_rx_frames()Arend van Spriel1-7/+2
2013-04-08brcmfmac: wait for firmware event when creating P2P_DEVICE interfaceArend van Spriel1-9/+19
2013-04-03brcmfmac: only allocate firmware-signalling resources if requiredArend van Spriel1-2/+1
2013-04-03brcmfmac: fix handling sk_buff cleanup upon bus tx failureArend van Spriel1-5/+7
2013-04-03brcmfmac: enable tx status signallingArend van Spriel1-14/+4
2013-04-03brcmfmac: add flow-control mode to firmware signallingArend van Spriel1-7/+16
2013-04-03brcmfmac: allow stopping netif queue for different reasonsArend van Spriel1-8/+21
2013-04-03brcmfmac: hookup firmware signalling to firmware interface eventsArend van Spriel1-3/+7