summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMatthias Kaehlcke <mka@chromium.org>2017-04-17 13:59:53 -0700
committerAlistair Strachan <astrachan@google.com>2018-05-04 21:43:32 +0000
commit31f312b49b72ba8f255364b249282f88c6b4cbaf (patch)
tree272daeaf6a70768aae2dd30fa675b4ff788ff483 /tools/perf/scripts/python
parent3817f7d606affa8ac0821692637018f941aaaabe (diff)
UPSTREAM: mac80211: ibss: Fix channel type enum in ieee80211_sta_join_ibss()
cfg80211_chandef_create() expects an 'enum nl80211_channel_type' as channel type however in ieee80211_sta_join_ibss() NL80211_CHAN_WIDTH_20_NOHT is passed in two occasions, which is of the enum type 'nl80211_chan_width'. Change the value to NL80211_CHAN_NO_HT (20 MHz, non-HT channel) of the channel type enum. Signed-off-by: Matthias Kaehlcke <mka@chromium.org> Signed-off-by: Johannes Berg <johannes.berg@intel.com> (cherry picked from commit a4ac6f2e53e568a77a2eb3710efd99ca08634c0a) Bug: 78886293 Change-Id: Iab3fc750c2cd8b32cf501b9739445a7b5c83e8cd Signed-off-by: Alistair Strachan <astrachan@google.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions