armbian-build/patch/kernel
The-going bfe0300700
Fix warning: "IEEE80211_MAX_AMPDU_BUF" redefined if rtl8723cs module build (#3286)
All warning:
debug> grep warning: compilation.log | wc -l
152
A large number of garbage warnings:
debug> grep warning: compilation.log | grep IEEE80211_MAX_AMPDU_BUF | wc -l
103

After v4.19 linux kernel, this definition is not required.

Check:
list="$(find drivers/net/wireless/realtek/ -type f)"
for f in $list;do awk -v f=$f '/IEEE80211_MAX_AMPDU_BUF/{print f}' $f;done
drivers/net/wireless/realtek/rtlwifi/base.c
drivers/net/wireless/realtek/rtl8723cs/include/wifi.h

Only one drivers/net/wireless/realtek/rtlwifi/base.c file uses
the definition IEEE80211_MAX_AMPDU_BUF_HT.
or
See `git log -p b8042b3da925f390c1482b -3` command in
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
2021-11-28 21:32:07 +01:00
..
archive Fix warning: "IEEE80211_MAX_AMPDU_BUF" redefined if rtl8723cs module build (#3286) 2021-11-28 21:32:07 +01:00
imx6-current
imx6-edge Bump imx6, xu4, rockchip64 and jetson-nano to 5.15 (#3238) 2021-11-09 18:06:34 +01:00
jetson-nano-legacy
meson64-current
meson64-edge Bump imx6, xu4, rockchip64 and jetson-nano to 5.15 (#3238) 2021-11-09 18:06:34 +01:00
meson64-legacy
meson-current
meson-edge
meson-legacy
mt7623-legacy
mvebu64-current
mvebu64-edge
mvebu64-legacy
mvebu-current
mvebu-edge Bump imx6, xu4, rockchip64 and jetson-nano to 5.15 (#3238) 2021-11-09 18:06:34 +01:00
mvebu-legacy
odroidxu4-current
odroidxu4-edge Bump imx6, xu4, rockchip64 and jetson-nano to 5.15 (#3238) 2021-11-09 18:06:34 +01:00
odroidxu4-legacy
rk35xx-legacy Preliminary support for rockchip rk35xx boards (#3111) 2021-09-15 22:08:39 +02:00
rk322x-current
rk322x-edge Rockchip 5.15 (#3242) 2021-11-09 21:58:35 +01:00
rk322x-legacy
rk3399-legacy
rockchip64-current
rockchip64-edge Bump imx6, xu4, rockchip64 and jetson-nano to 5.15 (#3238) 2021-11-09 18:06:34 +01:00
rockchip64-legacy
rockchip-current
rockchip-edge Rockchip 5.15 (#3242) 2021-11-09 21:58:35 +01:00
rockchip-legacy
rockpis-legacy
s5p6818-legacy
sun50iw9-legacy
sunxi-current
sunxi-edge Bump sunxi to 5.15.y (#3236) 2021-11-07 00:04:02 +01:00
sunxi-legacy
zynq-legacy