On Monday, October 31, 2011 08:03:12 AM Thomas Pedersen wrote: > On Sat, Oct 29, 2011 at 2:40 AM, Christian Lamparter <chunkeey@xxxxxxxxxxxxxx> wrote: > > ack_policy = *ieee80211_get_qos_ctl(hdr) & ~IEEE80211_QOS_CTL_ACK_POLICY_MASK; > > Good idea. Will fix and resubmit. hmpf, make that: (stupid c&p typo :) ) ack_policy = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_ACK_POLICY_MASK; Regards, Chr -- 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