summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211
Commit message (Expand)AuthorAgeFilesLines
* 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
* | brcmsmac: use bcma PCIe up and down functionsHauke Mehrtens2013-08-263-28/+4Star
* | brcmsmac: add support for BCM4313 iPA variantArend van Spriel2013-08-221-20/+53
* | brcmsmac: reinitialize TSSI power control upon channel switchArend van Spriel2013-08-221-0/+2
* | brcmsmac: correct phy registers for TSSI-based power controlArend van Spriel2013-08-221-0/+20
* | brcmsmac: rework switch control table init including iPA BT-comboArend van Spriel2013-08-223-15/+89
* | brcmsmac: avoid calling set_txpwr_by_index() twiceArend van Spriel2013-08-221-1/+1
* | brcmsmac: fix TSSI idle estimationArend van Spriel2013-08-221-0/+9
* | brcmsmac: change lcnphy receive i/q calibration routineArend van Spriel2013-08-221-20/+58
* | brcmsmac: update transmit gain table for lcn phyArend van Spriel2013-08-221-108/+108
* | brcmsmac: add debug info message providing phy and radio infoArend van Spriel2013-08-221-1/+3
* | brcmsmac: use ARRAY_SIZE in phytbl_lcn.cArend van Spriel2013-08-221-73/+44Star
* | brcmsmac: change pa_gain for bcm4313 iPAArend van Spriel2013-08-221-5/+2Star
* | brcmsmac: cosmetic change in phy_lcn.cArend van Spriel2013-08-221-107/+106Star
* | 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
* | brcmsmac: Fix WARNING caused by lack of calls to dma_mapping_error()John W. Linville2013-08-151-4/+11
* | 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/+120Star
* | 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/+62Star
* | brcmfmac: always use worker thread for tx data.Hante Meuleman2013-08-153-56/+54Star
* | 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/+1Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-091-1/+4
|\ \
| * | brcmfmac: inform cfg80211 about disconnect when device is unpluggedArend van Spriel2013-07-261-1/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-07-252-2/+8
|\| |
| * | 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
| |/
* / brcmsmac: Further reduce log spam from tx phy messagesJohn Greene2013-07-222-5/+5
|/
* brcmfmac: remove code and comment for older kernel supportArend van Spriel2013-06-271-27/+2Star
* 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/+4Star
* brcmfmac: tag packet in the netdev transmit callbackArend van Spriel2013-06-271-82/+48Star
* brcmfmac: add broken scatter-gather DMA supportFranky Lin2013-06-271-11/+67
* brcmfmac: use unified dongle address preparation functionFranky Lin2013-06-272-55/+27Star
* brcmfmac: remove SDIO_REQ_ASYNC flagFranky Lin2013-06-272-13/+3Star
* brcmfmac: remove (ab)use of NL80211_NUM_ACSArend van Spriel2013-06-271-1/+1
* brcmfmac: simplify transmit pathArend van Spriel2013-06-271-49/+5Star
* brcm80211: fix null pointer accessAntonio Quartulli2013-06-191-2/+1Star
* brcmfmac: add sdio sg list supportFranky Lin2013-06-184-174/+137Star
* brcmfmac: replace brcmf_sdioh_request_buffer with brcmf_sdio_buffrwFranky Lin2013-06-183-54/+53Star
* brcmfmac: remove redundant chip ID check in dhd_sdioFranky Lin2013-06-181-22/+0Star
* brcmfmac: simplify dpc handling using atomic operationsArend van Spriel2013-06-181-58/+12Star