aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211
AgeCommit message (Expand)Author
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-08brcmfmac: only use ifidx from BDC header in brcmf_rx_frames()Arend van Spriel
2013-04-08brcmfmac: obtain wdev using vif object in action frame rxArend van Spriel
2013-04-08brcmfmac: fix reception of P2P probe requests on P2P_DEVICE interfaceArend van Spriel
2013-04-08brcmfmac: wait for firmware event when creating P2P_DEVICE interfaceArend van Spriel
2013-04-08brcmfmac: support creation of P2P_DEVICE through user-spaceArend van Spriel
2013-04-08brcmfmac: use struct brcmf_if instance iso netdevice in escan functionsArend van Spriel
2013-04-08brcmfmac: use struct brcmf_if instance as parameter in brcmf_set_mpc()Arend van Spriel
2013-04-08brcmfmac: remove use of unconditional access of struct wireless_dev::netdevArend van Spriel
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-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-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-27brcmsmac: remove some pmu functions and use the bcma equivalentsHauke Mehrtens
2013-03-27brcmsmac: add support for adhoc modeHauke Mehrtens
2013-03-27brcmsmac: activate AP supportHauke Mehrtens