mt76: mt76x02: make group_wcid the first member in struct mt76x02_vif

Allows mt76 core to cast vif->drv_priv to struct mt76_wcid

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2018-11-15 18:44:37 +01:00
parent 723b90dc7d
commit c30bdfea80
1 changed files with 1 additions and 2 deletions

View File

@ -37,9 +37,8 @@ struct mt76x02_tx_status {
#define MT_MAX_VIFS 8
struct mt76x02_vif {
struct mt76_wcid group_wcid; /* must be first */
u8 idx;
struct mt76_wcid group_wcid;
};
DECLARE_EWMA(signal, 10, 8);