summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
Commit message (Expand)AuthorAgeFilesLines
* brcmfmac: fix double free upon register_netdevice() failureArend Van Spriel2017-06-271-0/+1
* Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-251-19/+50
|\
| * brcmfmac: Fix grammar issue in error messageMartin Michlmayr2017-06-131-1/+1
| * brcmfmac: add support multi-scheduled scanArend Van Spriel2017-06-131-18/+49
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-1/+0
|\ \ | |/ |/|
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+0
* | brcmfmac: remove setting IBSS mode when stopping APChi-hsien Lin2017-05-221-3/+0
* | brcmfmac: move scheduled scan wiphy param setting to pno moduleArend Van Spriel2017-05-181-13/+5
|/
* cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel2017-04-281-2/+2
* cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern2017-04-281-3/+10
* cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel2017-04-261-3/+3
* nl80211: allow multiple active scheduled scan requestsArend Van Spriel2017-04-261-1/+1
* Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller2017-04-241-12/+27
|\
| * brcmfmac: only add channels and ssids once in scan requestArend Van Spriel2017-04-131-4/+16
| * brcmfmac: remove bogus check in scheduled scan result handlerArend Van Spriel2017-04-131-6/+0
| * brcmfmac: add length checks in scheduled scan result handlerArend Van Spriel2017-04-131-2/+11
* | Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller2017-04-201-7/+5
|\ \ | |/ |/|
| * cfg80211: move add/change interface monitor flags into paramsJohannes Berg2017-04-131-7/+5
* | brcmfmac: add support to move wiphy instance into network namespaceArend Van Spriel2017-04-051-1/+2
* | brcmfmac: Handle status == BRCMF_E_STATUS_ABORT in cfg80211_escan_handlerHans de Goede2017-03-201-0/+3
* | brcmfmac: Do not complain about country code "00"Hans de Goede2017-03-201-0/+4
|/
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* brcmfmac: use wiphy_read_of_freq_limits to respect limits from DTRafał Miłecki2017-02-071-0/+6
* brcmfmac: add .update_connect_params() callbackArend Van Spriel2017-01-311-0/+24
* brcmfmac: allow wowlan support to be per deviceArend Van Spriel2017-01-311-7/+19
* brcmfmac: fix handling firmware results for wowl netdetectArend Van Spriel2017-01-311-3/+1
* brcmfmac: provide a value for struct wowlan_support::max_nd_match_setsArend Van Spriel2017-01-311-0/+2
* brcmfmac: drop unneeded function declarations from headersRafał Miłecki2017-01-201-1/+1
* brcmfmac: setup wiphy bands after registering it firstRafał Miłecki2017-01-171-2/+7
* brcmfmac: don't preset all channels as disabledRafał Miłecki2017-01-171-2/+0
* brcmfmac: avoid writing channel out of allocated arrayRafał Miłecki2017-01-171-15/+17
* Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.or...David S. Miller2017-01-021-2/+2
|\
| * brcmfmac: fix spelling mistakes on "Ivalid"Colin Ian King2016-12-301-2/+2
* | brcmfmac: fix memory leak in brcmf_cfg80211_attach()Arend Van Spriel2016-12-201-2/+5
|/
* Merge tag 'wireless-drivers-next-for-davem-2016-12-01' of git://git.kernel.or...David S. Miller2016-12-021-236/+145
|\
| * brcmfmac: fix scheduled scan result handling for newer chipsArend Van Spriel2016-11-291-1/+23
| * brcmfmac: use requested scan interval in scheduled scanArend Van Spriel2016-11-291-0/+1
| * brcmfmac: remove restriction from .sched_scan_start() callbackArend Van Spriel2016-11-291-4/+1
| * brcmfmac: move scheduled scan activation to pno source fileArend Van Spriel2016-11-291-64/+1
| * brcmfmac: split up brcmf_pno_config() functionArend Van Spriel2016-11-291-1/+10
| * brcmfmac: make internal escan more genericArend Van Spriel2016-11-291-80/+107
| * brcmfmac: change prototype for brcmf_do_escan()Arend Van Spriel2016-11-291-5/+5
| * brcmfmac: fix handling ssids in .sched_scan_start() callbackArend Van Spriel2016-11-291-55/+48
| * brcmfmac: move pno helper functions in separate source fileArend Van Spriel2016-11-291-85/+8
* | Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...David S. Miller2016-11-271-3/+5
|\ \ | |/
| * brcmfmac: update beacon IE after bss up and clear when AP stoppedWright Feng2016-11-231-2/+3
| * brcmfmac: print name of connect status eventRafał Miłecki2016-11-171-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-1/+1
|\ \
| * | brcmfmac: avoid maybe-uninitialized warning in brcmf_cfg80211_start_apArnd Bergmann2016-10-271-1/+1
| |/
* | cfg80211: pass struct to interface combination check/iterPurushottam Kushwaha2016-10-131-10/+12
|/
OpenPOWER on IntegriCloud