aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Torvalds17-1050/+1142
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
2017-11-10brcmfmac: cleanup brcmf_cfg80211_escan() functionArend Van Spriel1-65/+11
2017-11-10brcmfmac: disable packet filtering in promiscuous modeFranky Lin3-41/+39
2017-11-10brcmfmac: handle FWHALT mailbox indicationArend Van Spriel1-4/+10
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar42-0/+42
2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-879/+796
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller42-0/+42
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman42-0/+42
2017-10-27brcmsmac: reindent split functionsArnd Bergmann1-810/+697
2017-10-27brcmsmac: split up wlc_phy_workarounds_nphyArnd Bergmann1-74/+104
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-20Merge tag 'wireless-drivers-next-for-davem-2017-10-18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller8-118/+108
2017-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo4-119/+123
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-18/+24
2017-10-02brcmfmac: Delete redundant length checkKevin Cernekee1-5/+0
2017-10-02brcmfmac: Avoid possible out-of-bounds readKevin Cernekee1-2/+1
2017-10-02brcmsmac: make some local variables 'static const' to reduce stack sizeArnd Bergmann1-100/+97
2017-10-02brcmfmac: Add check for short event packetsKevin Cernekee1-1/+2