--- src/sys/dev/netif/ral/rt2560var.h 2008/01/15 09:01:13 1.5 +++ src/sys/dev/netif/ral/rt2560var.h 2008/01/18 03:52:02 1.6 @@ -165,8 +165,11 @@ struct rt2560_softc { struct ieee80211_onoe_param sc_onoe_param; struct ieee80211_sample_param sc_sample_param; + uint32_t sc_flags; }; +#define RT2560_FLAG_RXSNS 0x1 + int rt2560_attach(device_t, int); int rt2560_detach(void *); void rt2560_shutdown(void *);