aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-24brcmfmac: separate firmware errors from i/o errorsArend Van Spriel4-20/+31
2018-01-24brcmfmac: assure bcdc dcmd api does not return value > 0Arend Van Spriel2-6/+8
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+3
2018-01-16brcmfmac: fix CLM load error for legacy chips when user helper is enabledWright Feng1-6/+3
2018-01-11brcmfmac: Use zeroing memory allocator than allocator/memsetHimanshu Jha1-10/+10
2018-01-11brcmfmac: rename brcmf_sdiod_buff_{read,write}() functionsArend Van Spriel1-24/+24
2018-01-11brcmfmac: add comment block in brcmf_sdio_buscore_read()Arend Van Spriel1-0/+7
2018-01-11brcmfmac: Remove array of functionsArend Van Spriel3-152/+146
2018-01-08brcmfmac: Support 43455 save-restore (SR) feature if FW include -srDouble Lo1-0/+1
2018-01-08brcmfmac: Clean up interrupt macrosIan Molton2-4/+7
2018-01-08brcmfmac: Replace function index with function pointerIan Molton3-50/+56
2018-01-08brcmfmac: More efficient and slightly easier to read fixup for 4339 chipsArend Van Spriel1-3/+4
2018-01-08brcmfmac: Remove func0 from function arrayIan Molton3-14/+11
2018-01-08brcmfmac: Correctly handle accesses to SDIO func0Ian Molton2-2/+6
2018-01-08brcmfmac: stabilise the value of ->sbwad in use for some xfer routines.Ian Molton3-4/+10
2018-01-08brcmfmac: Rename buscore to core for consistencyArend Van Spriel1-2/+2
2018-01-08brcmfmac: Remove {r,w}_sdreg32Ian Molton1-46/+42
2017-12-19Merge tag 'wireless-drivers-next-for-davem-2017-12-18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller6-770/+384
2017-12-14brcmfmac: enlarge buffer size of caps to 512 bytesWright Feng1-3/+9
2017-12-14brcmfmac: Remove repeated calls to brcmf_chip_get_core()Ian Molton1-10/+15
2017-12-14brcmfmac: Remove unused macro.Ian Molton1-2/+0
2017-12-14brcmfmac: Cleanup offsetof()Ian Molton1-21/+14
2017-12-14brcmfmac: remove unnecessary call to brcmf_sdiod_set_backplane_window()Ian Molton1-5/+0
2017-12-14brcmfmac: Remove brcmf_sdiod_addrprep()Ian Molton1-38/+46
2017-12-14brcmfmac: Tidy register definitions a littleIan Molton2-11/+12
2017-12-14brcmfmac: Rename / replace old IO functions with simpler ones.Ian Molton3-245/+138
2017-12-14brcmfmac: Clarify if using braces.Ian Molton1-2/+3
2017-12-14brcmfmac: whitespace fixes in brcmf_sdiod_send_buf()Ian Molton1-1/+2
2017-12-14brcmfmac: Split brcmf_sdiod_buffrw function up.Ian Molton1-22/+45
2017-12-14brcmsmac: use ARRAY_SIZE on rfseq_updategainu_eventsColin Ian King1-2/+1
2017-12-08wireless: use ARRAY_SIZEJérémy Lefaure1-357/+105
2017-12-07brcmfmac: Avoid build error with make W=1Andy Shevchenko1-1/+1
2017-12-07brcmfmac: Rename bcmerror to errIan Molton1-7/+7
2017-12-07brcmfmac: Remove noisy debugging.Ian Molton1-6/+0
2017-12-07brcmfmac: Fix asymmetric IO functions.Ian Molton1-1/+1
2017-12-07brcmfmac: Remove brcmf_sdiod_request_data()Ian Molton2-152/+87
2017-12-07brcmfmac: Remove bandaid for SleepCSRIan Molton1-27/+1
2017-12-07brcmfmac: Remove dead IO codeIan Molton1-10/+8
2017-12-07brcmfmac: Clean up brcmf_sdiod_set_sbaddr_window()Ian Molton2-15/+5
2017-12-07brcmfmac: Split brcmf_sdiod_regrw_helper() up.Ian Molton1-21/+73
2017-12-07brcmfmac: Register sizes on hardware are not dependent on compiler typesIan Molton1-11/+11
2017-12-07brcmfmac: Fix parameter order in brcmf_sdiod_f0_writeb()Ian Molton1-4/+4
2017-12-02brcmfmac: change driver unbind order of the sdio function devicesArend Van Spriel1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook3-11/+9
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds14-1045/+1137
2017-11-11brcmfmac: add CLM download supportChung-Hsien Hsu8-0/+258
2017-11-10brcmfmac: move configuration of probe request IEsArend Van Spriel2-4/+7
2017-11-10brcmfmac: get rid of struct brcmf_cfg80211_info::active_scan fieldArend Van Spriel3-15/+2
2017-11-10brcmfmac: get rid of brcmf_cfg80211_escan() functionArend Van Spriel1-24/+10
2017-11-10brcmfmac: use msecs_to_jiffies() instead of calculation using HZArend Van Spriel1-2/+2