|
@@ -624,7 +624,7 @@ void b43legacy_handle_hwtxstatus(struct b43legacy_wldev *dev,
|
|
tmp = hw->count;
|
|
tmp = hw->count;
|
|
status.frame_count = (tmp >> 4);
|
|
status.frame_count = (tmp >> 4);
|
|
status.rts_count = (tmp & 0x0F);
|
|
status.rts_count = (tmp & 0x0F);
|
|
- tmp = hw->flags;
|
|
|
|
|
|
+ tmp = hw->flags << 1;
|
|
status.supp_reason = ((tmp & 0x1C) >> 2);
|
|
status.supp_reason = ((tmp & 0x1C) >> 2);
|
|
status.pm_indicated = !!(tmp & 0x80);
|
|
status.pm_indicated = !!(tmp & 0x80);
|
|
status.intermediate = !!(tmp & 0x40);
|
|
status.intermediate = !!(tmp & 0x40);
|