rrm: fix non-ascii character in comment

This commit is contained in:
James Prestwood 2019-11-21 12:07:00 -08:00 committed by Denis Kenzior
parent ee864662fe
commit 002fdb5c10
1 changed files with 1 additions and 1 deletions

View File

@ -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
* STAs TSF timer value"
* STA's TSF timer value"
*/
l_put_le32((uint32_t)(bss->parent_tsf & 0xffffffff), to);
to += 4;