On 4/1/2022 5:09 AM, Baochen Qiang wrote:
ath11k assigns ath11k_mac_op_set_bios_sar_specs to ath11k_ops, and this function is called when user space application calls NL80211_CMD_SET_SAR_SPECS. ath11k also registers SAR type and frequency ranges to wiphy so user space can query SAR capabilities.
I find this commit text very confusing since it uses "present simple" tense instead of "imperative" tense so it comes across as describing what the driver did prior to the patch instead of what the driver is supposed to do after the patch is applied.
The patch itself LGTM.