hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/net/wireless/ath/ath.h
....@@ -96,11 +96,13 @@
9696 u8 kv_type;
9797 u8 kv_pad;
9898 u16 kv_len;
99
- u8 kv_val[16]; /* TK */
100
- u8 kv_mic[8]; /* Michael MIC key */
101
- u8 kv_txmic[8]; /* Michael MIC TX key (used only if the hardware
102
- * supports both MIC keys in the same key cache entry;
103
- * in that case, kv_mic is the RX key) */
99
+ struct_group(kv_values,
100
+ u8 kv_val[16]; /* TK */
101
+ u8 kv_mic[8]; /* Michael MIC key */
102
+ u8 kv_txmic[8]; /* Michael MIC TX key (used only if the hardware
103
+ * supports both MIC keys in the same key cache entry;
104
+ * in that case, kv_mic is the RX key) */
105
+ );
104106 };
105107
106108 enum ath_cipher {