From c274e491eb7ebcd4c1500175975180464f2b05ad Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Mon, 1 Jan 2024 23:36:49 +0100 Subject: [PATCH] testing --- include/drv_types.h | 4 ++++ include/rtw_xmit.h | 1 + 2 files changed, 5 insertions(+) diff --git a/include/drv_types.h b/include/drv_types.h index 2fa7d09..43e4d04 100644 --- a/include/drv_types.h +++ b/include/drv_types.h @@ -2033,5 +2033,9 @@ __inline static void RTW_ENABLE_FUNC(struct dvobj_priv *dvobj, int func_bit) #endif #include +// OpenHD crda workaround +int get_openhd_override_channel(void); +int get_openhd_override_tx_power_mbm(void); + #endif /* __DRV_TYPES_H__ */ diff --git a/include/rtw_xmit.h b/include/rtw_xmit.h index 9df7bd9..2794cd0 100644 --- a/include/rtw_xmit.h +++ b/include/rtw_xmit.h @@ -402,6 +402,7 @@ struct pkt_attrib { u8 mbssid; u8 ldpc; u8 stbc; + u8 monitor_mode_frame; struct sta_info *psta;