mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
staging: rtl8723bs: sdio: clarify OQT free page comment
Clarify the comment above HalQueryTxBufferStatus8723BSdio() to use "TX OQT free page count" wording consistent with SDIO_REG_OQT_FREE_PG. Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org> Link: https://lore.kernel.org/r/20250917124221.1466298-1-weibu@redadmin.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7c28d77cde
commit
561f0ed96a
@@ -997,10 +997,7 @@ u8 HalQueryTxBufferStatus8723BSdio(struct adapter *adapter)
|
||||
return true;
|
||||
}
|
||||
|
||||
/* */
|
||||
/* Description: */
|
||||
/* Query SDIO Local register to get the current number of TX OQT Free Space. */
|
||||
/* */
|
||||
/* Read the TX OQT free page count from the SDIO local register. */
|
||||
void HalQueryTxOQTBufferStatus8723BSdio(struct adapter *adapter)
|
||||
{
|
||||
struct hal_com_data *haldata = GET_HAL_DATA(adapter);
|
||||
|
||||
Reference in New Issue
Block a user