commit | d3c89bbc7491d5e288ca2993e999d24ba9ff52ad | [log] [tgz] |
---|---|---|
author | Haim Dreyfuss <haim.dreyfuss@intel.com> | Tue Aug 21 09:22:19 2018 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Aug 28 11:37:28 2018 +0200 |
tree | abca211f0ee3272eb039b79cb123745332e16d60 | |
parent | 3a2af7cccbbaf2362db9053a946a6084e12bfa73 [diff] |
nl80211: Fix nla_put_u8 to u16 for NL80211_WMMR_TXOP TXOP (also known as Channel Occupancy Time) is u16 and should be added using nla_put_u16 instead of u8, fix that. Fixes: 50f32718e125 ("nl80211: Add wmm rule attribute to NL80211_CMD_GET_WIPHY dump command") Signed-off-by: Haim Dreyfuss <haim.dreyfuss@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>