Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1450351

Re: [PATCH v3 3/3] mac80211: mesh: fixed HT ies in beacon template

From Masashi Honma <masashi.honma@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH v3 3/3] mac80211: mesh: fixed HT ies in beacon template
Date 2016-07-26 05:50 +0200
Message-ID <rZ1xv-5hJ-5@gated-at.bofh.it> (permalink)
References <rUyDL-7RI-9@gated-at.bofh.it> <rXBc6-1tb-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 2016年07月22日 14:26, Masashi Honma wrote:
 > On 2016年07月14日 05:07, Yaniv Machani wrote:
 >> +
 >> +    /* if channel width is 20MHz - configure HT capab accordingly*/
 >> +    if (sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20) {
 >> +        cap &= ~IEEE80211_HT_CAP_SUP_WIDTH_20_40;
 >> +        cap &= ~IEEE80211_HT_CAP_DSSSCCK40;
 >> +    }
 >
 > I have tested this part of your patch and this works for me.
 >
 > Previouly, "Supported Channel Width Set bit" in HT Capabilities element
 > was 1 even though disable_ht40=1 existed in wpa_supplicant.conf.
 > After appllication of patch, the bit was 0.
 >
 >

# I retransmit this because of mail delivery errors.

I forgot to mention I have used this patch to test.
http://lists.infradead.org/pipermail/hostap/2016-July/036029.html

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v3 3/3] mac80211: mesh: fixed HT ies in beacon template Yaniv Machani <yanivma@ti.com> - 2016-07-13 22:10 +0200
  Re: [PATCH v3 3/3] mac80211: mesh: fixed HT ies in beacon template Masashi Honma <masashi.honma@gmail.com> - 2016-07-22 07:30 +0200
    Re: [PATCH v3 3/3] mac80211: mesh: fixed HT ies in beacon template Masashi Honma <masashi.honma@gmail.com> - 2016-07-26 05:50 +0200
    Re: [PATCH v3 3/3] mac80211: mesh: fixed HT ies in beacon template Johannes Berg <johannes@sipsolutions.net> - 2016-08-01 13:20 +0200
      Re: [PATCH v3 3/3] mac80211: mesh: fixed HT ies in beacon template Masashi Honma <masashi.honma@gmail.com> - 2016-08-01 14:40 +0200
        Re: [PATCH v3 3/3] mac80211: mesh: fixed HT ies in beacon template Masashi Honma <masashi.honma@gmail.com> - 2016-08-02 06:20 +0200
          Re: [PATCH v3 3/3] mac80211: mesh: fixed HT ies in beacon template Johannes Berg <johannes@sipsolutions.net> - 2016-08-02 09:30 +0200
            Re: [PATCH v3 3/3] mac80211: mesh: fixed HT ies in beacon template Masashi Honma <masashi.honma@gmail.com> - 2016-08-03 05:00 +0200
              Re: [PATCH v3 3/3] mac80211: mesh: fixed HT ies in beacon template Johannes Berg <johannes@sipsolutions.net> - 2016-08-03 09:00 +0200

csiph-web