mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-09 11:50:01 +00:00
The FW expects to get the ppe value for each NSS-BW pair in the same
format as in the he phy capabilities IE, which means that a value of 0
implies ppe should be used for BPSK (mcs 0). If there are no PPE
thresholds in the IE, or if for some NSS-RU pair there's no threshold
set for it (this could happen because it's a variable-sized field), it
means no PPE should not be used for that pair, so the value sent to FW
should be 7 which corresponds to "none".
Fixes:
|
||
|---|---|---|
| .. | ||
| api | ||
| acpi.c | ||
| acpi.h | ||
| dbg.c | ||
| dbg.h | ||
| debugfs.c | ||
| debugfs.h | ||
| error-dump.h | ||
| file.h | ||
| img.h | ||
| init.c | ||
| notif-wait.c | ||
| notif-wait.h | ||
| paging.c | ||
| runtime.h | ||
| smem.c | ||