summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex/cfg80211.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mwifiex: Fix interface type changeRafael Beims2024-05-171-0/+2
* wifi: mwifiex: Use helpers to check multicast addressesRuan Jinjie2024-01-181-1/+1
* wifi: mwifiex: configure BSSID consistently when starting APDavid Lin2023-12-151-0/+2
* wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg2023-09-251-1/+1
* wifi: cfg80211: modify prototype for change_beaconAloka Dixit2023-09-131-1/+2
* wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flagJohannes Wiesboeck2023-07-251-0/+1
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-4/+4
|\
| * wifi: cfg80211: make TDLS management link-awareMukesh Sisodiya2023-06-191-4/+4
* | wifi: mwifiex: Use default @max_active for workqueuesTejun Heo2023-05-181-2/+2
|/
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-2/+2
* Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller2022-08-261-4/+6
|\
| * wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-251-4/+6
* | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-041-13/+1
|\ \ | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULEThomas Gleixner2022-06-101-13/+1
* | wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-201-7/+11
|/
* mwifiex: Log an error on command failure during key-material uploadJonas Dreßler2021-10-201-2/+8
* mwifiex: Don't log error on suspend if wake-on-wlan is disabledJonas Dreßler2021-10-201-1/+1
* wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-131-2/+0
* mwifiex: Fix copy-paste mistake when creating virtual interfaceJonas Dreßler2021-09-211-1/+1
* mwifiex: Properly initialize private structure on interface type changesJonas Dreßler2021-09-211-3/+7
* mwifiex: Handle interface type changes from AP to STATIONJonas Dreßler2021-09-211-0/+1
* mwifiex: Allow switching interface type from P2P_CLIENT to P2P_GOJonas Dreßler2021-09-211-0/+36
* mwifiex: Update virtual interface counters right after setting bss_typeJonas Dreßler2021-09-211-11/+14
* mwifiex: Use helper function for counting interface typesJonas Dreßler2021-09-211-75/+35
* mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-typeJonas Dreßler2021-09-211-18/+4
* mwifiex: Use function to check whether interface type change is allowedJonas Dreßler2021-09-211-47/+92
* mwifiex: Small cleanup for handling virtual interface type changesJonas Dreßler2021-09-211-25/+14
* mwifiex: don't print SSID to logsBrian Norris2021-04-171-7/+4
* mwifiex: Report connected BSS with cfg80211_connect_bss()Yen-lin Lai2021-02-081-9/+26
* cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-261-3/+3
* cfg80211: change netdev registration/unregistration semanticsJohannes Berg2021-01-221-2/+2
* mwifiex: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-271-4/+4
* mwifiex: Fix reporting 'operation not supported' error codePali Rohár2020-07-151-9/+9
* mwifiex: Use macro MWIFIEX_MAX_BSS_NUM for specifying limit of interfacesPali Rohár2020-07-151-1/+2
* mwifiex: Add support for NL80211_ATTR_MAX_AP_ASSOC_STAPali Rohár2020-05-291-0/+5
* Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller2020-05-261-10/+6
|\
| * cfg80211: change internal management frame registration APIJohannes Berg2020-04-241-10/+6
* | mwifiex: Fix memory corruption in dump_stationPali Rohár2020-05-181-8/+6
|/
* mwifiex: set needed_headroom, not hard_header_lenBrian Norris2020-03-121-1/+1
* mwifiex: change license text from MARVELL to NXPGanapathi Bhat2020-02-141-4/+4
* mwifiex: don't disable hardirqs; just softirqsBrian Norris2019-06-271-19/+16
* net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-021-1/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
* mwifiex: Fix mem leak in mwifiex_tm_cmdYueHaibing2019-04-041-1/+5
* mwifiex: don't advertise IBSS features without FW supportBrian Norris2019-02-191-3/+7
* mwifiex: Fix NL80211_TX_POWER_LIMITEDAdrian Bunk2019-02-191-2/+11
* mwifiex: add NL80211_STA_INFO_RX_BITRATE supportBrian Norris2018-12-131-0/+26
* mwifiex: refactor mwifiex_parse_htinfo() for reuseBrian Norris2018-12-131-17/+19
* mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat2018-07-311-1/+2
* wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat2018-06-271-7/+7