brektrou / rtl8821CU

Realtek RTL8811CU/RTL8821CU USB Wi-Fi adapter driver for Linux
GNU General Public License v2.0
1.59k stars 461 forks source link

issue #96: remove conflicting definitions for IEEE80211_MAX_AMPDU_BUF #97

Closed pprindeville closed 3 years ago

pprindeville commented 3 years ago

The symbols IEEE80211_MAX_AMPDU_BUF and IEEE80211_MIN_AMPDU_BUF aren't used in the source, and further more conflict with the definitions in <linux/ieee80211.h>.

Signed-off-by: Philip Prindeville philipp@redfish-solutions.com