diff options
author | 2021-02-04 17:29:48 +0100 | |
---|---|---|
committer | 2021-02-06 14:11:21 +0100 | |
commit | f1bfe0982e829b05dde834143be7f727814f4b55 (patch) | |
tree | 0e29239b211c0f7ee9fc101b3908cfe6b4a2d6d7 /tools/perf/scripts/python | |
parent | staging: rtl8723bs: fix pointer declaration style (diff) | |
download | wireguard-linux-f1bfe0982e829b05dde834143be7f727814f4b55.tar.xz wireguard-linux-f1bfe0982e829b05dde834143be7f727814f4b55.zip |
staging: rtl8723bs: remove unused structures
Building this with 'make W=1' produces a couple of warnings:
rtl8723bs/include/ieee80211.h:730:1: warning: alignment 1 of 'struct ieee80211_assoc_request_frame' is less than 2 [-Wpacked-not-aligned]
rtl8723bs/include/ieee80211.h:737:1: warning: alignment 1 of 'struct ieee80211_assoc_response_frame' is less than 2 [-Wpacked-not-aligned]
The warnings are in dead code, so just remove the bits that
are obviously broken like this.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20210204162956.3276523-1-arnd@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions