Re: [PATCH 4/4] mac80211: Update conf_is_ht() to work properly with 5/10MHz channels

2014-04-08 Thread Johannes Berg
On Wed, 2014-04-02 at 15:31 +0200, Rostislav Lisovy wrote: > The channels with 5/10MHz bandwidth are not HT. We have to > reflect this in conf_is_ht() function which returns whether the > particular channel is HT or not. Applied. johannes -- To unsubscribe from this list: send the line "unsubscr

[PATCH 4/4] mac80211: Update conf_is_ht() to work properly with 5/10MHz channels

2014-04-02 Thread Rostislav Lisovy
The channels with 5/10MHz bandwidth are not HT. We have to reflect this in conf_is_ht() function which returns whether the particular channel is HT or not. Signed-off-by: Rostislav Lisovy --- include/net/mac80211.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/ne