Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/dev/ral/rt2560var.h 206358 2010-04-07 15:29:13Z rpaulo $ */
---
> /* $FreeBSD: head/sys/dev/ral/rt2560var.h 286410 2015-08-07 11:43:14Z glebius $ */
108c108,110
< struct ifnet *sc_ifp;
---
> struct ieee80211com sc_ic;
> struct mtx sc_mtx;
> struct mbufq sc_snd;
113,114d114
< struct mtx sc_mtx;
<
155,156c155
< #define RT2560_F_PRIO_OACTIVE 0x2
< #define RT2560_F_DATA_OACTIVE 0x4
---
> #define RT2560_F_RUNNING 0x2