]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
mt76x0: remove unused mt76x0_wcid
authorStanislaw Gruszka <sgruszka@redhat.com>
Thu, 6 Sep 2018 09:18:56 +0000 (11:18 +0200)
committerFelix Fietkau <nbd@nbd.name>
Wed, 19 Sep 2018 10:31:12 +0000 (12:31 +0200)
We do not use mt76x0_wcid any longer.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0.h

index d775d99516954c6e2a1ddee96f1b8b8dfa147887..31267a1805733a15455c7bb18957b415dac996a7 100644 (file)
@@ -112,15 +112,6 @@ struct mt76x0_dev {
        struct mac_stats stats;
 };
 
-struct mt76x0_wcid {
-       u8 idx;
-       u8 hw_key_idx;
-
-       u16 tx_rate;
-       bool tx_rate_set;
-       u8 tx_rate_nss;
-};
-
 extern const struct ieee80211_ops mt76x0_ops;
 
 static inline bool is_mt7610e(struct mt76x0_dev *dev)