summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211
Commit message (Expand)AuthorAgeFilesLines
* brcmsmac: call bcma_core_pci_power_save() from non-atomic contextArend van Spriel2013-09-261-0/+4
* brcmfmac: obtain platform data upon module initializationArend van Spriel2013-09-264-23/+24
* brcmfmac: fix bus interface selection in KconfigArend van Spriel2013-09-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-0521-718/+1289
|\
| * 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/+4
| * | 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/+44
| * | brcmsmac: change pa_gain for bcm4313 iPAArend van Spriel2013-08-221-5/+2
| * | brcmsmac: cosmetic change in phy_lcn.cArend van Spriel2013-08-221-107/+106
| * | 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/+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 branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-091-1/+4
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-07-252-2/+8
| |\ \ \
| * | | | brcmsmac: Further reduce log spam from tx phy messagesJohn Greene2013-07-222-5/+5
| | |_|/ | |/| |
* | | | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-042-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-152-2/+2
| |/ /
* | / 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