summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom
AgeCommit message (Expand)AuthorFilesLines
2016-03-06Merge 'net-next/master'Kalle Valo1-3/+5
2016-03-02Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller1-3/+5
2016-02-25b43: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen1-4/+2
2016-02-25brcmfmac: Increase nr of supported flowrings.Hante Meuleman4-30/+41
2016-02-17Merge tag 'wireless-drivers-next-for-davem-2016-02-12' of git://git.kernel.or...David S. Miller7-32/+66
2016-02-06brcmfmac: sdio: Increase the default timeouts a bitSjoerd Simons1-2/+2
2016-02-06brcmfmac: treat NULL character in NVRAM as separatorRafał Miłecki1-1/+1
2016-02-06brcmfmac: add support for 14e4:4365 PCI ID with BCM4366 chipsetRafał Miłecki1-0/+4
2016-02-06brcmfmac: access PMU registers using standalone PMU core if availableRafał Miłecki3-10/+30
2016-02-06brcmfmac: read extended capabilities of ChipCommon coreRafał Miłecki2-0/+5
2016-02-06brcmfmac: allow storing PMU core without wrapper addressRafał Miłecki1-1/+2
2016-02-06brcmfmac: analyze descriptors of current component onlyRafał Miłecki1-1/+8
2016-02-06brcmfmac: fix setting primary channel for 80 MHz widthRafał Miłecki1-13/+10
2016-02-06bcma: use _PMU_ in all names of PMU registersRafał Miłecki1-4/+4
2016-01-19brcmfmac: fix sdio sg table alloc crashHante Meuleman3-25/+21
2016-01-19brcmfmac: add missing includeFelix Fietkau1-0/+1
2016-01-18brcmfmac: fix BRCMF_FW_NVRAM_DEF macro for older gcc compilersArend van Spriel1-2/+1
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon1-3/+5
2016-01-08brcmfmac: Do not handle link downs for ibss.Hante Meuleman1-5/+7
2016-01-08brcmfmac: use jiffies for timeout in btcoexArend van Spriel1-7/+5
2016-01-08brcmfmac: use msecs_to_jiffies() in macro definitionsArend van Spriel9-33/+31
2016-01-08brcmfmac: change brcmf_sdio_wd_timer() prototypeArend van Spriel2-22/+13
2016-01-08brcmfmac: Reshuffle functions to avoid forward declarationsHante Meuleman1-306/+290
2016-01-08brcmfmac: Add wowl net detect supportHante Meuleman3-16/+155
2016-01-07brcmfmac: introduce module parameter to force successful probeArend van Spriel3-1/+25
2016-01-07brcmfmac: Move all module parameters to one placeHante Meuleman9-52/+144
2016-01-07brcmfmac: Fix warn trace on module unload while in ibss modeHante Meuleman1-2/+7
2016-01-07brcmfmac: obtain feature info using 'cap' firmware commandArend van Spriel1-22/+31
2016-01-07brcmfmac: Add support for scheduled scan mac randomizationHante Meuleman4-8/+77
2016-01-07brcmfmac: Add get_station support for IBSSHante Meuleman3-0/+69
2016-01-07brcmfmac: add arp offload ip address table configuration supportFranky Lin2-0/+110
2015-12-11brcmfmac: Move scheduled scan related interface layer structsHante Meuleman2-81/+81
2015-12-11brcmfmac: Change error print in debug printHante Meuleman1-2/+2
2015-12-11brcmfmac: add 43242 device id for LG dongleArend van Spriel2-0/+3
2015-12-11brcmfmac: fix waitqueue_active without memory barrier in brcmfmac driverKosuke Tatsukawa3-8/+4
2015-12-11brcmfmac: Fix IBSS setupHante Meuleman1-8/+9
2015-12-11brcmfmac: no interface combination check for single interfaceArend van Spriel1-3/+11
2015-12-11brcmfmac: Add support for PCIE 4350 revision 5 deviceHante Meuleman1-1/+3
2015-12-11brcmfmac: Make TDLS a detectable featureHante Meuleman3-10/+16
2015-12-11brcmfmac: Cleanup pmksa cache handling codeHante Meuleman4-105/+82
2015-12-11brcmfmac: Remove some redundant cfg80211 dataHante Meuleman2-11/+0
2015-12-11brcmfmac: Use local storage for ssid iovarHante Meuleman2-16/+9
2015-12-11brcmfmac: Simplify scan timing configurationHante Meuleman2-23/+12
2015-12-11brcm80211: fix compare_const_fl.cocci warningsJulia Lawall1-2/+2
2015-12-11brcmfmac: only lock and unlock fws if fws is not nullColin Ian King1-3/+4
2015-11-30brcm80211: fix error code in brcmf_pcie_exit_download_state()Dan Carpenter1-1/+3
2015-11-30brcmfmac: Fix double free on exception at module load.Hante Meuleman1-0/+2
2015-11-30brcmfmac: Unify methods to define and map firmware files.Hante Meuleman6-317/+178
2015-11-30brcmfmac: assure net_ratelimit() is declared before useArend van Spriel1-0/+2
2015-11-30brcmfmac: Add beamforming support.Hante Meuleman3-2/+42