Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87e022de authored by Stanislaw Gruszka's avatar Stanislaw Gruszka Committed by Kalle Valo
Browse files

mt76: add more states



Add states needed for mt76x0 driver.

Signed-off-by: default avatarStanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 95e44409
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -204,11 +204,13 @@ struct mt76_rx_tid {
enum {
	MT76_STATE_INITIALIZED,
	MT76_STATE_RUNNING,
	MT76_STATE_MCU_RUNNING,
	MT76_SCANNING,
	MT76_RESET,
	MT76_OFFCHANNEL,
	MT76_REMOVED,
	MT76_READING_STATS,
	MT76_MORE_STATS,
};

struct mt76_hw_cap {