mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
staging: rtl8192u: Fix syntax errors in comments
Delete the redundant word 'tx'. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Link: https://lore.kernel.org/r/20220603130702.6926-1-wangxiang@cdjrlc.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a0daad77a4
commit
d2a4bc3d97
|
|
@ -3002,7 +3002,7 @@ static void dm_check_txrateandretrycount(struct net_device *dev)
|
|||
/* for initial tx rate */
|
||||
/*priv->stats.last_packet_rate = read_nic_byte(dev, INITIAL_TX_RATE_REG);*/
|
||||
read_nic_byte(dev, INITIAL_TX_RATE_REG, &ieee->softmac_stats.last_packet_rate);
|
||||
/* for tx tx retry count */
|
||||
/* for tx retry count */
|
||||
/*priv->stats.txretrycount = read_nic_dword(dev, TX_RETRY_COUNT_REG);*/
|
||||
read_nic_dword(dev, TX_RETRY_COUNT_REG, &ieee->softmac_stats.txretrycount);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user