OSDN Git Service

wifi: mac80211: don't re-parse elems in ieee80211_assoc_success()
authorJohannes Berg <johannes.berg@intel.com>
Wed, 29 Jun 2022 09:52:49 +0000 (11:52 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:17 +0000 (11:43 +0200)
commit635495e9c43da6280ec05e10a5fc6b9b62cbafe3
tree40ff6be48c11dcdf90164a3e7d31be53243550c3
parentb327c84c328ed2be4dbad4f5ed7c17476fe1b3bf
wifi: mac80211: don't re-parse elems in ieee80211_assoc_success()

We're already passing the elems pointer, and have parsed
them from the same frame with exactly the same parameters,
so don't need to do that again.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c