]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: fix incorrect assignment of reassoc value
authorSimon Dinkin <simondinkin@gmail.com>
Thu, 31 Aug 2017 10:09:36 +0000 (13:09 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 5 Sep 2017 07:04:20 +0000 (09:04 +0200)
commitb417be28993b92bc3fc14ac35cf8b152e48fd4a5
treea190e7b098ff437dd42946b28ea4773bb317e928
parent1e5c13739043a363ef3a98f527cf618145d2fad3
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>
net/mac80211/mlme.c