On Mon, 2012-04-30 at 14:20 -0700, Ashok Nagarajan wrote:

>               pos = ieee80211_ie_build_ht_oper(pos, &sband->ht_cap,
> -                                              chan, channel_type);
> +                                              chan, channel_type, 0);

> -     /*
> -      * Note: According to 802.11n-2009 9.13.3.1, HT Protection field and
> -      * RIFS Mode are reserved in IBSS mode, therefore keep them at 0
> -      */
> -     ht_oper->operation_mode = 0x0000;
> +     ht_oper->operation_mode = cpu_to_le16(prot_mode);

Please move the comment to the now correct place instead of deleting it.

johannes

_______________________________________________
Devel mailing list
[email protected]
http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel

Reply via email to