diff options
Diffstat (limited to 'sys/dev/ral/rt2661var.h')
-rw-r--r-- | sys/dev/ral/rt2661var.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/ral/rt2661var.h b/sys/dev/ral/rt2661var.h index fab28924c6c1..9f12a15fca61 100644 --- a/sys/dev/ral/rt2661var.h +++ b/sys/dev/ral/rt2661var.h @@ -102,11 +102,15 @@ struct rt2661_softc { struct mtx sc_mtx; struct callout watchdog_ch; - struct callout scan_ch; struct callout rssadapt_ch; int sc_tx_timer; - + int sc_invalid; +/* + * The same in both up to here + * ------------------------------------------------ + */ + struct ieee80211_channel *sc_curchan; uint8_t rf_rev; @@ -159,6 +163,8 @@ struct rt2661_softc { } sc_txtapu; #define sc_txtap sc_txtapu.th int sc_txtap_len; +#define RAL_INPUT_RUNNING 1 + int sc_flags; }; int rt2661_attach(device_t, int); |