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 <rtw_trx_ops.h> +// 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;