diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2018-09-06 11:18:56 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-09-19 12:31:12 +0200 |
commit | c0eb79ab33b952adaf0633aacea5775ba5d44614 (patch) | |
tree | 7048a60d787478e1404809ea466dd110bd93c6e3 /drivers/net | |
parent | mt76x0: inital split between pci and usb (diff) | |
download | linux-c0eb79ab33b952adaf0633aacea5775ba5d44614.tar.xz linux-c0eb79ab33b952adaf0633aacea5775ba5d44614.zip |
mt76x0: remove unused mt76x0_wcid
We do not use mt76x0_wcid any longer.
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0.h b/drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0.h index d775d9951695..31267a180573 100644 --- a/drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0.h +++ b/drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0.h @@ -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) |