diff options
| -rw-r--r-- | sys/src/9/pc/etheriwl.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/src/9/pc/etheriwl.c b/sys/src/9/pc/etheriwl.c index ee44aa3f4..df7fbf32e 100644 --- a/sys/src/9/pc/etheriwl.c +++ b/sys/src/9/pc/etheriwl.c @@ -1818,15 +1818,15 @@ static uchar iwlrates[] = { 0x80 | 4, 0x80 | 11, 0x80 | 22, - 12, - 18, - 24, - 36, - 48, - 72, - 96, - 108, - 120, + 0x80 | 12, + 0x80 | 18, + 0x80 | 24, + 0x80 | 36, + 0x80 | 48, + 0x80 | 72, + 0x80 | 96, + 0x80 | 108, + 0x80 | 120, 0 }; |
