summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
AgeCommit message (Expand)AuthorLines
2018-04-30net: wireless: b43legacy: Replace GFP_ATOMIC with GFP_KERNEL in dma_tx_fragmentJia-Ju Bai-1/+1
2018-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo-16/+20
2018-04-25brcmsmac: phy_lcn: remove duplicate codeGustavo A. R. Silva-7/+2
2018-04-25brcmfmac: add support for BCM4366E chipsetDan Haab-0/+3
2018-04-09brcmfmac: fix firmware request processing if nvram load failsArend Van Spriel-16/+20
2018-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo-1/+64
2018-03-27brcmsmac: allocate ucode with GFP_KERNELTakashi Iwai-2/+2
2018-03-27brcmfmac: add kerneldoc for struct brcmf_bus::msgbufArend Van Spriel-0/+1
2018-03-27brcmfmac: get rid of brcmf_fw_get_full_name()Arend Van Spriel-10/+4
2018-03-27brcmfmac: get rid of brcmf_fw_map_chip_to_name()Arend Van Spriel-57/+0
2018-03-27brcmfmac: add extension to .get_fwname() callbacksArend Van Spriel-78/+51
2018-03-27brcmfmac: introduce brcmf_fw_alloc_request() functionArend Van Spriel-60/+147
2018-03-27brcmfmac: pass struct in brcmf_fw_get_firmwares()Arend Van Spriel-86/+245
2018-03-27brcmfmac: derive firmware filenames from basename mappingArend Van Spriel-98/+96
2018-03-27brcmfmac: use wiphy debugfs dir entryArend Van Spriel-74/+47
2018-03-27brcmfmac: allocate struct brcmf_pub instance using wiphy_new()Arend Van Spriel-61/+76
2018-03-27brcmfmac: use brcmf_chip_name() for consistencyArend Van Spriel-5/+7
2018-03-27brcmfmac: use brcmf_chip_name() to store name in revinfoArend Van Spriel-22/+26
2018-03-27brcmfmac: do not convert linux error to firmware error stringArend Van Spriel-2/+1
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches-5/+5
2018-03-25Merge tag 'wireless-drivers-next-for-davem-2018-03-24' of git://git.kernel.or...David S. Miller-159/+122
2018-03-20brcmfmac: Fix check for ISO3166 codeStefan Wahren-1/+1
2018-03-16brcmfmac: drop Inter-Access Point Protocol packets by defaultRafał Miłecki-0/+63
2018-03-13net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap-2/+2
2018-03-07brcmfmac: fix P2P_DEVICE ethernet address generationArend Van Spriel-13/+11
2018-03-07brcmfmac: add possibility to obtain firmware errorArend Van Spriel-0/+15
2018-02-27brcmsmac: remove duplicated bit-wise or of IEEE80211_CHAN_NO_IRColin Ian King-1/+0
2018-02-27brcmfmac: reject too long PSKJohannes Berg-0/+3
2018-02-27brcmfmac: remove duplicate pointer variable from brcmf_sdio_firmware_callback()Arend Van Spriel-19/+18
2018-02-27brcmfmac: change log level for some low-level sdio functionsArend Van Spriel-5/+5
2018-02-27brcmfmac: remove brcmf_bus_started() from bus apiArend Van Spriel-57/+16
2018-02-27brcmfmac: move brcmf_attach() function in core.cArend Van Spriel-49/+49
2018-02-27brcmfmac: usb: call brcmf_usb_up() during brcmf_bus_preinit()Arend Van Spriel-5/+2
2018-02-27brcmfmac: call brcmf_attach() just before calling brcmf_bus_started()Arend Van Spriel-17/+23
2018-02-27brcmfmac: move allocation of control rx buffer to brcmf_sdio_bus_preinit()Arend Van Spriel-14/+12
2018-02-27brcmfmac: move brcmf_bus_preinit() call just after changing bus stateArend Van Spriel-3/+5
2018-01-24brcmfmac: separate firmware errors from i/o errorsArend Van Spriel-20/+31
2018-01-24brcmfmac: assure bcdc dcmd api does not return value > 0Arend Van Spriel-6/+8
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+3
2018-01-16brcmfmac: fix CLM load error for legacy chips when user helper is enabledWright Feng-6/+3
2018-01-11b43: Replace mdelay with usleep_range in b43_radio_2057_init_postJia-Ju Bai-1/+1
2018-01-11brcmfmac: Use zeroing memory allocator than allocator/memsetHimanshu Jha-10/+10
2018-01-11brcmfmac: rename brcmf_sdiod_buff_{read,write}() functionsArend Van Spriel-24/+24
2018-01-11brcmfmac: add comment block in brcmf_sdio_buscore_read()Arend Van Spriel-0/+7
2018-01-11brcmfmac: Remove array of functionsArend Van Spriel-152/+146
2018-01-08brcmfmac: Support 43455 save-restore (SR) feature if FW include -srDouble Lo-0/+1
2018-01-08brcmfmac: Clean up interrupt macrosIan Molton-4/+7
2018-01-08brcmfmac: Replace function index with function pointerIan Molton-50/+56
2018-01-08brcmfmac: More efficient and slightly easier to read fixup for 4339 chipsArend Van Spriel-3/+4
2018-01-08brcmfmac: Remove func0 from function arrayIan Molton-14/+11