commit | 7a7d3e4c031b969c3b570787fc9fdb605abda03e | [log] [tgz] |
---|---|---|
author | Simon Dinkin <simondinkin@gmail.com> | Thu Aug 31 13:09:36 2017 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Sep 05 09:04:20 2017 +0200 |
tree | a190e7b098ff437dd42946b28ea4773bb317e928 | |
parent | 6d9c153a0b84392406bc77600aa7d3ea365de041 [diff] |
mac80211: fix incorrect assignment of reassoc value this fix minor issue in the log message. in ieee80211_rx_mgmt_assoc_resp function, when assigning the reassoc value from the mgmt frame control: ieee80211_is_reassoc_resp function need to be used, instead of ieee80211_is_reassoc_req function. Signed-off-by: Simon Dinkin <simon.dinkin@tandemg.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>