mt76: add more states
Add states needed for mt76x0 driver. Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
95e444098a
commit
87e022de33
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user