summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211
AgeCommit message (Expand)AuthorFilesLines
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-125/+216
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-23/+28
2013-10-18brcmfmac: fix brcmf_sdcard_recv_chain() for host without sg supportArend van Spriel3-4/+21
2013-10-18brcmfmac: fix brcmf_sdio_txpkt_prep() for host without sg supportArend van Spriel1-42/+64
2013-10-18brcmfmac: fix brcmf_sdcard_send_pkt() for host without sg supportArend van Spriel1-3/+11
2013-10-18brcmfmac: remove stale code from brcmf_sdcard_recv_chain()Arend van Spriel1-2/+0
2013-10-18brcmfmac: verify result of brcmf_sdio_addrprep() callsArend van Spriel1-4/+11
2013-10-18brcmfmac: rework single packet transfersArend van Spriel1-41/+40
2013-10-18brcmfmac: rename brcmf_sdio_buffrw()Arend van Spriel1-8/+9
2013-10-18brcmfmac: rework scatter-gather code in brcmf_sdio_buffrw()Arend van Spriel1-15/+19
2013-10-18brcmfmac: determine host controller related variables during probeArend van Spriel3-16/+28
2013-10-18brcmfmac: rename variable max_seg_sz to max_seg_cnt for clarityArend van Spriel1-5/+6
2013-10-18brcmfmac: add tracepoint for capturing the SDPCM headerArend van Spriel2-0/+20
2013-10-18brcmfmac: store address in trace_brcmf_hexdump()Arend van Spriel1-1/+3
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-10-10brcmsmac: add support for a BCM4313 with PCI id 0x4313Hauke Mehrtens1-1/+1
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller11-126/+212
2013-10-03brcmfmac: rework rx path bus interfaceArend van Spriel4-35/+22
2013-10-03brcmfmac: Use fw filename and nvram based of devid for sdio.Hante Meuleman1-74/+133
2013-10-03brcmfmac: fix sparse error 'bad constant expression'Arend van Spriel1-1/+1
2013-10-03brcmfmac: reserve memory for bus layer in sk_buff::cbFranky Lin2-5/+12
2013-10-03brcmfmac: add valid core index check in related functionsFranky Lin1-0/+10
2013-10-03brcmfmac: add BCM4339 SDIO interface supportFranky Lin4-8/+30
2013-10-03brcmfmac: sync firmware event listFranky Lin2-3/+4
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-3/+3
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-23/+28
2013-09-26wireless: brcmfmac: use dev_get_platdata()Jingoo Han1-1/+1
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-24brcm80211: Remove extern from function prototypesJoe Perches21-733/+644
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