You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rtl8xxxu will support this chip „soon” and I'm wondering if it needs to support any RFE („RF front end”) types other than 5.
If you change the Makefile like so:
diff --git a/Makefile b/Makefile
index 03be10a..2d0f06b 100644
--- a/Makefile+++ b/Makefile@@ -94,7 +94,7 @@ CONFIG_IP_R_MONITOR = n #arp VOQ and high rate
CONFIG_RTW_UP_MAPPING_RULE = tos
########################## Debug ###########################
-CONFIG_RTW_DEBUG = n+CONFIG_RTW_DEBUG = y
# default log level is _DRV_INFO_ = 4,
# please refer to "How_to_set_driver_debug_log_level.doc" to set the available level.
CONFIG_RTW_LOG_LEVEL = 4
this driver will print some things to the journal, including this line:
RTW: pHalData->rfe_type is 0x5
What does it print for y'all? And what brand and model is your device?
The text was updated successfully, but these errors were encountered:
rtl8xxxu will support this chip „soon” and I'm wondering if it needs to support any RFE („RF front end”) types other than 5.
If you change the Makefile like so:
this driver will print some things to the journal, including this line:
What does it print for y'all? And what brand and model is your device?
The text was updated successfully, but these errors were encountered: