summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
Commit message (Expand)AuthorAgeFilesLines
...
* | brcmfmac: use wiphy debugfs dir entryArend Van Spriel2018-03-2712-74/+47Star
* | 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/+1Star
* | 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/+122Star
|\ \ | |/ |/|
| * 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/+0Star
| * 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/+18Star
| * 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/+16Star
| * 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/+2Star
| * 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/+12Star
| * 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/+11Star
* | 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/+3Star
|\
| * brcmfmac: fix CLM load error for legacy chips when user helper is enabledWright Feng2018-01-161-6/+3Star
* | 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/+146Star
* | 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/+11Star
* | 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/+42Star
* | Merge tag 'wireless-drivers-next-for-davem-2017-12-18' of git://git.kernel.or...David S. Miller2017-12-196-770/+384Star
|\ \ | |/ |/|
| * 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/+0Star
| * brcmfmac: Cleanup offsetof()Ian Molton2017-12-141-21/+14Star
| * brcmfmac: remove unnecessary call to brcmf_sdiod_set_backplane_window()Ian Molton2017-12-141-5/+0Star
| * 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/+138Star
| * 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