mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[WLANCONF]
- Fix supported rate calculation svn path=/branches/wlan-bringup/; revision=54887
This commit is contained in:
@@ -507,7 +507,7 @@ WlanScan(HANDLE hAdapter)
|
||||
Rate = Rate & 0x7F;
|
||||
|
||||
/* SupportedRates are in units of .5 */
|
||||
Rate = Rate << 1;
|
||||
Rate = Rate >> 1;
|
||||
|
||||
_tprintf(_T("%u "), Rate);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user