summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211
AgeCommit message (Expand)AuthorLines
2015-11-18brcm80211: move under broadcom vendor directoryKalle Valo-109728/+0
2015-10-21brcm80211: Add support for brcm4371Eric Caruso-0/+12
2015-10-21brcmfmac: Properly set carrier state of netdev.Hante Meuleman-6/+31
2015-10-21brcmfmac: Remove unused state AP creating.Hante Meuleman-5/+0
2015-10-21brcmfmac: Move brcmf_c_preinit_dcmds prototype to correct file.Hante Meuleman-3/+4
2015-10-21brcmfmac: Add dump_station support to cfg80221 ops.Hante Meuleman-0/+45
2015-10-21brcmfmac: Add RSSI information to get_station.Hante Meuleman-0/+23
2015-10-21brcmfmac: Fix station info rate information.Hante Meuleman-4/+4
2015-10-21brcmfmac: Rework p2p attach, use single method for p2p dev creation.Hante Meuleman-85/+40
2015-10-21brcmfmac: remove conversational commentArend van Spriel-3/+0
2015-10-21brcmfmac: rename firmware_path to alternative_fw_pathFranky Lin-1/+1
2015-10-21brcmfmac: Fix race condition between USB probe/load and disconnect.Hante Meuleman-3/+26
2015-10-21brcmfmac: expose device memory to devcoredump subsystemArend van Spriel-11/+181
2015-10-12Merge tag 'wireless-drivers-next-for-davem-2015-10-09' of git://git.kernel.or...David S. Miller-322/+540
2015-10-07Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...David S. Miller-1/+1
2015-09-29brcmfmac: include linux/atomic.hHauke Mehrtens-0/+1
2015-09-29brcmfmac: Accept events when TDLS is used in combination with p2p.Hante Meuleman-2/+1
2015-09-29brcmfmac: Fix TDLS setup by properly handling p2p noif.Hante Meuleman-3/+25
2015-09-29brcmfmac: Add support for the BCM4365 and BCM4366 PCIE devices.Hante Meuleman-10/+131
2015-09-29brcmfmac: Fix race condition bug when deleting p2p interface.Hante Meuleman-8/+14
2015-09-29brcmfmac: Add module parameter to disable features.Hante Meuleman-0/+13
2015-09-29brcmfmac: Fix p2p bug for older firmwares.Hante Meuleman-4/+6
2015-09-29brcmfmac: Only handle p2p_stop_device if vif is validHante Meuleman-5/+11
2015-09-29brcmfmac: Deleting of p2p device is leaking memory.Hante Meuleman-20/+32
2015-09-29brcmfmac: Workaround in change vif for wpa_supplicant support.Hante Meuleman-12/+31
2015-09-29brcmfmac: Make p2pon module param always available.Hante Meuleman-3/+1
2015-09-29brcmfmac: Fix bug in flowring management.Hante Meuleman-1/+1
2015-09-29brcmfmac: Inform p2p module about p2pon through APIHante Meuleman-9/+18
2015-09-29brcmfmac: Only assign primary netdev to if2bss array.Hante Meuleman-4/+10
2015-09-29brcmfmac: Fix set and get tx-power functions.Hante Meuleman-111/+26
2015-09-29brcmfmac: Add support for the BCM4350 PCIE device.Hante Meuleman-0/+12
2015-09-29brcmfmac: Fix exception handling.Hante Meuleman-0/+1
2015-09-29brcmfmac: Reset PCIE devices after recognition.Hante Meuleman-21/+64
2015-09-29brcmfmac: introduce brcmf_net_detach() functionArend van Spriel-9/+15
2015-09-29brcmfmac: change prototype for brcmf_fws_hdrpull()Arend van Spriel-17/+12
2015-09-29brcmfmac: remove ifidx parameter from brcmf_fws_txstatus_suppressed()Arend van Spriel-2/+2
2015-09-29brcmfmac: add dedicated debug level for firmware console loggingArend van Spriel-3/+12
2015-09-29brcmfmac: add mapping for interface index to bsscfg indexArend van Spriel-9/+14
2015-09-29brcmfmac: pass struct brcmf_if instance in brcmf_txfinalize()Arend van Spriel-17/+15
2015-09-29brcmfmac: use brcmf_get_ifp() to map ifidx to struct brcmf_if instanceArend van Spriel-11/+13
2015-09-29brcmfmac: correct detection of p2pdev interface eventArend van Spriel-13/+12
2015-09-29brcmfmac: only call brcmf_cfg80211_detach() when attach was successfulArend van Spriel-1/+4
2015-09-29brcmfmac: change parameters for brcmf_remove_interface()Arend van Spriel-10/+11
2015-09-29brcmfmac: make brcmf_proto_hdrpull() return struct brcmf_if instanceArend van Spriel-28/+37
2015-09-29brcmfmac: consolidate ifp lookup in driver coreArend van Spriel-26/+32
2015-09-22net: brcm80211: fix range checkAndrzej Hajda-1/+1
2015-09-22mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach-1/+1
2015-08-25brcmfmac: Add support for host platform NVRAM loading.Hante Meuleman-15/+24
2015-08-25brcmfmac: bump highest event number for 4339 firmwareArend van Spriel-4/+6
2015-08-25brcmfmac: block the correct flowring when backup queue overflowFranky Lin-3/+7