Message ID | 20220719121600.1847440-1-bryan.odonoghue@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | wcn36xx: Add in debugfs export of firmware feature bits | expand |
On Tue, 19 Jul 2022 at 14:16, Bryan O'Donoghue <bryan.odonoghue@linaro.org> wrote: > > This series tidies up the code to get/set/clear discovered firmware feature > bits and adds a new debugfs entry to read the feature bits as strings. > > cat /sys/kernel/debug/ieee80211/phy0/wcn36xx/firmware_feat_caps > > wcn3680b: > FW Cap = MCC Nice, but why prepending with 'FW Cap = ' string, we already know it's a list of firmware features. > FW Cap = P2P > FW Cap = DOT11AC > FW Cap = SLM_SESSIONIZATION > FW Cap = DOT11AC_OPMODE > FW Cap = SAP32STA > FW Cap = TDLS
On 19/07/2022 14:06, Loic Poulain wrote: > Nice, but why prepending with 'FW Cap = ' string, we already know it's > a list of firmware features. I literally just copied the debug printout which also prefixes with FW Cap.. I can drop