diff options
author | Martin Kaiser <martin@kaiser.cx> | 2022-05-08 18:14:51 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-05-19 17:40:56 +0200 |
commit | 073d44eaccf07ffbc48e941c62ccd95324df93bf (patch) | |
tree | e8f1fa88f488b0504a70e9c623e73606d1327c1f /kernel/kallsyms.c | |
parent | e2b1711fb54436b681257ee75e0b1a230f5cbb1c (diff) | |
download | linux-stable-073d44eaccf07ffbc48e941c62ccd95324df93bf.tar.gz linux-stable-073d44eaccf07ffbc48e941c62ccd95324df93bf.tar.bz2 linux-stable-073d44eaccf07ffbc48e941c62ccd95324df93bf.zip |
staging: r8188eu: read back action code from ieee80211_mgmt
Read the back action code from struct ieee80211_mgmt.
struct ieee80211_mgmt contains an "action" union. Each of its members
starts with an 8-bit action code. Treat the union as addba_req when we
read the action code although we do not yet know if it is an addba_req.
This approach is similar to ieee80211_iface_process_skb.
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220508161451.115847-6-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/kallsyms.c')
0 files changed, 0 insertions, 0 deletions