linux/drivers/net/wireless/intel/ipw2x00
Christophe JAILLET 3a3d1afd25 wifi: lib80211: Handle const struct lib80211_crypto_ops in lib80211
lib80211_register_crypto_ops() and lib80211_unregister_crypto_ops() don't
modify their "struct lib80211_crypto_ops *ops" argument. So, it can be
declared as const.

Doing so, some adjustments are needed to also constify some date in
"struct lib80211_crypt_data", "struct lib80211_crypto_alg" and the
return value of lib80211_get_crypto_ops().

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/c74085e02f33a11327582b19c9f51c3236e85ae2.1722839425.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2024-08-27 10:28:49 +02:00
..
Kconfig
Makefile
ipw.h
ipw2100.c wifi: ipw2x00: fix format-truncation warnings 2023-10-23 20:24:39 +03:00
ipw2100.h
ipw2200.c wifi: ipw2x00: replace deprecated strncpy with strscpy_pad 2023-10-23 20:26:29 +03:00
ipw2200.h
libipw.h wifi: ipw2x00: libipw: Avoid -Wflex-array-member-not-at-end warnings 2024-08-10 10:40:31 +03:00
libipw_geo.c
libipw_module.c
libipw_rx.c
libipw_tx.c wifi: ipw2x00: Use kzalloc() instead of kmalloc()/memset() 2024-07-09 13:16:05 +03:00
libipw_wx.c wifi: lib80211: Handle const struct lib80211_crypto_ops in lib80211 2024-08-27 10:28:49 +02:00