summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-0513-349/+792
|\
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-281-2/+2
| |\
| | * cfg80211: add flags to cfg80211_rx_mgmt()Vladimir Kondratiev2013-08-231-2/+2
| * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-161-1/+3
| |\|
| | * cfg80211: add wdev to testmode cmdDavid Spinadel2013-08-121-1/+3
| * | brcmfmac: use configurable sdio bus header length for tx packetFranky Lin2013-08-151-14/+16
| * | brcmfmac: streamline sdio bus header codeFranky Lin2013-08-151-123/+120
| * | brcmfmac: remove align from brcmf_bus structureFranky Lin2013-08-153-11/+17
| * | brcmfmac: abstract tx packet processing functionsFranky Lin2013-08-153-78/+177
| * | brcmfmac: add support for manual TDLS operationsArend van Spriel2013-08-152-1/+77
| * | brcmfmac: ignore IF event if firmware indicates itArend van Spriel2013-08-152-0/+6
| * | brcmfmac: no fws locking outside fws module.Hante Meuleman2013-08-152-66/+62
| * | brcmfmac: always use worker thread for tx data.Hante Meuleman2013-08-153-56/+54
| * | brcmfmac: add AMPDU reordering functionalityArend van Spriel2013-08-153-27/+283
| * | brcmfmac: .txdata() bus callback should not call brcmf_txcomplete()Arend van Spriel2013-08-153-3/+5
| * | brcmfmac: use irq safe spinlock in brcmf_sdbrcm_txdata()Arend van Spriel2013-08-152-3/+8
| * | brcmfmac: use CFG80211_TESTMODE_CMDJohannes Berg2013-08-091-3/+1
* | | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-051-1/+1
|\ \ \ | |/ / |/| |
| * | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
| |/
* | brcmfmac: inform cfg80211 about disconnect when device is unpluggedArend van Spriel2013-07-261-1/+4
* | brcmfmac: bail out of brcmf_txflowblock_if() for non-netdev interfaceArend van Spriel2013-07-221-1/+1
* | brcmfmac: decrement pending 8021x count upon tx failureArend van Spriel2013-07-221-1/+7
|/
* brcmfmac: remove code and comment for older kernel supportArend van Spriel2013-06-271-27/+2
* brcmfmac: reduce firmware-signalling locking scope in rx pathArend van Spriel2013-06-271-26/+51
* brcmfmac: cleanup debug messages in brcmf_fws_hdrpush()Arend van Spriel2013-06-271-5/+4
* brcmfmac: tag packet in the netdev transmit callbackArend van Spriel2013-06-271-82/+48
* brcmfmac: add broken scatter-gather DMA supportFranky Lin2013-06-271-11/+67
* brcmfmac: use unified dongle address preparation functionFranky Lin2013-06-272-55/+27
* brcmfmac: remove SDIO_REQ_ASYNC flagFranky Lin2013-06-272-13/+3
* brcmfmac: remove (ab)use of NL80211_NUM_ACSArend van Spriel2013-06-271-1/+1
* brcmfmac: simplify transmit pathArend van Spriel2013-06-271-49/+5
* brcm80211: fix null pointer accessAntonio Quartulli2013-06-191-2/+1
* brcmfmac: add sdio sg list supportFranky Lin2013-06-184-174/+137
* brcmfmac: replace brcmf_sdioh_request_buffer with brcmf_sdio_buffrwFranky Lin2013-06-183-54/+53
* brcmfmac: remove redundant chip ID check in dhd_sdioFranky Lin2013-06-181-22/+0
* brcmfmac: simplify dpc handling using atomic operationsArend van Spriel2013-06-181-58/+12
* brcmfmac: consolidate mac_descriptor related function namesArend van Spriel2013-06-181-27/+26
* brcmfmac: remove dependency with nl80211.hArend van Spriel2013-06-181-2/+1
* brcmfmac: rename variable prec to more appropriate name, ie. fifoArend van Spriel2013-06-181-4/+4
* brcmfmac: Only use credits for bcmc when firmware indicates it.Hante Meuleman2013-06-182-2/+33
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-06-121-3/+12
|\
| * brcm80211: make mgmt_tx in brcmfmac accept a NULL channelAntonio Quartulli2013-06-111-3/+12
* | brcmfmac: add debugfs statistics for firmware-signallingArend van Spriel2013-06-123-5/+19
* | brcmfmac: Always use fifo_credits, also for requested credits.Hante Meuleman2013-06-123-97/+79
* | brcmfmac: free primary net_device when brcmf_bus_start() failsArend van Spriel2013-06-121-0/+4
* | brcmfmac: Sent TIM information in case of data available.Arend van Spriel2013-06-121-64/+103
* | brcmfmac: increment hard_header_len instead of overridingArend van Spriel2013-06-121-1/+1
* | brcmfmac: add trace event for capturing BDC headerArend van Spriel2013-06-122-0/+24
* | brcmfmac: fix send_pkts statistic counter in firmware-signallingArend van Spriel2013-06-121-3/+2
* | brcmfmac: Simplify counting transit count.Hante Meuleman2013-06-121-19/+12