Re: [PATCH] ath10k: Add a condtion to fill the LDPC capability correctly

2019-02-07 Thread Kalle Valo
Surabhi Vishnoi wrote: > The firmware advertises the LDPC support information for HT in > HT capability info in the wmi service ready event. To provide > granularity, firmware now advertises WMI_HT_CAP_RX_LDPC and > WMI_HT_CAP_TX_LDPC separately. To support LDPC, host should > also check for WMI_

Re: [PATCH] ath10k: Add a condtion to fill the LDPC capability correctly

2019-02-07 Thread Kalle Valo
+ lists Surabhi Vishnoi writes: > On 2019-02-04 21:02, Kalle Valo wrote: >> Surabhi Vishnoi writes: >> >>> The firmware advertises the LDPC support information for HT in >>> HT capability info in the wmi service ready event. To provide >>> granularity, firmware now advertises WMI_HT_CAP_RX_LDPC

Re: [PATCH] ath10k: Add a condtion to fill the LDPC capability correctly

2019-02-04 Thread Kalle Valo
Surabhi Vishnoi writes: > The firmware advertises the LDPC support information for HT in > HT capability info in the wmi service ready event. To provide > granularity, firmware now advertises WMI_HT_CAP_RX_LDPC and > WMI_HT_CAP_TX_LDPC separately. To support LDPC, host should > also check for WMI

[PATCH] ath10k: Add a condtion to fill the LDPC capability correctly

2019-01-31 Thread Surabhi Vishnoi
The firmware advertises the LDPC support information for HT in HT capability info in the wmi service ready event. To provide granularity, firmware now advertises WMI_HT_CAP_RX_LDPC and WMI_HT_CAP_TX_LDPC separately. To support LDPC, host should also check for WMI_HT_CAP_RX_LDPC and WMI_HT_CAP_TX_LD