summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell/mwifiex/cfg80211.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-18mwifiex: Properly initialize private structure on interface type changesJonas Dreßler1-3/+7
2021-11-18mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-typeJonas Dreßler1-18/+4
2021-04-17mwifiex: don't print SSID to logsBrian Norris1-7/+4
2021-02-08mwifiex: Report connected BSS with cfg80211_connect_bss()Yen-lin Lai1-9/+26
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-3/+3
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg1-2/+2
2020-08-27mwifiex: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-07-15mwifiex: Fix reporting 'operation not supported' error codePali Rohár1-9/+9
2020-07-15mwifiex: Use macro MWIFIEX_MAX_BSS_NUM for specifying limit of interfacesPali Rohár1-1/+2
2020-05-29mwifiex: Add support for NL80211_ATTR_MAX_AP_ASSOC_STAPali Rohár1-0/+5
2020-05-27Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller1-10/+6
2020-05-18mwifiex: Fix memory corruption in dump_stationPali Rohár1-8/+6
2020-04-24cfg80211: change internal management frame registration APIJohannes Berg1-10/+6
2020-03-12mwifiex: set needed_headroom, not hard_header_lenBrian Norris1-1/+1
2020-02-14mwifiex: change license text from MARVELL to NXPGanapathi Bhat1-4/+4
2019-06-27mwifiex: don't disable hardirqs; just softirqsBrian Norris1-19/+16
2019-06-03net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal1-1/+1
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-04-04mwifiex: Fix mem leak in mwifiex_tm_cmdYueHaibing1-1/+5
2019-02-19mwifiex: don't advertise IBSS features without FW supportBrian Norris1-3/+7
2019-02-19mwifiex: Fix NL80211_TX_POWER_LIMITEDAdrian Bunk1-2/+11
2018-12-13mwifiex: add NL80211_STA_INFO_RX_BITRATE supportBrian Norris1-0/+26
2018-12-13mwifiex: refactor mwifiex_parse_htinfo() for reuseBrian Norris1-17/+19
2018-07-31mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat1-1/+2
2018-06-27wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat1-7/+7
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook1-2/+2
2018-05-29mwifiex: increase log level for internal scan fail resultXinming Hu1-1/+1
2018-05-29mwifiex: mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2018-05-29mwifiex: skip sending GT_REKEY_OFFLOAD_CFG if firmware has no supportGanapathi Bhat1-1/+17
2018-04-30mwifiex: make firmware mac address consistent with host configurationXinming Hu1-2/+2
2018-04-25mwifiex: uap: support cfg80211 ignore_broadcast_ssid=2Xinming Hu1-1/+2
2018-03-13mwifiex: get_channel from firmwareGanapathi Bhat1-15/+25
2017-12-07mwifiex: cfg80211: do not change virtual interface during scan processingLimin Zhu1-0/+6
2017-12-07mwifiex: do not support change AP interface to station modeXinming Hu1-1/+0
2017-10-13mwifiex: double the size of chan_stats array in adapterRohit Fule1-1/+4
2017-10-13mwifiex: minor cleanups w/ sta_list_spinlock in cfg80211.cDouglas Anderson1-5/+9
2017-10-10mwifiex: Random MAC address during scanningKarthik Ananthapadmanabha1-4/+6
2017-09-20mwifiex: use get_random_mask_addr() helperGanapathi Bhat1-6/+5
2017-09-20mwifiex: avoid storing random_mac in privateGanapathi Bhat1-7/+4
2017-09-20mwifiex: make const arrays static to shink object code sizeColin Ian King1-7/+7
2017-09-20mwifiex: check for mfg_mode in add_virtual_intfGanapathi Bhat1-8/+11
2017-08-10mwifiex: uap: enable 11d based on userspace configruationXinming Hu1-0/+2
2017-08-08mwifiex: p2p: use separate device addressXinming Hu1-1/+4
2017-08-08mwifiex: Do not change bss_num in change_virtual_intfXinming Hu1-8/+0
2017-08-08mwifiex: replace netif_carrier_on/off by netif_device_attach/dettachGanapathi Bhat1-10/+4
2017-07-28mwifiex: don't short-circuit netdev notifiers on interface deletionBrian Norris1-4/+0
2017-07-27mwifiex: correct channel stat buffer overflowsBrian Norris1-1/+1
2017-06-28mwifiex: fix spelling mistake: "secuirty" -> "security"Colin Ian King1-1/+1
2017-06-28mwifiex: Do not change bss_type in change_virtual_intfGanapathi Bhat1-4/+0
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller1-1/+1