Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5359d112 authored by Johannes Berg's avatar Johannes Berg
Browse files

Revert "mac80211: add pointer for driver use to key"



This reverts commit f9a060f4.

No driver has turned up needing this functionality, and I've just
implemented the functionality I wanted this for in a different
way. Thus, remove it again, until somebody shows up with a need
for having it.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 4dc792b8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1497,10 +1497,8 @@ enum ieee80211_key_flags {
 * 	- Temporal Authenticator Rx MIC Key (64 bits)
 * @icv_len: The ICV length for this key type
 * @iv_len: The IV length for this key type
 * @drv_priv: pointer for driver use
 */
struct ieee80211_key_conf {
	void *drv_priv;
	atomic64_t tx_pn;
	u32 cipher;
	u8 icv_len;