summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac
AgeCommit message (Expand)Author
2013-04-08brcmfmac: remove condition for calling event handlerArend van Spriel
2013-04-08brcmfmac: add role attribute to struct brcmf_if_event definitionArend van Spriel
2013-04-08brcmfmac: add hexadecimal trace of message payloadArend van Spriel
2013-04-08brcmfmac: firmware shared data version fixPiotr Haber
2013-04-08brcmfmac: read firmware console without trap indicationPiotr Haber
2013-04-08brcmfmac: handle firmware signals requesting for packetsArend van Spriel
2013-04-08brcmfmac: handle firmware signalling destination entry stateArend van Spriel
2013-04-08brcmfmac: fix unaligned access in TXSTATUS signal handlingArend van Spriel
2013-04-08brcmfmac: remove advertising P2P device supportArend van Spriel
2013-04-03brcmfmac: enable sk_buff queueing when credits depleteArend van Spriel
2013-04-03brcmfmac: no flow-control tlv signals when fcmode is NONEArend van Spriel
2013-04-03brcmfmac: only allocate firmware-signalling resources if requiredArend van Spriel
2013-04-03brcmfmac: move brcmf_fws_{de,}init() functionsArend van Spriel
2013-04-03brcmfmac: correct specified length from FIFOCREDITBACK signalArend van Spriel
2013-04-03brcmfmac: initialize struct brcmf_fws_info fields before iovarArend van Spriel
2013-04-03brcmfmac: add dedicated log level for low-level sdio debuggingArend van Spriel
2013-04-03brcmfmac: avoid error output on header only packetPiotr Haber
2013-04-03brcmfmac: avoid error output in receive pathArend van Spriel
2013-04-03brcmfmac: fix handling sk_buff cleanup upon bus tx failureArend van Spriel
2013-04-03brcmfmac: enable tx status signallingArend van Spriel
2013-04-03brcmfmac: add flow-control mode to firmware signallingArend van Spriel
2013-04-03brcmfmac: add optional bus callback definition for tx queue cleanupArend van Spriel
2013-04-03brcmfmac: add firmware-signalling hanger functionsArend van Spriel
2013-04-03brcmfmac: perform filtered firmware-signalling cleanup upon DEL_IFArend van Spriel
2013-04-03brcmfmac: add definitions for handling sk_buff control buffer dataArend van Spriel
2013-04-03brcmfmac: allow stopping netif queue for different reasonsArend van Spriel
2013-04-03brcmfmac: add firmware-signalling cleanup functionArend van Spriel
2013-04-03brcmfmac: add handler for credit map firmware eventsArend van Spriel
2013-04-03brcmfmac: handle firmware signal for updating mac descriptor infoArend van Spriel
2013-04-03brcmfmac: hookup firmware signalling to firmware interface eventsArend van Spriel
2013-04-03brcmfmac: determine the wiphy->bands property correctly.Hante Meuleman
2013-04-03brcmfmac: use skb_cow() in brcmf_sdbrcm_txpkt() to assure alignmentArend van Spriel
2013-04-03brcmfmac: minor optimization of brcmf_sdbrcm_txpkt() functionArend van Spriel
2013-04-03brcmfmac: correct success flag passed by brcmf_sdbrcm_txpkt()Arend van Spriel
2013-04-03brcmfmac: do not proceed if fail to download nvram to dongleFranky Lin
2013-04-03brcmfmac: fix returning cipher_suite for get_key operation.Hante Meuleman
2013-04-03brcmfmac: fix stopping AP.Hante Meuleman
2013-04-03brcmfmac: fix tkip mic tx/rx ap swap bug.Hante Meuleman
2013-03-06brcmfmac: add parameter to brcmf_proto_hdrpush() for data offsetArend van Spriel
2013-03-06brcmfmac: assure brcmf_txcomplete() is called in failure pathsArend van Spriel
2013-03-06brcmfmac: release transmit packet in brcmf_txcomplete()Arend van Spriel
2013-03-06brcmfmac: add support for TLV based firmware signallingArend van Spriel
2013-03-06brcmfmac: increase required skbuff headroom for firmware signallingArend van Spriel
2013-03-06brcmfmac: remove null-pointer check in .sched_scan_start() callbackArend van Spriel
2013-03-06brcmfmac: cleanup module information macrosArend van Spriel
2013-03-06brcmfmac: make debug module parameter more clearArend van Spriel
2013-03-06brcmfmac: introduce tracepoints for message loggingArend van Spriel
2013-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-02-22brcmfmac: fix missing unlock on error in brcmf_notify_vif_event()Wei Yongjun
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville