summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-30brcmfmac: switch to using cfg80211_connect_done()Arend van Spriel1-9/+11
2017-06-30brcmfmac: support 4-way handshake offloading for 802.1XArend van Spriel1-3/+58
2017-06-30brcmfmac: support 4-way handshake offloading for WPA/WPA2-PSKArend van Spriel1-4/+71
2017-06-27brcmfmac: Fix a memory leak in error handling path in 'brcmf_cfg80211_attach'Christophe Jaillet1-1/+2
2017-06-27brcmfmac: fix double free upon register_netdevice() failureArend Van Spriel1-0/+1
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller1-19/+50
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2017-06-13brcmfmac: Fix grammar issue in error messageMartin Michlmayr1-1/+1
2017-06-13brcmfmac: add support multi-scheduled scanArend Van Spriel1-18/+49
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+0
2017-05-22brcmfmac: remove setting IBSS mode when stopping APChi-hsien Lin1-3/+0
2017-05-18brcmfmac: move scheduled scan wiphy param setting to pno moduleArend Van Spriel1-13/+5
2017-04-28cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel1-2/+2
2017-04-28cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern1-3/+10
2017-04-26cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel1-3/+3
2017-04-26nl80211: allow multiple active scheduled scan requestsArend Van Spriel1-1/+1
2017-04-24Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller1-12/+27
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller1-7/+5
2017-04-13brcmfmac: only add channels and ssids once in scan requestArend Van Spriel1-4/+16
2017-04-13brcmfmac: remove bogus check in scheduled scan result handlerArend Van Spriel1-6/+0
2017-04-13brcmfmac: add length checks in scheduled scan result handlerArend Van Spriel1-2/+11
2017-04-13cfg80211: move add/change interface monitor flags into paramsJohannes Berg1-7/+5
2017-04-05brcmfmac: add support to move wiphy instance into network namespaceArend Van Spriel1-1/+2
2017-03-20brcmfmac: Handle status == BRCMF_E_STATUS_ABORT in cfg80211_escan_handlerHans de Goede1-0/+3
2017-03-20brcmfmac: Do not complain about country code "00"Hans de Goede1-0/+4
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-07brcmfmac: use wiphy_read_of_freq_limits to respect limits from DTRafał Miłecki1-0/+6
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-20brcmfmac: drop unneeded function declarations from headersRafał Miłecki1-1/+1
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.or...David S. Miller1-2/+2
2016-12-30brcmfmac: fix spelling mistakes on "Ivalid"Colin Ian King1-2/+2
2016-12-20brcmfmac: fix memory leak in brcmf_cfg80211_attach()Arend Van Spriel1-2/+5
2016-12-02Merge tag 'wireless-drivers-next-for-davem-2016-12-01' of git://git.kernel.or...David S. Miller1-236/+145
2016-11-29brcmfmac: fix scheduled scan result handling for newer chipsArend Van Spriel1-1/+23
2016-11-29brcmfmac: use requested scan interval in scheduled scanArend Van Spriel1-0/+1
2016-11-29brcmfmac: remove restriction from .sched_scan_start() callbackArend Van Spriel1-4/+1
2016-11-29brcmfmac: move scheduled scan activation to pno source fileArend Van Spriel1-64/+1
2016-11-29brcmfmac: split up brcmf_pno_config() functionArend Van Spriel1-1/+10
2016-11-29brcmfmac: make internal escan more genericArend Van Spriel1-80/+107
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 Spriel1-55/+48
2016-11-29brcmfmac: move pno helper functions in separate source fileArend Van Spriel1-85/+8
2016-11-27Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...David S. Miller1-3/+5
2016-11-23brcmfmac: update beacon IE after bss up and clear when AP stoppedWright Feng1-2/+3