mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
rrm: fix non-ascii character in comment
This commit is contained in:
parent
ee864662fe
commit
002fdb5c10
@ -274,7 +274,7 @@ static size_t build_report_for_bss(struct rrm_beacon_req_info *beacon,
|
||||
* 802.11 9.4.2.22.7 Beacon report
|
||||
*
|
||||
* "The Parent TSF field contains the lower 4 octets of the measuring
|
||||
* STA’s TSF timer value"
|
||||
* STA's TSF timer value"
|
||||
*/
|
||||
l_put_le32((uint32_t)(bss->parent_tsf & 0xffffffff), to);
|
||||
to += 4;
|
||||
|
Loading…
Reference in New Issue
Block a user