summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex/cfg80211.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-2/+2
* mwifiex: increase log level for internal scan fail resultXinming Hu2018-05-291-1/+1
* mwifiex: mark expected switch fall-throughsGustavo A. R. Silva2018-05-291-0/+4
* mwifiex: skip sending GT_REKEY_OFFLOAD_CFG if firmware has no supportGanapathi Bhat2018-05-291-1/+17
* mwifiex: make firmware mac address consistent with host configurationXinming Hu2018-04-301-2/+2
* mwifiex: uap: support cfg80211 ignore_broadcast_ssid=2Xinming Hu2018-04-251-1/+2
* mwifiex: get_channel from firmwareGanapathi Bhat2018-03-131-15/+25
* mwifiex: cfg80211: do not change virtual interface during scan processingLimin Zhu2017-12-071-0/+6
* mwifiex: do not support change AP interface to station modeXinming Hu2017-12-071-1/+0
* mwifiex: double the size of chan_stats array in adapterRohit Fule2017-10-131-1/+4
* mwifiex: minor cleanups w/ sta_list_spinlock in cfg80211.cDouglas Anderson2017-10-131-5/+9
* mwifiex: Random MAC address during scanningKarthik Ananthapadmanabha2017-10-101-4/+6
* mwifiex: use get_random_mask_addr() helperGanapathi Bhat2017-09-201-6/+5
* mwifiex: avoid storing random_mac in privateGanapathi Bhat2017-09-201-7/+4
* mwifiex: make const arrays static to shink object code sizeColin Ian King2017-09-201-7/+7
* mwifiex: check for mfg_mode in add_virtual_intfGanapathi Bhat2017-09-201-8/+11
* mwifiex: uap: enable 11d based on userspace configruationXinming Hu2017-08-101-0/+2
* mwifiex: p2p: use separate device addressXinming Hu2017-08-081-1/+4
* mwifiex: Do not change bss_num in change_virtual_intfXinming Hu2017-08-081-8/+0
* mwifiex: replace netif_carrier_on/off by netif_device_attach/dettachGanapathi Bhat2017-08-081-10/+4
* mwifiex: don't short-circuit netdev notifiers on interface deletionBrian Norris2017-07-281-4/+0
* mwifiex: correct channel stat buffer overflowsBrian Norris2017-07-271-1/+1
* mwifiex: fix spelling mistake: "secuirty" -> "security"Colin Ian King2017-06-281-1/+1
* mwifiex: Do not change bss_type in change_virtual_intfGanapathi Bhat2017-06-281-4/+0
* Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-251-1/+1
|\
| * mwifiex: Replace semaphore async_sem with mutexBinoy Jayan2017-06-131-1/+1
* | networking: introduce and use skb_put_data()Johannes Berg2017-06-161-6/+4
|/
* mwifiex: fixup error cases in mwifiex_add_virtual_intf()Brian Norris2017-05-191-36/+35
* cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel2017-04-281-3/+3
* cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel2017-04-261-1/+1
* nl80211: allow multiple active scheduled scan requestsArend Van Spriel2017-04-261-1/+1
* Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller2017-04-241-1/+3
|\
| * mwifiex: MAC randomization should not be persistentBrian Norris2017-04-201-1/+3
* | Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller2017-04-201-15/+12
|\ \
| * | cfg80211: move add/change interface monitor flags into paramsJohannes Berg2017-04-131-15/+12
* | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+2
| |/ |/|
* | mwifiex: apply radar flagKarthik Ananthapadmanabha2017-04-051-0/+19
|/
* cfg80211: get rid of name indirection trick for ieee80211_get_channel()Arend Van Spriel2016-12-131-1/+1