aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-23net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-1/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook5-9/+11
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-6/+7
2018-06-03Merge tag 'wireless-drivers-next-for-davem-2018-05-31' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller10-6/+60
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches1-1/+1
2018-05-23brcmfmac: trigger memory dump on SDIO firmware halt messageFranky Lin1-1/+3
2018-05-23brcmfmac: trigger memory dump upon firmware halt signalFranky Lin1-0/+5
2018-05-23brcmfmac: validate user provided data for memdump before copyingFranky Lin1-1/+2
2018-05-23brcmfmac: add support for sysfs initiated coredumpArend Van Spriel4-0/+12
2018-05-23brcmfmac: move ALLFFMAC variable in flowring moduleArend Van Spriel3-4/+2
2018-05-23brcmfmac: add debugfs entry for reading firmware capabilitiesRafał Miłecki1-0/+36
2018-05-15brcmfmac: fix initialization of struct cfg80211_inform_bss variableFranky Lin1-1/+1
2018-05-15b43: fix transmit failure when VT is switchedTaketo Kabe1-7/+7
2018-05-15brcmfmac: set WIPHY_FLAG_HAVE_AP_SME flagRafał Miłecki1-0/+1
2018-05-12wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen1-6/+12
2018-05-09brcmfmac: Add support for bcm43364 wireless chipsetSean Lanigan1-0/+1
2018-04-30brcmfmac: coarse support for PCIe shared structure rev7Franky Lin2-6/+23
2018-04-30brcmfmac: add hostready indicationFranky Lin1-2/+12
2018-04-30brcmfmac: constify firmware mapping tablesArend Van Spriel5-5/+5
2018-04-30brcmfmac: use nl80211_band directly to get ieee80211 channelFranky Lin1-4/+4
2018-04-30brcmfmac: reports boottime_ns while informing bssFranky Lin1-13/+13
2018-04-30brcmfmac: check p2pdev mac address uniquenessArend Van Spriel1-0/+7
2018-04-30net: wireless: b43legacy: Replace GFP_ATOMIC with GFP_KERNEL in dma_tx_fragmentJia-Ju Bai1-1/+1
2018-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo1-16/+20
2018-04-25brcmsmac: phy_lcn: remove duplicate codeGustavo A. R. Silva1-7/+2
2018-04-25brcmfmac: add support for BCM4366E chipsetDan Haab3-0/+3
2018-04-09brcmfmac: fix firmware request processing if nvram load failsArend Van Spriel1-16/+20
2018-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo4-1/+64
2018-03-27brcmsmac: allocate ucode with GFP_KERNELTakashi Iwai1-2/+2
2018-03-27brcmfmac: add kerneldoc for struct brcmf_bus::msgbufArend Van Spriel1-0/+1
2018-03-27brcmfmac: get rid of brcmf_fw_get_full_name()Arend Van Spriel1-10/+4
2018-03-27brcmfmac: get rid of brcmf_fw_map_chip_to_name()Arend Van Spriel2-57/+0
2018-03-27brcmfmac: add extension to .get_fwname() callbacksArend Van Spriel5-78/+51
2018-03-27brcmfmac: introduce brcmf_fw_alloc_request() functionArend Van Spriel5-60/+147
2018-03-27brcmfmac: pass struct in brcmf_fw_get_firmwares()Arend Van Spriel5-86/+245
2018-03-27brcmfmac: derive firmware filenames from basename mappingArend Van Spriel5-98/+96
2018-03-27brcmfmac: use wiphy debugfs dir entryArend Van Spriel12-74/+47
2018-03-27brcmfmac: allocate struct brcmf_pub instance using wiphy_new()Arend Van Spriel7-61/+76
2018-03-27brcmfmac: use brcmf_chip_name() for consistencyArend Van Spriel2-5/+7
2018-03-27brcmfmac: use brcmf_chip_name() to store name in revinfoArend Van Spriel5-22/+26
2018-03-27brcmfmac: do not convert linux error to firmware error stringArend Van Spriel1-2/+1
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches3-5/+5
2018-03-25Merge tag 'wireless-drivers-next-for-davem-2018-03-24' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller9-159/+122
2018-03-20brcmfmac: Fix check for ISO3166 codeStefan Wahren1-1/+1
2018-03-16brcmfmac: drop Inter-Access Point Protocol packets by defaultRafał Miłecki3-0/+63
2018-03-13net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap1-2/+2
2018-03-07brcmfmac: fix P2P_DEVICE ethernet address generationArend Van Spriel1-13/+11
2018-03-07brcmfmac: add possibility to obtain firmware errorArend Van Spriel3-0/+15
2018-02-27brcmsmac: remove duplicated bit-wise or of IEEE80211_CHAN_NO_IRColin Ian King1-1/+0
2018-02-27brcmfmac: reject too long PSKJohannes Berg1-0/+3