summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
Commit message (Expand)AuthorAgeFilesLines
* 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-259-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-191-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
* | Merge tag 'wireless-drivers-next-for-davem-2017-12-18' of git://git.kernel.or...David S. Miller2017-12-196-770/+384
|\ \ | |/ |/|
| * brcmfmac: enlarge buffer size of caps to 512 bytesWright Feng2017-12-141-3/+9
| * brcmfmac: Remove repeated calls to brcmf_chip_get_core()Ian Molton2017-12-141-10/+15
| * brcmfmac: Remove unused macro.Ian Molton2017-12-141-2/+0
| * brcmfmac: Cleanup offsetof()Ian Molton2017-12-141-21/+14
| * brcmfmac: remove unnecessary call to brcmf_sdiod_set_backplane_window()Ian Molton2017-12-141-5/+0
| * brcmfmac: Remove brcmf_sdiod_addrprep()Ian Molton2017-12-141-38/+46
| * brcmfmac: Tidy register definitions a littleIan Molton2017-12-142-11/+12
| * brcmfmac: Rename / replace old IO functions with simpler ones.Ian Molton2017-12-143-245/+138
| * brcmfmac: Clarify if using braces.Ian Molton2017-12-141-2/+3
| * brcmfmac: whitespace fixes in brcmf_sdiod_send_buf()Ian Molton2017-12-141-1/+2
| * brcmfmac: Split brcmf_sdiod_buffrw function up.Ian Molton2017-12-141-22/+45
| * brcmsmac: use ARRAY_SIZE on rfseq_updategainu_eventsColin Ian King2017-12-141-2/+1
| * wireless: use ARRAY_SIZEJérémy Lefaure2017-12-081-357/+105
| * brcmfmac: Rename bcmerror to errIan Molton2017-12-071-7/+7
| * brcmfmac: Remove noisy debugging.Ian Molton2017-12-071-6/+0
| * brcmfmac: Fix asymmetric IO functions.Ian Molton2017-12-071-1/+1