Deleted Added
full compact
29c29
< * $FreeBSD: head/sys/dev/bwn/if_bwnvar.h 228399 2011-12-10 21:05:06Z eadler $
---
> * $FreeBSD: head/sys/dev/bwn/if_bwnvar.h 286410 2015-08-07 11:43:14Z glebius $
659d658
< uint8_t tq_stop;
900c899,900
< struct ifnet *sc_ifp;
---
> struct ieee80211com sc_ic;
> struct mbufq sc_snd;
904a905
> #define BWN_FLAG_RUNNING (1 << 3)
910d910
< uint8_t sc_macaddr[IEEE80211_ADDR_LEN];