Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 24, 2024
1 parent 9988077 commit 1f4001f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"enabled":true,"categories":{}}
1 change: 1 addition & 0 deletions hal/rtl8822e/rtl8822e_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,7 @@ void rtl8822e_set_tx_power_index(PADAPTER adapter, u32 powerindex, enum rf_path
struct dm_struct *phydm = adapter_to_phydm(adapter);
u8 shift = 0;
boolean write_ret;
RTW_WARN("OpenHD rtl8822e_set_tx_power_index %s %d\n", MGN_RATE_STR(rate), powerindex);

if (!IS_1T_RATE(rate) && !IS_2T_RATE(rate)) {
RTW_ERR(FUNC_ADPT_FMT" invalid rate(%s)\n", FUNC_ADPT_ARG(adapter), MGN_RATE_STR(rate));
Expand Down
1 change: 1 addition & 0 deletions include/drv_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -2233,6 +2233,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_mbm(void);
int get_openhd_override_tx_power_index(void);

#endif /* __DRV_TYPES_H__ */

0 comments on commit 1f4001f

Please sign in to comment.