summaryrefslogtreecommitdiffstats
path: root/net/wireless/wext-compat.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211: wext: convert return value to kernel-docJohannes Berg2023-10-231-2/+2
* wifi: cfg80211: remove wdev mutexJohannes Berg2023-09-111-34/+9
* wifi: cfg80211: remove support for static WEPJohannes Berg2023-01-181-1/+1
* wifi: cfg80211: Avoid clashing function prototypesGustavo A. R. Silva2022-11-161-98/+82
* wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-251-5/+6
* wifi: cfg80211: Prevent cfg80211_wext_siwencodeext() on MLDVeerendranath Jakkam2022-08-251-0/+7
* wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-201-13/+35
* cfg80211: expose the rfkill device to the low level driverEmmanuel Grumbach2021-06-231-3/+3
* net: wireless: wext_compat.c: Remove redundant assignment to psYang Li2021-06-231-1/+1
* wext: call cfg80211_set_encryption() with wiphy lock heldJohannes Berg2021-01-281-1/+6
* wext: call cfg80211_change_iface() with wiphy lock heldJohannes Berg2021-01-281-1/+6
* cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-261-74/+197
* cfg80211: fix callback type mismatches in wext-compatSami Tolvanen2020-12-111-32/+71
* cfg80211: remove WDS codeJohannes Berg2020-11-111-51/+0
* net: wireless: Convert to use the preferred fallthrough macroMiaohe Lin2020-08-271-2/+2
* net: wireless: wext_compat.c: delete duplicated wordRandy Dunlap2020-08-271-1/+1
* net: wireless: kerneldoc fixesAndrew Lunn2020-07-131-1/+0
* cfg80211: initialize on-stack chandefsJohannes Berg2019-10-011-1/+1
* cfg80211: always shut down on HW rfkillJohannes Berg2019-09-111-2/+3
* cfg80211: remove redundant zero check on variable 'changed'Colin Ian King2019-04-261-3/+0
* cfg80211: mark expected switch fall-throughsGustavo A. R. Silva2019-01-251-0/+2
* cfg80211: fix wext-compat memory leakStefan Seyfried2018-10-011-4/+10
* cfg80211: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat2018-06-291-5/+5
* cfg80211: fix station info handling bugsJohannes Berg2018-01-181-2/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* cfg80211: move add/change interface monitor flags into paramsJohannes Berg2017-04-131-1/+1
* cfg80211: Add support for static WEP in the driverDavid Spinadel2016-09-301-1/+1
* cfg80211: wext: really don't store non-WEP keysJohannes Berg2016-09-281-1/+11
* cfg80211: reduce connect key caching struct sizeJohannes Berg2016-09-131-3/+3
* cfg80211: wext: only allow WEP keys to be configured before connectedJohannes Berg2016-09-131-0/+3
* wext: remove a/b/g/n from SIOCGIWNAMEJohannes Berg2016-05-021-35/+0
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-7/+7
* cfg80211: wext: clear sinfo struct before calling driverJohannes Berg2015-06-091-0/+2
* cfg80211-wext: export symbols only when neededJohannes Berg2015-02-281-9/+9
* cfg80211: remove enum station_info_flagsJohannes Berg2015-01-081-5/+5
* cfg80211: clear wext keys when freeing and removing themJohannes Berg2014-09-111-0/+2
* cfg80211: change wiphy_to_dev function nameZhao, Gang2014-04-251-16/+16
* cfg80211: remove unused wiphy argument from cfg80211_wext_freq()Zhao, Gang2014-04-101-4/+4
* cfg80211: add sanity check for retry limit in wext-compatUjjal Roy2014-01-091-1/+1
* cfg80211: fix wext-compat for getting retry valueUjjal Roy2014-01-061-2/+2
* cfg80211: vastly simplify lockingJohannes Berg2013-05-251-18/+4
* wext: explicitly cast -110 to u8Johannes Berg2012-12-071-1/+1
* nl80211/cfg80211: support VHT channel configurationJohannes Berg2012-11-261-1/+3
* cfg80211: pass a channel definition structJohannes Berg2012-11-261-9/+17
* cfg80211: allow per interface TX power settingJohannes Berg2012-10-301-2/+2
* cfg80211: add wrappers for registered_device_opsHila Gonen2012-10-181-26/+22
* cfg80211/mac80211: re-add get_channel operationJohannes Berg2012-07-131-2/+7
* cfg80211/mac80211: remove .get_channelMichal Kazior2012-06-291-7/+2
* cfg80211: clarify set_channel APIsJohannes Berg2012-06-061-8/+2
* cfg80211: provide channel to join_mesh functionJohannes Berg2012-06-051-1/+11