summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211
AgeCommit message (Expand)AuthorFilesLines
2013-08-09brcmfmac: use CFG80211_TESTMODE_CMDJohannes Berg1-3/+1
2013-08-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+4
2013-07-27brcmfmac: inform cfg80211 about disconnect when device is unpluggedArend van Spriel1-1/+4
2013-07-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-2/+8
2013-07-23brcmsmac: Further reduce log spam from tx phy messagesJohn Greene2-5/+5
2013-07-23brcmfmac: bail out of brcmf_txflowblock_if() for non-netdev interfaceArend van Spriel1-1/+1
2013-07-23brcmfmac: decrement pending 8021x count upon tx failureArend van Spriel1-1/+7
2013-06-27brcmfmac: remove code and comment for older kernel supportArend van Spriel1-27/+2
2013-06-27brcmfmac: reduce firmware-signalling locking scope in rx pathArend van Spriel1-26/+51
2013-06-27brcmfmac: cleanup debug messages in brcmf_fws_hdrpush()Arend van Spriel1-5/+4
2013-06-27brcmfmac: tag packet in the netdev transmit callbackArend van Spriel1-82/+48
2013-06-27brcmfmac: add broken scatter-gather DMA supportFranky Lin1-11/+67
2013-06-27brcmfmac: use unified dongle address preparation functionFranky Lin2-55/+27
2013-06-27brcmfmac: remove SDIO_REQ_ASYNC flagFranky Lin2-13/+3
2013-06-27brcmfmac: remove (ab)use of NL80211_NUM_ACSArend van Spriel1-1/+1
2013-06-27brcmfmac: simplify transmit pathArend van Spriel1-49/+5
2013-06-19brcm80211: fix null pointer accessAntonio Quartulli1-2/+1
2013-06-18brcmfmac: add sdio sg list supportFranky Lin4-174/+137
2013-06-18brcmfmac: replace brcmf_sdioh_request_buffer with brcmf_sdio_buffrwFranky Lin3-54/+53
2013-06-18brcmfmac: remove redundant chip ID check in dhd_sdioFranky Lin1-22/+0
2013-06-18brcmfmac: simplify dpc handling using atomic operationsArend van Spriel1-58/+12
2013-06-18brcmfmac: consolidate mac_descriptor related function namesArend van Spriel1-27/+26
2013-06-18brcmfmac: remove dependency with nl80211.hArend van Spriel1-2/+1
2013-06-18brcmfmac: rename variable prec to more appropriate name, ie. fifoArend van Spriel1-4/+4
2013-06-18brcmfmac: Only use credits for bcmc when firmware indicates it.Hante Meuleman2-2/+33
2013-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-15/+2
2013-06-13brcmfmac: free primary net_device when brcmf_bus_start() failsArend van Spriel1-0/+4
2013-06-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-3/+12
2013-06-12brcmfmac: add debugfs statistics for firmware-signallingArend van Spriel3-5/+19
2013-06-12brcmfmac: Always use fifo_credits, also for requested credits.Hante Meuleman3-97/+79
2013-06-12brcmfmac: free primary net_device when brcmf_bus_start() failsArend van Spriel1-0/+4
2013-06-12brcmfmac: Sent TIM information in case of data available.Arend van Spriel1-64/+103
2013-06-12brcmfmac: increment hard_header_len instead of overridingArend van Spriel1-1/+1
2013-06-12brcmfmac: add trace event for capturing BDC headerArend van Spriel2-0/+24
2013-06-12brcmfmac: fix send_pkts statistic counter in firmware-signallingArend van Spriel1-3/+2
2013-06-12brcmfmac: Simplify counting transit count.Hante Meuleman1-19/+12
2013-06-12brcmfmac: Fix endless loop when brcmf_fws_commit_skb fails.Hante Meuleman1-1/+2
2013-06-12brcmfmac: Signalling header push and pull on logic places.Hante Meuleman1-29/+13
2013-06-12brcmfmac: Accept only first creditmap event.Hante Meuleman1-0/+5
2013-06-12brcmfmac: fix invalid ifp lookup in firmware-signallingHante Meuleman1-1/+1
2013-06-12brcmfmac: Find correct MAC descriptor in case of TDLS.Hante Meuleman1-11/+6
2013-06-12brcmfmac: Correct creditmap when credit borrowing is active.Hante Meuleman1-2/+7
2013-06-12brcmfmac: For FW signalling it is necessary to track gen bit.Hante Meuleman1-63/+29
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 Spriel2-62/+66
2013-06-12brcmfmac: explicitly indicate sk_buff is sent upon request creditArend van Spriel1-69/+53
2013-06-12brcmfmac: rework credit pickup to assure consistent handlingArend van Spriel1-17/+13
2013-06-12brcmfmac: Take bus flowcontrol at credit mgmt into account.Hante Meuleman6-3/+39
2013-06-12brcmfmac: remove fifo bitfield from brcmf_skbuff_cb::if_flagsArend van Spriel1-8/+3
2013-06-12brcmfmac: allow firmware-signal tlv to be longer than specifiedArend van Spriel1-1/+1