diff options
author | Johannes Berg <johannes.berg@intel.com> | 2025-07-09 23:37:57 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2025-07-15 11:00:39 +0200 |
commit | 8d313426d5029698daf68ee98d9fa6caa0cf370e (patch) | |
tree | a0c2591adf33a07cfc07e3d8e2c5df9f1eb8744a /net/mac80211/ieee80211_i.h | |
parent | 5241526dede93e6f1011b6b5e905801e24675ece (diff) |
wifi: mac80211: clean up cipher suite handling
Under the previous commit's assumption that FIPS isn't
supported by hardware, we don't need to modify the
cipher suite list, but just need to use the software
one instead of the driver's in this case, so clean up
the code.
Also fix it to exclude TKIP in this case, since that's
also dependent on RC4.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250709233537.cff427e8f8a5.I744d1ea6a37e3ea55ae8bc3e770acee734eff268@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 142b547ca606..2a482089f9e1 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -1403,8 +1403,6 @@ struct ieee80211_local { bool rx_mcast_action_reg; unsigned int filter_flags; /* FIF_* */ - bool wiphy_ciphers_allocated; - struct cfg80211_chan_def dflt_chandef; bool emulate_chanctx; |