diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index 0d4ac43f6d91..796a3adffea0 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h | |||
@@ -518,6 +518,7 @@ struct ath_rfkill { | |||
518 | #define SC_OP_WAIT_FOR_CAB BIT(16) | 518 | #define SC_OP_WAIT_FOR_CAB BIT(16) |
519 | #define SC_OP_WAIT_FOR_PSPOLL_DATA BIT(17) | 519 | #define SC_OP_WAIT_FOR_PSPOLL_DATA BIT(17) |
520 | #define SC_OP_WAIT_FOR_TX_ACK BIT(18) | 520 | #define SC_OP_WAIT_FOR_TX_ACK BIT(18) |
521 | #define SC_OP_BEACON_SYNC BIT(19) | ||
521 | 522 | ||
522 | struct ath_bus_ops { | 523 | struct ath_bus_ops { |
523 | void (*read_cachesize)(struct ath_softc *sc, int *csz); | 524 | void (*read_cachesize)(struct ath_softc *sc, int *csz); |