Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/net80211/ieee80211_wds.c 271861 2014-09-19 09:20:55Z glebius $");
---
> __FBSDID("$FreeBSD: head/sys/net80211/ieee80211_wds.c 282820 2015-05-12 16:55:50Z adrian $");
409d408
< #define HAS_SEQ(type) ((type & 0x4) == 0)
491c490
< if (HAS_SEQ(type)) {
---
> if (IEEE80211_HAS_SEQ(type, subtype)) {