summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-12brcmfmac: map 802.1d priority to precedence level based on AP WMM paramsSaravanan Shanmugham1-0/+152
2020-05-04brcmfmac: add vendor ie for association responsesRyohei Kondo1-0/+14
2020-05-04brcmfmac: keep apsta enabled when AP starts with MCHAN featureWright Feng1-1/+2
2020-04-24cfg80211: change internal management frame registration APIJohannes Berg1-12/+7
2020-03-26brcmfmac: fix the incorrect return value in brcmf_inform_single_bss().Raveendran Somu1-1/+1
2020-01-26brcmfmac: add initial support for monitor modeRafał Miłecki1-12/+100
2020-01-26brcmfmac: simplify building interface combinationsRafał Miłecki1-29/+14
2019-12-18brcmfmac: not set mbss in vif if firmware does not support MBSSWright Feng1-1/+3
2019-12-18brcmfmac: add RSDB condition when setting interface combinationsWright Feng1-8/+46
2019-12-18brcmfmac: make errors when setting roaming parameters non-fatalSoeren Moch1-6/+4
2019-10-04brcmfmac: add support for SAE authentication offloadChung-Hsien Hsu1-5/+68
2019-10-01brcmfmac: send port authorized event for FT-802.1XChung-Hsien Hsu1-0/+8
2019-09-13brcmfmac: move "cfg80211_ops" pointer to another structRafał Miłecki1-1/+0
2019-09-06brcmfmac: use %*ph to print small bufferAndy Shevchenko1-12/+6
2019-09-03brcmfmac: replace strncpy() by strscpy()Xulin Sun1-3/+1
2019-08-06brcmfmac: remove set but not used variable 'dtim_period'YueHaibing1-7/+1
2019-07-24brcmfmac: avoid firmware commands when bus is downArend van Spriel1-10/+13
2019-07-24brcmfmac: allow 160MHz in custom regulatory rulesArend van Spriel1-2/+2
2019-07-24brcmfmac: enable DFS_OFFLOAD extended feature if supportedArend van Spriel1-0/+5
2019-07-24brcmfmac: add 160MHz in chandef_to_chanspec()Arend van Spriel1-1/+20
2019-05-28brcmfmac: switch source files to using SPDX license identifierArend van Spriel1-12/+1
2019-04-04brcmfmac: fix missing checks for kmemdupKangjie Lu1-0/+4
2019-02-19brcmfmac: rework bphy_err() to take struct brcmf_pub argumentRafał Miłecki1-231/+279
2019-02-19brcmfmac: support firmware reporting 160 MHz channelsRafał Miłecki1-0/+3
2019-02-19brcmfmac: improve code handling bandwidth of firmware reported channelsRafał Miłecki1-3/+10
2019-02-19brcmfmac: assure SSID length from firmware is limitedArend van Spriel1-0/+2
2019-02-08brcmfmac: add bphy_err() and use it in the cfg80211.cRafał Miłecki1-224/+273
2018-12-20brcmfmac: Fix access point modeStefan Wahren1-0/+10
2018-12-20brcmfmac: fix roamoff=1 modparamStijn Tintel1-2/+9
2018-12-13brcmfmac: enable frameburst mode in default firmware settingWright Feng1-0/+6
2018-11-16brcmfmac: fix reporting support for 160 MHz channelsRafał Miłecki1-1/+2
2018-08-31brcmfmac: add 4-way handshake offload detection for FT-802.1XChung-Hsien Hsu1-0/+2
2018-08-31brcmfmac: add FT-based AKMs in brcmf_set_key_mgmt() for FT supportChung-Hsien Hsu1-0/+6
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-21treewide: 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