summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
Commit message (Expand)AuthorAgeFilesLines
* brcmfmac: add initial support for monitor modeRafał Miłecki2020-01-261-12/+100
* brcmfmac: simplify building interface combinationsRafał Miłecki2020-01-261-29/+14
* brcmfmac: not set mbss in vif if firmware does not support MBSSWright Feng2019-12-181-1/+3
* brcmfmac: add RSDB condition when setting interface combinationsWright Feng2019-12-181-8/+46
* brcmfmac: make errors when setting roaming parameters non-fatalSoeren Moch2019-12-181-6/+4
* brcmfmac: add support for SAE authentication offloadChung-Hsien Hsu2019-10-041-5/+68
* brcmfmac: send port authorized event for FT-802.1XChung-Hsien Hsu2019-10-011-0/+8
* brcmfmac: move "cfg80211_ops" pointer to another structRafał Miłecki2019-09-131-1/+0
* brcmfmac: use %*ph to print small bufferAndy Shevchenko2019-09-061-12/+6
* brcmfmac: replace strncpy() by strscpy()Xulin Sun2019-09-031-3/+1
* brcmfmac: remove set but not used variable 'dtim_period'YueHaibing2019-08-061-7/+1
* brcmfmac: avoid firmware commands when bus is downArend van Spriel2019-07-241-10/+13
* brcmfmac: allow 160MHz in custom regulatory rulesArend van Spriel2019-07-241-2/+2
* brcmfmac: enable DFS_OFFLOAD extended feature if supportedArend van Spriel2019-07-241-0/+5
* brcmfmac: add 160MHz in chandef_to_chanspec()Arend van Spriel2019-07-241-1/+20
* brcmfmac: switch source files to using SPDX license identifierArend van Spriel2019-05-281-12/+1
* brcmfmac: fix missing checks for kmemdupKangjie Lu2019-04-041-0/+4
* brcmfmac: rework bphy_err() to take struct brcmf_pub argumentRafał Miłecki2019-02-191-231/+279
* brcmfmac: support firmware reporting 160 MHz channelsRafał Miłecki2019-02-191-0/+3
* brcmfmac: improve code handling bandwidth of firmware reported channelsRafał Miłecki2019-02-191-3/+10
* brcmfmac: assure SSID length from firmware is limitedArend van Spriel2019-02-191-0/+2
* brcmfmac: add bphy_err() and use it in the cfg80211.cRafał Miłecki2019-02-081-224/+273
* brcmfmac: Fix access point modeStefan Wahren2018-12-201-0/+10
* brcmfmac: fix roamoff=1 modparamStijn Tintel2018-12-201-2/+9
* brcmfmac: enable frameburst mode in default firmware settingWright Feng2018-12-131-0/+6
* brcmfmac: fix reporting support for 160 MHz channelsRafał Miłecki2018-11-161-1/+2
* brcmfmac: add 4-way handshake offload detection for FT-802.1XChung-Hsien Hsu2018-08-311-0/+2
* brcmfmac: add FT-based AKMs in brcmf_set_key_mgmt() for FT supportChung-Hsien Hsu2018-08-311-0/+6
* brcmfmac: fix brcmf_wiphy_wowl_params() NULL pointer dereferenceWinnie Chang2018-08-091-4/+4
* wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat2018-06-271-20/+20
* drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches2018-05-301-1/+1
* brcmfmac: fix initialization of struct cfg80211_inform_bss variableFranky Lin2018-05-151-1/+1
* brcmfmac: set WIPHY_FLAG_HAVE_AP_SME flagRafał Miłecki2018-05-151-0/+1
* wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen2018-05-121-6/+12
* brcmfmac: use nl80211_band directly to get ieee80211 channelFranky Lin2018-04-301-4/+4
* brcmfmac: reports boottime_ns while informing bssFranky Lin2018-04-301-13/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2018-03-281-1/+1
|\
| * brcmfmac: Fix check for ISO3166 codeStefan Wahren2018-03-201-1/+1
* | brcmfmac: allocate struct brcmf_pub instance using wiphy_new()Arend Van Spriel2018-03-271-46/+40
* | brcmfmac: reject too long PSKJohannes Berg2018-02-271-0/+3
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* brcmfmac: move configuration of probe request IEsArend Van Spriel2017-11-101-0/+5
* brcmfmac: get rid of struct brcmf_cfg80211_info::active_scan fieldArend Van Spriel2017-11-101-9/+1
* brcmfmac: get rid of brcmf_cfg80211_escan() functionArend Van Spriel2017-11-101-24/+10
* brcmfmac: use msecs_to_jiffies() instead of calculation using HZArend Van Spriel2017-11-101-2/+2
* brcmfmac: cleanup brcmf_cfg80211_escan() functionArend Van Spriel2017-11-101-65/+11
* brcmfmac: disable packet filtering in promiscuous modeFranky Lin2017-11-101-41/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-051-18/+19
|\
| * brcmfmac: setup passive scan if requested by user-spaceArend Van Spriel2017-09-201-15/+4
| * brcmfmac: add length check in brcmf_cfg80211_escan_handler()Arend Van Spriel2017-09-201-3/+15
OpenPOWER on IntegriCloud