提交 093733ca 编写于 作者: L Lorenzo Bianconi 提交者: Felix Fietkau

mt76: mt7615: remove wtbl_sec_key definition

Get rid of wtbl_sec_key definition since it is no longer used
Signed-off-by: NLorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: NFelix Fietkau <nbd@nbd.name>
上级 45db4400
...@@ -288,19 +288,6 @@ struct wtbl_hdr_trans { ...@@ -288,19 +288,6 @@ struct wtbl_hdr_trans {
u8 rsv; u8 rsv;
} __packed; } __packed;
struct wtbl_sec_key {
__le16 tag;
__le16 len;
u8 add; /* 0: add, 1: remove */
u8 rkv;
u8 ikv;
u8 cipher_id;
u8 key_id;
u8 key_len;
u8 rsv[2];
u8 key_material[32];
} __packed;
enum { enum {
MT_BA_TYPE_INVALID, MT_BA_TYPE_INVALID,
MT_BA_TYPE_ORIGINATOR, MT_BA_TYPE_ORIGINATOR,
...@@ -384,7 +371,6 @@ struct wtbl_raw { ...@@ -384,7 +371,6 @@ struct wtbl_raw {
sizeof(struct wtbl_vht) + \ sizeof(struct wtbl_vht) + \
sizeof(struct wtbl_tx_ps) + \ sizeof(struct wtbl_tx_ps) + \
sizeof(struct wtbl_hdr_trans) + \ sizeof(struct wtbl_hdr_trans) + \
sizeof(struct wtbl_sec_key) + \
sizeof(struct wtbl_ba) + \ sizeof(struct wtbl_ba) + \
sizeof(struct wtbl_bf) + \ sizeof(struct wtbl_bf) + \
sizeof(struct wtbl_smps) + \ sizeof(struct wtbl_smps) + \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册