Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jan 1, 2024
1 parent 0b02428 commit c274e49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/drv_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__ */
1 change: 1 addition & 0 deletions include/rtw_xmit.h
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ struct pkt_attrib {
u8 mbssid;
u8 ldpc;
u8 stbc;
u8 monitor_mode_frame;

struct sta_info *psta;

Expand Down

0 comments on commit c274e49

Please sign in to comment.