]> git.baikalelectronics.ru Git - kernel.git/commit
wifi: cfg80211: drop BSS elements from assoc trace for now
authorJohannes Berg <johannes.berg@intel.com>
Wed, 22 Jun 2022 09:02:00 +0000 (11:02 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:14 +0000 (11:43 +0200)
commit4cc14bd7dee76014013b70ddb4e93effd49351ed
treee67231198a2c9eeb579a559dab0f0d0e73427be8
parent0af24eeb55f003c24e0f1c54353c3689337eb7df
wifi: cfg80211: drop BSS elements from assoc trace for now

For multi-link operation, this cannot work as the req->bss pointer
will be NULL, and we'll need to do more work on this to really add
tracing for the MLO case here. Drop the BSS elements for now as
they're not the most useful thing, and it's hard to size things
correctly for the MLO case (without adding a lot of code that's
also executed when tracing isn't enabled.)

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/rdev-ops.h
net/wireless/trace.h