aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-19brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()Florian Fainelli1-1/+1
2016-07-19brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfillFlorian Fainelli1-1/+3
2016-07-19brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chainFlorian Fainelli1-1/+3
2016-07-18brcmfmac: defer DPC processing during probeArend Van Spriel1-4/+3
2016-07-18brcmfmac: restore stopping netdev queue when bus clogs upArend Van Spriel1-5/+17
2016-07-18brcmfmac: respect hidden_ssid for AP interfacesRafał Miłecki1-0/+13
2016-07-14Merge tag 'wireless-drivers-next-for-davem-2016-07-13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller7-44/+89
2016-07-08brcmfmac: support removing AP interfaces with "interface_remove"Rafał Miłecki1-1/+38
2016-07-08brcmfmac: delete interface directly in code that sent fw requestRafał Miłecki2-4/+9
2016-07-06nl80211: support beacon report scanningAvraham Stern1-1/+5
2016-06-29brcmfmac: add missing break when deleting P2P_DEVICERafał Miłecki1-0/+2
2016-06-29brcmfmac: include also core.h header in cfg80211.hRafał Miłecki1-0/+1
2016-06-29brcmfmac: use const char * for interface name in brcmf_add_ifRafał Miłecki2-2/+2
2016-06-29brcmfmac: fix lockup when removing P2P interface after event timeoutRafał Miłecki4-16/+21
2016-06-29wireless: brcmsmac: fix old-style declarationArnd Bergmann1-2/+2
2016-06-29brcmfmac: slightly simplify building interface combinationsRafał Miłecki1-21/+16
2016-06-23Merge tag 'wireless-drivers-next-for-davem-2016-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller24-1049/+275
2016-06-16brcmfmac: include required headers in cfg80211.hRafał Miłecki1-0/+3
2016-06-16brcmfmac: drop unused pm_block vif attributeRafał Miłecki3-13/+6
2016-06-16b43: Completely remove support for phy_aGuenter Roeck3-307/+24
2016-06-16b43: Remove unused phy_a codeGuenter Roeck5-626/+21
2016-06-16brcmfmac: change rx_seq check log from error print to debug printWright Feng1-2/+1
2016-06-16brcmfmac: add support for the PCIE devices 43525 and 43465Hante Meuleman3-1/+9
2016-06-16brcmfmac: use ndev->needed_headroom to reserve additional header spaceWright Feng1-1/+1
2016-06-16brcmfmac: revise SDIO error message in brcmf_sdio_drivestrengthinitWright Feng1-1/+1
2016-06-16brcmfmac: fix skb priority handlingHante Meuleman1-1/+1
2016-06-16b43: only hardcode LED behavior if SPROM doesn't encode anyLucas Stach1-2/+6
2016-06-16brcmfmac: don't remove interface on link down firmware eventRafał Miłecki1-3/+0
2016-06-16brcmfmac: fix setting AP channel with new firmwaresRafał Miłecki1-11/+25
2016-06-16brcmfmac: print errors if creating interface failsRafał Miłecki2-8/+10
2016-06-14brcmfmac: support get_channel cfg80211 callbackRafał Miłecki1-0/+63
2016-06-14brcmutil: add field storing control channel to the struct brcmu_chanRafał Miłecki4-21/+46
2016-06-14brcmfmac: use kmemdupMuhammad Falak R Wani1-2/+1
2016-06-14brcm80211: simplify assignmentHeinrich Schuchardt1-1/+1
2016-06-09brcmfmac: rework function picking free BSS indexRafał Miłecki3-26/+16
2016-06-04b43: don't unconditionally fall back to CCK if the rate is 6MB OFDM.Adrian Chadd1-3/+10
2016-06-04brcmfmac: Fix 'did not remove int handler' warningChristian Daudt2-7/+12
2016-06-04brcmfmac: Fix kernel oops in failed chip_attachChristian Daudt2-13/+18
2016-06-03brcmfmac: add eth_type_trans back for PCIe full dongleFranky Lin1-0/+2
2016-05-27brcmfmac: add fallback for devices that do not report per-chain valuesJaap Jan Meijer1-0/+16
2016-05-20Merge tag 'wireless-drivers-next-for-davem-2016-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller3-1/+5
2016-05-11brcmfmac: Add 4356 sdio supportChristian Daudt3-1/+5
2016-05-03brcm80211: correct speed testingOliver Neukum1-1/+3
2016-04-26brcmfmac: testing the wrong variable in brcmf_rx_hdrpull()Dan Carpenter1-1/+1
2016-04-26brcmf: Fix null pointer exception in bcdc_hdrpullPer Forlin1-1/+2
2016-04-26brcmfmac: add support for nl80211 BSS_SELECT featureArend van Spriel4-15/+89
2016-04-14brcmfmac: create common function for handling brcmf_proto_hdrpull()Arend van Spriel1-22/+21
2016-04-14brcmfmac: revise handling events in receive pathArend van Spriel5-20/+19
2016-04-14brcmfmac: cleanup ampdu-rx host reorder codeArend van Spriel7-216/+239
2016-04-14brcmfmac: screening firmware event packetFranky Lin6-39/+90