]> 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)
commit9d02196bc031e1ad6a676a9f3b5c6808563ab5d6
treee67231198a2c9eeb579a559dab0f0d0e73427be8
parent0d59c6f768aa27bed947b19ef765a00647b85917
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