summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211
AgeCommit message (Expand)AuthorFilesLines
2013-09-26brcmsmac: call bcma_core_pci_power_save() from non-atomic contextArend van Spriel1-0/+4
2013-09-26brcmfmac: obtain platform data upon module initializationArend van Spriel4-23/+24
2013-09-09brcmfmac: fix bus interface selection in KconfigArend van Spriel1-2/+2
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds21-718/+1289
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2013-08-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-2/+2
2013-08-26brcmsmac: use bcma PCIe up and down functionsHauke Mehrtens3-28/+4
2013-08-23cfg80211: add flags to cfg80211_rx_mgmt()Vladimir Kondratiev1-2/+2
2013-08-22brcmsmac: add support for BCM4313 iPA variantArend van Spriel1-20/+53
2013-08-22brcmsmac: reinitialize TSSI power control upon channel switchArend van Spriel1-0/+2
2013-08-22brcmsmac: correct phy registers for TSSI-based power controlArend van Spriel1-0/+20
2013-08-22brcmsmac: rework switch control table init including iPA BT-comboArend van Spriel3-15/+89
2013-08-22brcmsmac: avoid calling set_txpwr_by_index() twiceArend van Spriel1-1/+1
2013-08-22brcmsmac: fix TSSI idle estimationArend van Spriel1-0/+9
2013-08-22brcmsmac: change lcnphy receive i/q calibration routineArend van Spriel1-20/+58
2013-08-22brcmsmac: update transmit gain table for lcn phyArend van Spriel1-108/+108
2013-08-22brcmsmac: add debug info message providing phy and radio infoArend van Spriel1-1/+3
2013-08-22brcmsmac: use ARRAY_SIZE in phytbl_lcn.cArend van Spriel1-73/+44
2013-08-22brcmsmac: change pa_gain for bcm4313 iPAArend van Spriel1-5/+2
2013-08-22brcmsmac: cosmetic change in phy_lcn.cArend van Spriel1-107/+106
2013-08-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+3
2013-08-15brcmsmac: Fix WARNING caused by lack of calls to dma_mapping_error()John W. Linville1-4/+11
2013-08-15brcmfmac: use configurable sdio bus header length for tx packetFranky Lin1-14/+16
2013-08-15brcmfmac: streamline sdio bus header codeFranky Lin1-123/+120
2013-08-15brcmfmac: remove align from brcmf_bus structureFranky Lin3-11/+17
2013-08-15brcmfmac: abstract tx packet processing functionsFranky Lin3-78/+177
2013-08-15brcmfmac: add support for manual TDLS operationsArend van Spriel2-1/+77
2013-08-15brcmfmac: ignore IF event if firmware indicates itArend van Spriel2-0/+6
2013-08-15brcmfmac: no fws locking outside fws module.Hante Meuleman2-66/+62
2013-08-15brcmfmac: always use worker thread for tx data.Hante Meuleman3-56/+54
2013-08-15brcmfmac: add AMPDU reordering functionalityArend van Spriel3-27/+283
2013-08-15brcmfmac: .txdata() bus callback should not call brcmf_txcomplete()Arend van Spriel3-3/+5
2013-08-15brcmfmac: use irq safe spinlock in brcmf_sdbrcm_txdata()Arend van Spriel2-3/+8
2013-08-12cfg80211: add wdev to testmode cmdDavid Spinadel1-1/+3
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-26brcmfmac: inform cfg80211 about disconnect when device is unpluggedArend van Spriel1-1/+4
2013-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-2/+8
2013-07-22brcmsmac: Further reduce log spam from tx phy messagesJohn Greene2-5/+5
2013-07-22brcmfmac: bail out of brcmf_txflowblock_if() for non-netdev interfaceArend van Spriel1-1/+1
2013-07-22brcmfmac: decrement pending 8021x count upon tx failureArend van Spriel1-1/+7
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2-2/+2
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