From 2891599aad87c4472db57cb18c38336f36fc206f Mon Sep 17 00:00:00 2001 From: Consti10 Date: Mon, 22 Apr 2024 16:26:52 +0200 Subject: [PATCH] make tx power index a module param (like rtl8812bu) - fix comp --- include/drv_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/drv_types.h b/include/drv_types.h index ff575b91..093511d8 100644 --- a/include/drv_types.h +++ b/include/drv_types.h @@ -1678,6 +1678,7 @@ int rtw_suspend_free_assoc_resource(_adapter *padapter); // OpenHD crda workaround int get_openhd_override_channel(void); int get_openhd_override_channel_width(void); +int get_openhd_override_tx_power_index(void); #endif /* __DRV_TYPES_H__ */