summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell/mwifiex/cfg80211.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-26mwifiex: Properly initialize private structure on interface type changesJonas Dreßler1-3/+7
2021-11-26mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-typeJonas Dreßler1-18/+4
2020-06-20mwifiex: Fix memory corruption in dump_stationPali Rohár1-8/+6
2019-12-01mwifiex: Fix NL80211_TX_POWER_LIMITEDAdrian Bunk1-2/+11
2019-05-31mwifiex: Fix mem leak in mwifiex_tm_cmdYueHaibing1-1/+5
2018-03-19mwifiex: cfg80211: do not change virtual interface during scan processingLimin Zhu1-0/+6
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
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-6/+4
2017-06-13mwifiex: Replace semaphore async_sem with mutexBinoy Jayan1-1/+1
2017-05-19mwifiex: fixup error cases in mwifiex_add_virtual_intf()Brian Norris1-36/+35
2017-04-28cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel1-3/+3
2017-04-27cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel1-1/+1
2017-04-27nl80211: allow multiple active scheduled scan requestsArend Van Spriel1-1/+1
2017-04-24Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller1-1/+3
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller1-15/+12
2017-04-20mwifiex: MAC randomization should not be persistentBrian Norris1-1/+3
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+2
2017-04-13cfg80211: move add/change interface monitor flags into paramsJohannes Berg1-15/+12
2017-04-05mwifiex: apply radar flagKarthik Ananthapadmanabha1-0/+19
2016-12-13cfg80211: get rid of name indirection trick for ieee80211_get_channel()Arend Van Spriel1-1/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+7
2016-11-29mwifiex: Remove unused 'adapter'variableKirtika Ruchandani1-2/+0
2016-11-25mwifiex: Disable adhoc feature based on firmware capabilityKarthik D A1-0/+10
2016-11-17mwifiex: printk() overflow with 32-byte SSIDsBrian Norris1-6/+7
2016-11-09mwifiex: fix missing destroy_workqueue() on error in mwifiex_add_virtual_intf()Wei Yongjun1-0/+2
2016-11-09mwifiex: fix p2p device doesn't find in scan problemKarthik D A1-0/+6
2016-11-09mwifiex: Fix NULL pointer dereference in skb_dequeue()Amitkumar Karwar1-1/+3
2016-09-26mwifiex: cfg80211 set_default_mgmt_key handlerGanapathi Bhat1-0/+24
2016-09-14mwifiex: correction in Rx STBC field of htcapinfoAmitkumar Karwar1-1/+1
2016-09-09mwifiex: add cfg80211 testmode supportXinming Hu1-0/+83
2016-09-03mwifiex: add custom regulatory domain supportAmitkumar Karwar1-14/+25
2016-09-03mwifiex: remove misleading disconnect messageAmitkumar Karwar1-4/+0
2016-09-03mwifiex: support random MAC address for scanningGanapathi Bhat1-1/+14
2016-07-18mwifiex: fix possible memory leak in mwifiex_cfg80211_start_ap()Wei Yongjun1-6/+8
2016-07-08mwifiex: fix scan_block flag handlingAmitkumar Karwar1-0/+6
2016-07-08mwifiex: fix NULL pointer dereference during suspendAmitkumar Karwar1-8/+10
2016-07-08mwifiex: code rearrangement in suspend handlerAmitkumar Karwar1-7/+7
2016-07-05mwifiex: add get_antenna support for cfg80211Shengzhen Li1-0/+16
2016-07-05mwifiex: add a cfg80211 .get_tx_power operation callbackJavier Martinez Canillas1-0/+24
2016-07-05mwifiex: fix unconditional error return in .add_virtual_intf callbackJavier Martinez Canillas1-0/+2
2016-06-29mwifiex: fix AP start problem for newly added interfaceAmitkumar Karwar1-0/+8
2016-06-29mwifiex: cancel pending scan during disconnectXinming Hu1-0/+3