On Wed, Jun 4, 2008 at 10:33 PM, Harvey Harrison <harvey.harrison@xxxxxxxxx> wrote: > +static inline int ieee80211_has_a4(struct ieee80211_hdr *hdr) > +{ > + __le16 tmp = cpu_to_le16(IEEE80211_FCTL_TODS | IEEE80211_FCTL_TODS); > + return (hdr->frame_control & tmp) == tmp; > +} One should be FROMDS? -- Bob Copeland %% www.bobcopeland.com -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html