Message ID | 20240515165231.12114-1-quic_pradeepc@quicinc.com |
---|---|
Headers | show |
Series | wifi: ath12k: add MU-MIMO and 160 MHz bandwidth support | expand |
> + * @eht_80mhz_full_bw_ul_mumimo: does this BSS support the reception (AP) or > + * transmission (non-AP STA) of an EHT TB PPDU on an RU that spans the > + * entire PPDU bandwidth > I'm really not sure why you insist on neither fixing the documentation nor the implementation, but I'll say it again (just this once): they need to match! johannes
On 5/15/2024 10:45 AM, Johannes Berg wrote: > >> + * @eht_80mhz_full_bw_ul_mumimo: does this BSS support the reception (AP) or >> + * transmission (non-AP STA) of an EHT TB PPDU on an RU that spans the >> + * entire PPDU bandwidth >> > > I'm really not sure why you insist on neither fixing the documentation > nor the implementation, but I'll say it again (just this once): they > need to match! > > johannes Thanks Johannes for clarification.. Apologies for confusion, I was trying to remove 'AP mode' reference in commit description after your initial comment, so that it does not conflict with eht_80mhz_full_bw_ul_mumimo's description in code. Also was trying to replicate "he_full_ul_mumimo"'s comment in code. Anyways I understood now (hopefully :)) now and fixed it in V6. Please let me know if you have any other comments. Thanks pradeep