mirror of
https://github.com/open-sdr/openwifi.git
synced 2025-04-07 19:04:15 +00:00
Remove unnecessary reg code in tx_intf.c
This commit is contained in:
parent
a7af994b09
commit
75d924e0e8
@ -350,9 +350,9 @@ static inline u32 hw_init(enum tx_intf_mode mode, u32 tx_config, u32 num_dma_sym
|
||||
tx_intf_api->TX_INTF_REG_MULTI_RST_write(0);
|
||||
}
|
||||
|
||||
if (mode == TX_INTF_BYPASS) {
|
||||
tx_intf_api->TX_INTF_REG_CFG_DATA_TO_ANT_write(0x100); //slv_reg10[8]
|
||||
}
|
||||
// if (mode == TX_INTF_BYPASS) {
|
||||
// tx_intf_api->TX_INTF_REG_CFG_DATA_TO_ANT_write(0x100); //slv_reg10[8] -- bit 8 not used anymore. only bit0/1 are still reserved.
|
||||
// }
|
||||
|
||||
printk("%s hw_init err %d\n", tx_intf_compatible_str, err);
|
||||
return(err);
|
||||
|
Loading…
x
Reference in New Issue
Block a user