summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom/brcm80211
AgeCommit message (Expand)Author
2018-03-20brcmfmac: Fix check for ISO3166 codeStefan Wahren
2018-03-16brcmfmac: drop Inter-Access Point Protocol packets by defaultRafał Miłecki
2018-03-07brcmfmac: fix P2P_DEVICE ethernet address generationArend Van Spriel
2018-03-07brcmfmac: add possibility to obtain firmware errorArend 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-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
2017-12-19Merge tag 'wireless-drivers-next-for-davem-2017-12-18' of git://git.kernel.or...David S. Miller
2017-12-14brcmfmac: enlarge buffer size of caps to 512 bytesWright Feng
2017-12-14brcmfmac: Remove repeated calls to brcmf_chip_get_core()Ian Molton
2017-12-14brcmfmac: Remove unused macro.Ian Molton
2017-12-14brcmfmac: Cleanup offsetof()Ian Molton
2017-12-14brcmfmac: remove unnecessary call to brcmf_sdiod_set_backplane_window()Ian Molton
2017-12-14brcmfmac: Remove brcmf_sdiod_addrprep()Ian Molton
2017-12-14brcmfmac: Tidy register definitions a littleIan Molton
2017-12-14brcmfmac: Rename / replace old IO functions with simpler ones.Ian Molton
2017-12-14brcmfmac: Clarify if using braces.Ian Molton
2017-12-14brcmfmac: whitespace fixes in brcmf_sdiod_send_buf()Ian Molton
2017-12-14brcmfmac: Split brcmf_sdiod_buffrw function up.Ian Molton
2017-12-14brcmsmac: use ARRAY_SIZE on rfseq_updategainu_eventsColin Ian King
2017-12-08wireless: use ARRAY_SIZEJérémy Lefaure
2017-12-07brcmfmac: Avoid build error with make W=1Andy Shevchenko
2017-12-07brcmfmac: Rename bcmerror to errIan Molton
2017-12-07brcmfmac: Remove noisy debugging.Ian Molton
2017-12-07brcmfmac: Fix asymmetric IO functions.Ian Molton
2017-12-07brcmfmac: Remove brcmf_sdiod_request_data()Ian Molton
2017-12-07brcmfmac: Remove bandaid for SleepCSRIan Molton
2017-12-07brcmfmac: Remove dead IO codeIan Molton
2017-12-07brcmfmac: Clean up brcmf_sdiod_set_sbaddr_window()Ian Molton
2017-12-07brcmfmac: Split brcmf_sdiod_regrw_helper() up.Ian Molton
2017-12-07brcmfmac: Register sizes on hardware are not dependent on compiler typesIan Molton
2017-12-07brcmfmac: Fix parameter order in brcmf_sdiod_f0_writeb()Ian Molton
2017-12-02brcmfmac: change driver unbind order of the sdio function devicesArend Van Spriel
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-11brcmfmac: add CLM download supportChung-Hsien Hsu