summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom (follow)
Commit message (Expand)AuthorAgeFilesLines
* brcmfmac: fix firmware request processing if nvram load failsArend Van Spriel2018-04-091-16/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2018-03-284-1/+64
|\
| * brcmfmac: Fix check for ISO3166 codeStefan Wahren2018-03-201-1/+1
| * brcmfmac: drop Inter-Access Point Protocol packets by defaultRafał Miłecki2018-03-163-0/+63
* | brcmsmac: allocate ucode with GFP_KERNELTakashi Iwai2018-03-271-2/+2
* | brcmfmac: add kerneldoc for struct brcmf_bus::msgbufArend Van Spriel2018-03-271-0/+1
* | brcmfmac: get rid of brcmf_fw_get_full_name()Arend Van Spriel2018-03-271-10/+4
* | brcmfmac: get rid of brcmf_fw_map_chip_to_name()Arend Van Spriel2018-03-272-57/+0
* | brcmfmac: add extension to .get_fwname() callbacksArend Van Spriel2018-03-275-78/+51
* | brcmfmac: introduce brcmf_fw_alloc_request() functionArend Van Spriel2018-03-275-60/+147
* | brcmfmac: pass struct in brcmf_fw_get_firmwares()Arend Van Spriel2018-03-275-86/+245
* | brcmfmac: derive firmware filenames from basename mappingArend Van Spriel2018-03-275-98/+96
* | brcmfmac: use wiphy debugfs dir entryArend Van Spriel2018-03-2712-74/+47
* | brcmfmac: allocate struct brcmf_pub instance using wiphy_new()Arend Van Spriel2018-03-277-61/+76
* | brcmfmac: use brcmf_chip_name() for consistencyArend Van Spriel2018-03-272-5/+7
* | brcmfmac: use brcmf_chip_name() to store name in revinfoArend Van Spriel2018-03-275-22/+26
* | brcmfmac: do not convert linux error to firmware error stringArend Van Spriel2018-03-271-2/+1
* | wireless: Use octal not symbolic permissionsJoe Perches2018-03-273-5/+5
* | Merge tag 'wireless-drivers-next-for-davem-2018-03-24' of git://git.kernel.or...David S. Miller2018-03-269-159/+122
|\ \ | |/ |/|
| * net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap2018-03-131-2/+2
| * brcmsmac: remove duplicated bit-wise or of IEEE80211_CHAN_NO_IRColin Ian King2018-02-271-1/+0
| * brcmfmac: reject too long PSKJohannes Berg2018-02-271-0/+3
| * brcmfmac: remove duplicate pointer variable from brcmf_sdio_firmware_callback()Arend Van Spriel2018-02-271-19/+18
| * brcmfmac: change log level for some low-level sdio functionsArend Van Spriel2018-02-271-5/+5
| * brcmfmac: remove brcmf_bus_started() from bus apiArend Van Spriel2018-02-275-57/+16
| * brcmfmac: move brcmf_attach() function in core.cArend Van Spriel2018-02-271-49/+49
| * brcmfmac: usb: call brcmf_usb_up() during brcmf_bus_preinit()Arend Van Spriel2018-02-271-5/+2
| * brcmfmac: call brcmf_attach() just before calling brcmf_bus_started()Arend Van Spriel2018-02-272-17/+23
| * brcmfmac: move allocation of control rx buffer to brcmf_sdio_bus_preinit()Arend Van Spriel2018-02-271-14/+12
| * brcmfmac: move brcmf_bus_preinit() call just after changing bus stateArend Van Spriel2018-02-272-3/+5
* | brcmfmac: fix P2P_DEVICE ethernet address generationArend Van Spriel2018-03-071-13/+11
* | brcmfmac: add possibility to obtain firmware errorArend Van Spriel2018-03-073-0/+15
|/
* brcmfmac: separate firmware errors from i/o errorsArend Van Spriel2018-01-244-20/+31
* brcmfmac: assure bcdc dcmd api does not return value > 0Arend Van Spriel2018-01-242-6/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-201-6/+3
|\
| * brcmfmac: fix CLM load error for legacy chips when user helper is enabledWright Feng2018-01-161-6/+3
* | b43: Replace mdelay with usleep_range in b43_radio_2057_init_postJia-Ju Bai2018-01-111-1/+1
* | brcmfmac: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-111-10/+10
* | brcmfmac: rename brcmf_sdiod_buff_{read,write}() functionsArend Van Spriel2018-01-111-24/+24
* | brcmfmac: add comment block in brcmf_sdio_buscore_read()Arend Van Spriel2018-01-111-0/+7
* | brcmfmac: Remove array of functionsArend Van Spriel2018-01-113-152/+146
* | brcmfmac: Support 43455 save-restore (SR) feature if FW include -srDouble Lo2018-01-081-0/+1
* | brcmfmac: Clean up interrupt macrosIan Molton2018-01-082-4/+7
* | brcmfmac: Replace function index with function pointerIan Molton2018-01-083-50/+56
* | brcmfmac: More efficient and slightly easier to read fixup for 4339 chipsArend Van Spriel2018-01-081-3/+4
* | brcmfmac: Remove func0 from function arrayIan Molton2018-01-083-14/+11
* | brcmfmac: Correctly handle accesses to SDIO func0Ian Molton2018-01-082-2/+6
* | brcmfmac: stabilise the value of ->sbwad in use for some xfer routines.Ian Molton2018-01-083-4/+10
* | brcmfmac: Rename buscore to core for consistencyArend Van Spriel2018-01-081-2/+2
* | brcmfmac: Remove {r,w}_sdreg32Ian Molton2018-01-081-46/+42