aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-08brcmfmac: merge two remaining brcmf_err macrosRafał Miłecki1-9/+5
2017-02-08brcmfmac: switch to C function (__brcmf_err) for printing errorsRafał Miłecki2-3/+19
2017-02-08brcmfmac: merge two brcmf_err macros into oneRafał Miłecki1-6/+2
2017-02-07brcmfmac: use wiphy_read_of_freq_limits to respect limits from DTRafał Miłecki1-0/+6
2017-02-02brcmfmac: be more verbose when PSM's watchdog firesRafał Miłecki1-2/+10
2017-02-02brcmfmac: check brcmf_bus_get_memdump result for errorRafał Miłecki1-7/+16
2017-01-31brcmfmac: add .update_connect_params() callbackArend Van Spriel1-0/+24
2017-01-31brcmfmac: allow wowlan support to be per deviceArend Van Spriel1-7/+19
2017-01-31brcmfmac: fix handling firmware results for wowl netdetectArend Van Spriel1-3/+1
2017-01-31brcmfmac: provide a value for struct wowlan_support::max_nd_match_setsArend Van Spriel1-0/+2
2017-01-28brcmfmac: drop duplicated core selection from brcmf_pcie_attachRafał Miłecki1-1/+0
2017-01-20brcmfmac: rename brcmf_bus_start function to brcmf_bus_startedRafał Miłecki6-6/+6
2017-01-20brcmfmac: drop brcmf_bus_detach and inline its codeRafał Miłecki1-11/+1
2017-01-20brcmfmac: move brcmf_c_set_joinpref_default declaration to common.hRafał Miłecki2-1/+2
2017-01-20brcmfmac: drop unneeded function declarations from headersRafał Miłecki3-7/+1
2017-01-20brcmfmac: fix incorrect event channel deductionGavin Li1-1/+1
2017-01-20brcmfmac: add support for BCM43455 with modalias sdio:c00v02D0dA9BFMartin Blumenstingl1-0/+1
2017-01-19brcmfmac: make brcmf_of_probe more genericRafał Miłecki3-9/+12
2017-01-17brcmfmac: setup wiphy bands after registering it firstRafał Miłecki1-2/+7
2017-01-17brcmfmac: don't preset all channels as disabledRafał Miłecki1-2/+0
2017-01-17brcmfmac: avoid writing channel out of allocated arrayRafał Miłecki1-15/+17
2017-01-02Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-2/+2
2016-12-30brcmfmac: fix spelling mistakes on "Ivalid"Colin Ian King1-2/+2
2016-12-20brcmfmac: fix uninitialized field in scheduled scan ssid configurationArend Van Spriel1-0/+1
2016-12-20brcmfmac: fix memory leak in brcmf_cfg80211_attach()Arend Van Spriel1-2/+5
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2-3/+0
2016-12-02Merge tag 'wireless-drivers-next-for-davem-2016-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller13-332/+591
2016-11-29brcmfmac: fix scheduled scan result handling for newer chipsArend Van Spriel2-1/+30
2016-11-29brcmfmac: use requested scan interval in scheduled scanArend Van Spriel3-3/+10
2016-11-29brcmfmac: remove restriction from .sched_scan_start() callbackArend Van Spriel1-4/+1
2016-11-29brcmfmac: use provided channels for scheduled scanArend Van Spriel2-1/+41
2016-11-29brcmfmac: move scheduled scan activation to pno source fileArend Van Spriel3-110/+94
2016-11-29brcmfmac: split up brcmf_pno_config() functionArend Van Spriel3-20/+68
2016-11-29brcmfmac: make internal escan more genericArend Van Spriel2-82/+109
2016-11-29brcmfmac: change prototype for brcmf_do_escan()Arend Van Spriel1-5/+5
2016-11-29brcmfmac: fix handling ssids in .sched_scan_start() callbackArend Van Spriel3-57/+76
2016-11-29brcmfmac: move pno helper functions in separate source fileArend Van Spriel4-86/+150
2016-11-29brcmfmac: add support for 43341 chipArend Van Spriel2-0/+2
2016-11-29brcmfmac: add pcie host dongle interface rev6 supportFranky Lin4-91/+132
2016-11-27Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller10-20/+47
2016-11-25brcmsmac: fix array out-of-bounds access in qm_log10Tobias Regnery1-2/+3
2016-11-23brcmfmac: update beacon IE after bss up and clear when AP stoppedWright Feng1-2/+3
2016-11-17brcmfmac: print name of connect status eventRafał Miłecki3-3/+6
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-09brcmfmac: proto: add callback for queuing TX dataRafał Miłecki7-15/+38
2016-10-27brcmfmac: avoid maybe-uninitialized warning in brcmf_cfg80211_start_apArnd Bergmann1-1/+1
2016-10-27wireless: deprecate WDS and disable by defaultJohannes Berg2-0/+4
2016-10-13cfg80211: pass struct to interface combination check/iterPurushottam Kushwaha1-10/+12
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds11-80/+84
2016-10-03Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-4/+8