linux/drivers/staging/r8188eu
Martin Kaiser 1c167e3b83 staging: r8188eu: use ieee80211 helper for qos bit
Use the ieee80211_is_data_qos helper function to read the qos bit.

This helper function returns a bool. Change the qos field in struct
rx_pkt_attrib from u8 to bool and fix up the other places where it
is used.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220227164147.1168847-5-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-03-01 22:34:15 +01:00
..
core staging: r8188eu: use ieee80211 helper for qos bit 2022-03-01 22:34:15 +01:00
hal staging: r8188eu: use ieee80211 helper for qos bit 2022-03-01 22:34:15 +01:00
include staging: r8188eu: use ieee80211 helper for qos bit 2022-03-01 22:34:15 +01:00
os_dep staging: r8188eu: fix lines modified by DBG_88E cleanup 2022-02-17 16:00:36 +01:00
Kconfig staging: r8188eu: Remove conditionals CONFIG_88EU_{AP_MODE,P2P} 2021-09-13 08:49:54 +02:00
Makefile staging: r8188eu: remove rtw_debug module parameter 2022-02-17 16:00:36 +01:00
TODO