summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-09brcmfmac: fix roamoff=1 modparamStijn Tintel1-2/+9
2018-12-01brcmfmac: fix reporting support for 160 MHz channelsRafał Miłecki1-1/+2
2018-08-09brcmfmac: fix brcmf_wiphy_wowl_params() NULL pointer dereferenceWinnie Chang1-4/+4
2018-06-27wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat1-20/+20
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches1-1/+1
2018-05-15brcmfmac: fix initialization of struct cfg80211_inform_bss variableFranky Lin1-1/+1
2018-05-15brcmfmac: set WIPHY_FLAG_HAVE_AP_SME flagRafał Miłecki1-0/+1
2018-05-12wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen1-6/+12
2018-04-30brcmfmac: use nl80211_band directly to get ieee80211 channelFranky Lin1-4/+4
2018-04-30brcmfmac: reports boottime_ns while informing bssFranky Lin1-13/+13
2018-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo1-1/+1
2018-03-27brcmfmac: allocate struct brcmf_pub instance using wiphy_new()Arend Van Spriel1-46/+40
2018-03-20brcmfmac: Fix check for ISO3166 codeStefan Wahren1-1/+1
2018-02-27brcmfmac: reject too long PSKJohannes Berg1-0/+3
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-10brcmfmac: move configuration of probe request IEsArend Van Spriel1-0/+5
2017-11-10brcmfmac: get rid of struct brcmf_cfg80211_info::active_scan fieldArend Van Spriel1-9/+1
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 Lin1-41/+0
2017-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-18/+19
2017-09-21drivers: net: brcm80211: use setup_timer() helper.Allen Pais1-3/+2
2017-09-20brcmfmac: setup passive scan if requested by user-spaceArend Van Spriel1-15/+4
2017-09-20brcmfmac: add length check in brcmf_cfg80211_escan_handler()Arend Van Spriel1-3/+15
2017-08-08brcmfmac: add setting carrier state ON for successful roamingChung-Hsien Hsu1-2/+5
2017-08-08brcmfmac: fix wrong num_different_channels when mchan feature enabledWright Feng1-1/+3
2017-08-08brcmfmac: set wpa_auth to WPA_AUTH_DISABLED in AP/OPEN security modeWright Feng1-1/+6
2017-07-12brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()Arend van Spriel1-0/+5
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-27cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel1-3/+3
2017-04-27nl80211: 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