aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-03brcmfmac: add handler for credit map firmware eventsArend van Spriel1-0/+24
2013-04-03brcmfmac: handle firmware signal for updating mac descriptor infoArend van Spriel3-15/+112
2013-04-03brcmfmac: hookup firmware signalling to firmware interface eventsArend van Spriel5-61/+148
2013-04-03brcmfmac: determine the wiphy->bands property correctly.Hante Meuleman2-79/+253
2013-04-03brcmfmac: use skb_cow() in brcmf_sdbrcm_txpkt() to assure alignmentArend van Spriel1-19/+6
2013-04-03brcmfmac: minor optimization of brcmf_sdbrcm_txpkt() functionArend van Spriel1-4/+3
2013-04-03brcmfmac: correct success flag passed by brcmf_sdbrcm_txpkt()Arend van Spriel1-1/+1
2013-04-03brcmfmac: do not proceed if fail to download nvram to dongleFranky Lin1-3/+3
2013-04-03brcmfmac: fix returning cipher_suite for get_key operation.Hante Meuleman1-8/+4
2013-04-03brcmfmac: fix stopping AP.Hante Meuleman1-10/+15
2013-04-03brcmfmac: fix tkip mic tx/rx ap swap bug.Hante Meuleman1-3/+6
2013-03-06brcmfmac: add parameter to brcmf_proto_hdrpush() for data offsetArend van Spriel3-5/+4
2013-03-06brcmfmac: assure brcmf_txcomplete() is called in failure pathsArend van Spriel1-12/+17
2013-03-06brcmfmac: release transmit packet in brcmf_txcomplete()Arend van Spriel4-15/+8
2013-03-06brcmfmac: add support for TLV based firmware signallingArend van Spriel9-18/+501
2013-03-06brcmfmac: increase required skbuff headroom for firmware signallingArend van Spriel1-2/+15
2013-03-06brcmfmac: remove null-pointer check in .sched_scan_start() callbackArend van Spriel1-3/+3
2013-03-06brcmfmac: cleanup module information macrosArend van Spriel2-6/+1
2013-03-06brcmfmac: make debug module parameter more clearArend van Spriel1-1/+2
2013-03-06brcmfmac: introduce tracepoints for message loggingArend van Spriel6-7/+159
2013-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-1/+3
2013-02-22brcmfmac: fix missing unlock on error in brcmf_notify_vif_event()Wei Yongjun1-1/+3
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville15-558/+3908
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg1-2/+2
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches2-7/+5
2013-02-08brcmfmac: Add tx p2p off-channel support.Hante Meuleman3-93/+707
2013-02-08brcmfmac: Create netdev before returning from add_virtual_intf.Hante Meuleman3-12/+6
2013-02-08brcmfmac: Cleanup of unused defines.Hante Meuleman2-7/+1
2013-02-08brcmfmac: Fix rtnl_lock lockup when registering netdev.Hante Meuleman4-6/+11
2013-02-08brcmfmac: Remove sleep on del_station.Hante Meuleman1-6/+1
2013-02-08brcmfmac: Update netdev configuration in wiphy for p2p.Hante Meuleman2-4/+9
2013-02-08brcmfmac: Reject change vif for p2p if.Hante Meuleman1-0/+12
2013-02-08brcmfmac: Ignore E_ADD_IF for ifidx 0.Hante Meuleman1-1/+1
2013-02-08brcmfmac: Put printing action frames code under debug flag.Hante Meuleman1-0/+11