aboutsummaryrefslogtreecommitdiff
path: root/net/wireless/wext-compat.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23wifi: cfg80211: wext: convert return value to kernel-docGravatar Johannes Berg 1-2/+2
2023-09-11wifi: cfg80211: remove wdev mutexGravatar Johannes Berg 1-34/+9
2023-01-18wifi: cfg80211: remove support for static WEPGravatar Johannes Berg 1-1/+1
2022-11-16wifi: cfg80211: Avoid clashing function prototypesGravatar Gustavo A. R. Silva 1-98/+82
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOGravatar Veerendranath Jakkam 1-5/+6
2022-08-25wifi: cfg80211: Prevent cfg80211_wext_siwencodeext() on MLDGravatar Veerendranath Jakkam 1-0/+7
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsGravatar Johannes Berg 1-13/+35
2021-06-23cfg80211: expose the rfkill device to the low level driverGravatar Emmanuel Grumbach 1-3/+3
2021-06-23net: wireless: wext_compat.c: Remove redundant assignment to psGravatar Yang Li 1-1/+1
2021-01-28wext: call cfg80211_set_encryption() with wiphy lock heldGravatar Johannes Berg 1-1/+6
2021-01-28wext: call cfg80211_change_iface() with wiphy lock heldGravatar Johannes Berg 1-1/+6
2021-01-26cfg80211: avoid holding the RTNL when calling the driverGravatar Johannes Berg 1-74/+197
2020-12-11cfg80211: fix callback type mismatches in wext-compatGravatar Sami Tolvanen 1-32/+71
2020-11-11cfg80211: remove WDS codeGravatar Johannes Berg 1-51/+0
2020-08-27net: wireless: Convert to use the preferred fallthrough macroGravatar Miaohe Lin 1-2/+2
2020-08-27net: wireless: wext_compat.c: delete duplicated wordGravatar Randy Dunlap 1-1/+1
2020-07-13net: wireless: kerneldoc fixesGravatar Andrew Lunn 1-1/+0
2019-10-01cfg80211: initialize on-stack chandefsGravatar Johannes Berg 1-1/+1
2019-09-11cfg80211: always shut down on HW rfkillGravatar Johannes Berg 1-2/+3
2019-04-26cfg80211: remove redundant zero check on variable 'changed'Gravatar Colin Ian King 1-3/+0
2019-01-25cfg80211: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+2
2018-10-01cfg80211: fix wext-compat memory leakGravatar Stefan Seyfried 1-4/+10
2018-06-29cfg80211: use BIT_ULL for NL80211_STA_INFO_* attribute typesGravatar Omer Efrat 1-5/+5
2018-01-18cfg80211: fix station info handling bugsGravatar Johannes Berg 1-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-04-13cfg80211: move add/change interface monitor flags into paramsGravatar Johannes Berg 1-1/+1
2016-09-30cfg80211: Add support for static WEP in the driverGravatar David Spinadel 1-1/+1
2016-09-28cfg80211: wext: really don't store non-WEP keysGravatar Johannes Berg 1-1/+11
2016-09-13cfg80211: reduce connect key caching struct sizeGravatar Johannes Berg 1-3/+3
2016-09-13cfg80211: wext: only allow WEP keys to be configured before connectedGravatar Johannes Berg 1-0/+3
2016-05-02wext: remove a/b/g/n from SIOCGIWNAMEGravatar Johannes Berg 1-35/+0
2016-04-12cfg80211: remove enum ieee80211_bandGravatar Johannes Berg 1-7/+7
2015-06-09cfg80211: wext: clear sinfo struct before calling driverGravatar Johannes Berg 1-0/+2
2015-02-28cfg80211-wext: export symbols only when neededGravatar Johannes Berg 1-9/+9
2015-01-08cfg80211: remove enum station_info_flagsGravatar Johannes Berg 1-5/+5
2014-09-11cfg80211: clear wext keys when freeing and removing themGravatar Johannes Berg 1-0/+2
2014-04-25cfg80211: change wiphy_to_dev function nameGravatar Zhao, Gang 1-16/+16
2014-04-10cfg80211: remove unused wiphy argument from cfg80211_wext_freq()Gravatar Zhao, Gang 1-4/+4
2014-01-09cfg80211: add sanity check for retry limit in wext-compatGravatar Ujjal Roy 1-1/+1
2014-01-06cfg80211: fix wext-compat for getting retry valueGravatar Ujjal Roy 1-2/+2
2013-05-25cfg80211: vastly simplify lockingGravatar Johannes Berg 1-18/+4
2012-12-07wext: explicitly cast -110 to u8Gravatar Johannes Berg 1-1/+1
2012-11-26nl80211/cfg80211: support VHT channel configurationGravatar Johannes Berg 1-1/+3
2012-11-26cfg80211: pass a channel definition structGravatar Johannes Berg 1-9/+17
2012-10-30cfg80211: allow per interface TX power settingGravatar Johannes Berg 1-2/+2
2012-10-18cfg80211: add wrappers for registered_device_opsGravatar Hila Gonen 1-26/+22
2012-07-13cfg80211/mac80211: re-add get_channel operationGravatar Johannes Berg 1-2/+7
2012-06-29cfg80211/mac80211: remove .get_channelGravatar Michal Kazior 1-7/+2
2012-06-06cfg80211: clarify set_channel APIsGravatar Johannes Berg 1-8/+2
2012-06-05cfg80211: provide channel to join_mesh functionGravatar Johannes Berg 1-1/+11