summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom
AgeCommit message (Expand)Author
2018-04-09brcmfmac: fix firmware request processing if nvram load failsArend Van Spriel
2018-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo
2018-03-27brcmsmac: allocate ucode with GFP_KERNELTakashi Iwai
2018-03-27brcmfmac: add kerneldoc for struct brcmf_bus::msgbufArend Van Spriel
2018-03-27brcmfmac: get rid of brcmf_fw_get_full_name()Arend Van Spriel
2018-03-27brcmfmac: get rid of brcmf_fw_map_chip_to_name()Arend Van Spriel
2018-03-27brcmfmac: add extension to .get_fwname() callbacksArend Van Spriel
2018-03-27brcmfmac: introduce brcmf_fw_alloc_request() functionArend Van Spriel
2018-03-27brcmfmac: pass struct in brcmf_fw_get_firmwares()Arend Van Spriel
2018-03-27brcmfmac: derive firmware filenames from basename mappingArend Van Spriel
2018-03-27brcmfmac: use wiphy debugfs dir entryArend Van Spriel
2018-03-27brcmfmac: allocate struct brcmf_pub instance using wiphy_new()Arend Van Spriel
2018-03-27brcmfmac: use brcmf_chip_name() for consistencyArend Van Spriel
2018-03-27brcmfmac: use brcmf_chip_name() to store name in revinfoArend Van Spriel
2018-03-27brcmfmac: do not convert linux error to firmware error stringArend Van Spriel
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches
2018-03-25Merge tag 'wireless-drivers-next-for-davem-2018-03-24' of git://git.kernel.or...David S. Miller
2018-03-20brcmfmac: Fix check for ISO3166 codeStefan Wahren
2018-03-16brcmfmac: drop Inter-Access Point Protocol packets by defaultRafał Miłecki
2018-03-13net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap
2018-03-07brcmfmac: fix P2P_DEVICE ethernet address generationArend Van Spriel
2018-03-07brcmfmac: add possibility to obtain firmware errorArend Van Spriel
2018-02-27brcmsmac: remove duplicated bit-wise or of IEEE80211_CHAN_NO_IRColin Ian King
2018-02-27brcmfmac: reject too long PSKJohannes Berg
2018-02-27brcmfmac: remove duplicate pointer variable from brcmf_sdio_firmware_callback()Arend Van Spriel
2018-02-27brcmfmac: change log level for some low-level sdio functionsArend Van Spriel
2018-02-27brcmfmac: remove brcmf_bus_started() from bus apiArend Van Spriel
2018-02-27brcmfmac: move brcmf_attach() function in core.cArend Van Spriel
2018-02-27brcmfmac: usb: call brcmf_usb_up() during brcmf_bus_preinit()Arend Van Spriel
2018-02-27brcmfmac: call brcmf_attach() just before calling brcmf_bus_started()Arend Van Spriel
2018-02-27brcmfmac: move allocation of control rx buffer to brcmf_sdio_bus_preinit()Arend Van Spriel
2018-02-27brcmfmac: move brcmf_bus_preinit() call just after changing bus stateArend Van Spriel
2018-01-24brcmfmac: separate firmware errors from i/o errorsArend Van Spriel
2018-01-24brcmfmac: assure bcdc dcmd api does not return value > 0Arend Van Spriel
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-16brcmfmac: fix CLM load error for legacy chips when user helper is enabledWright Feng
2018-01-11b43: Replace mdelay with usleep_range in b43_radio_2057_init_postJia-Ju Bai
2018-01-11brcmfmac: Use zeroing memory allocator than allocator/memsetHimanshu Jha
2018-01-11brcmfmac: rename brcmf_sdiod_buff_{read,write}() functionsArend Van Spriel
2018-01-11brcmfmac: add comment block in brcmf_sdio_buscore_read()Arend Van Spriel
2018-01-11brcmfmac: Remove array of functionsArend Van Spriel
2018-01-08brcmfmac: Support 43455 save-restore (SR) feature if FW include -srDouble Lo
2018-01-08brcmfmac: Clean up interrupt macrosIan Molton
2018-01-08brcmfmac: Replace function index with function pointerIan Molton
2018-01-08brcmfmac: More efficient and slightly easier to read fixup for 4339 chipsArend Van Spriel
2018-01-08brcmfmac: Remove func0 from function arrayIan Molton
2018-01-08brcmfmac: Correctly handle accesses to SDIO func0Ian Molton
2018-01-08brcmfmac: stabilise the value of ->sbwad in use for some xfer routines.Ian Molton
2018-01-08brcmfmac: Rename buscore to core for consistencyArend Van Spriel
2018-01-08brcmfmac: Remove {r,w}_sdreg32Ian Molton