aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-27brcmfmac: remove duplicate pointer variable from brcmf_sdio_firmware_callback()Arend Van Spriel1-19/+18
2018-02-27brcmfmac: change log level for some low-level sdio functionsArend Van Spriel1-5/+5
2018-02-27brcmfmac: remove brcmf_bus_started() from bus apiArend Van Spriel5-57/+16
2018-02-27brcmfmac: move brcmf_attach() function in core.cArend Van Spriel1-49/+49
2018-02-27brcmfmac: usb: call brcmf_usb_up() during brcmf_bus_preinit()Arend Van Spriel1-5/+2
2018-02-27brcmfmac: call brcmf_attach() just before calling brcmf_bus_started()Arend Van Spriel2-17/+23
2018-02-27brcmfmac: move allocation of control rx buffer to brcmf_sdio_bus_preinit()Arend Van Spriel1-14/+12
2018-02-27brcmfmac: move brcmf_bus_preinit() call just after changing bus stateArend Van Spriel2-3/+5
2018-01-24brcmfmac: separate firmware errors from i/o errorsArend Van Spriel4-20/+31
2018-01-24brcmfmac: assure bcdc dcmd api does not return value > 0Arend Van Spriel2-6/+8
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+3