Skip to content

Commit

Permalink
Update os_intfs.c
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jan 1, 2024
1 parent 042be59 commit 3b9f3ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions os_dep/linux/os_intfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -3642,3 +3642,10 @@ int rtw_vendor_ie_set_api(struct net_device *dev, char *extra)
EXPORT_SYMBOL(rtw_vendor_ie_set_api);

#endif

int get_openhd_override_channel(void){
return openhd_override_channel;
}
int get_openhd_override_tx_power_mbm(void){
return openhd_override_tx_power_mbm;
}

0 comments on commit 3b9f3ff

Please sign in to comment.