Re: [PATCH v2 1/4] mac80211: Advertise HT protection mode in IEs
From: Ashok Nagarajan <hidden>
Date: 2012-05-03 20:20:29
From: Ashok Nagarajan <hidden>
Date: 2012-05-03 20:20:29
On Thu, May 3, 2012 at 12:36 PM, Johannes Berg [off-list ref] wrote:
On Mon, 2012-04-30 at 14:20 -0700, Ashok Nagarajan wrote:quoted
pos = ieee80211_ie_build_ht_oper(pos, &sband->ht_cap, - chan, channel_type); + chan, channel_type, 0);quoted
- /* - * 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.
Sure.
johannes