cfg80211: fix station change if TDLS isn't supported
Larry noticed (and bisected) that commit df881293 "cfg80211: Pass TDLS peer's QoS/HT/VHT information during set_station" broke secure connections. This is is the case only for drivers that don't support TDLS, where any kind of change, even just the change of authorized flag that is required for normal operation, was rejected now. To fix this, remove the checks. I have some patches that will add proper verification for all the different cases later. Change-Id: Ieaf0f8a8ab922d42bccdb4957c55b8c3d9463a3f CRs-fixed: 452921 Cc: Jouni Malinen <j@w1.fi> Bisected-by:Larry Finger <Larry.Finger@lwfinger.net> Tested-by:
Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by:
Johannes Berg <johannes.berg@intel.com>
Loading
Please sign in to comment