summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * brcmfmac: Remove brcmf_sdiod_request_data()Ian Molton2017-12-072-152/+87
| * brcmfmac: Remove bandaid for SleepCSRIan Molton2017-12-071-27/+1
| * brcmfmac: Remove dead IO codeIan Molton2017-12-071-10/+8
| * brcmfmac: Clean up brcmf_sdiod_set_sbaddr_window()Ian Molton2017-12-072-15/+5
| * brcmfmac: Split brcmf_sdiod_regrw_helper() up.Ian Molton2017-12-071-21/+73
| * brcmfmac: Register sizes on hardware are not dependent on compiler typesIan Molton2017-12-071-11/+11
| * brcmfmac: Fix parameter order in brcmf_sdiod_f0_writeb()Ian Molton2017-12-071-4/+4
* | brcmfmac: Avoid build error with make W=1Andy Shevchenko2017-12-071-1/+1
* | brcmfmac: change driver unbind order of the sdio function devicesArend Van Spriel2017-12-021-1/+1
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-213-11/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1517-1050/+1142
|\
| * brcmfmac: add CLM download supportChung-Hsien Hsu2017-11-118-0/+258
| * brcmfmac: move configuration of probe request IEsArend Van Spriel2017-11-102-4/+7
| * brcmfmac: get rid of struct brcmf_cfg80211_info::active_scan fieldArend Van Spriel2017-11-103-15/+2
| * brcmfmac: get rid of brcmf_cfg80211_escan() functionArend Van Spriel2017-11-101-24/+10
| * brcmfmac: use msecs_to_jiffies() instead of calculation using HZArend Van Spriel2017-11-101-2/+2
| * brcmfmac: cleanup brcmf_cfg80211_escan() functionArend Van Spriel2017-11-101-65/+11
| * brcmfmac: disable packet filtering in promiscuous modeFranky Lin2017-11-103-41/+39
| * brcmfmac: handle FWHALT mailbox indicationArend Van Spriel2017-11-101-4/+10
| * Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller2017-11-041-879/+796
| |\
| | * brcmsmac: reindent split functionsArnd Bergmann2017-10-271-810/+697
| | * brcmsmac: split up wlc_phy_workarounds_nphyArnd Bergmann2017-10-271-74/+104
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0442-0/+42
| |\ \ | | |/ | |/|
| * | Merge tag 'wireless-drivers-next-for-davem-2017-10-18' of git://git.kernel.or...David S. Miller2017-10-208-118/+108
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2017-10-164-119/+123
| | |\ \
| | * | | brcmfmac: Delete redundant length checkKevin Cernekee2017-10-021-5/+0
| | * | | brcmfmac: Avoid possible out-of-bounds readKevin Cernekee2017-10-021-2/+1
| | * | | b43: make const arrays static, reduces object code sizeColin Ian King2017-09-251-3/+3
| | * | | brcmsmac: make const array ucode_ofdm_rates static, reduces object code sizeColin Ian King2017-09-251-1/+1
| | * | | brcmfmac: use setup_timer() helperAllen Pais2017-09-251-4/+2
| | * | | b43legacy: fix unitialized reads of ret by initializing the array to zeroColin Ian King2017-09-201-1/+1
| | * | | b43: fix unitialized reads of ret by initializing the array to zeroColin Ian King2017-09-201-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-052-18/+24
| |\ \ \ \
| * | | | | drivers: net: brcm80211: use setup_timer() helper.Allen Pais2017-09-211-3/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0742-0/+42
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0242-0/+42
| | |_|/ | |/| |
* / | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/ / /
* | | brcmsmac: make some local variables 'static const' to reduce stack sizeArnd Bergmann2017-10-021-100/+97
* | | brcmfmac: Add check for short event packetsKevin Cernekee2017-10-021-1/+2
| |/ |/|
* | brcmfmac: setup passive scan if requested by user-spaceArend Van Spriel2017-09-202-15/+9