John Crispin <john@xxxxxxxxxxx> writes: > From: Miles Hu <milehu@xxxxxxxxxxxxxx> > > This patch adds ath11k support for setting fixed HE rate/gi/ltf values that > we are now able to send to the kernel using nl80211. The added code is > reusing parts of the existing code path already used for HT/VHT. The new > helpers are symmetric to how we do it for HT/VHT. > > Signed-off-by: Miles Hu <milehu@xxxxxxxxxxxxxx> > Signed-off-by: John Crispin <john@xxxxxxxxxxx> [...] > + if (he_ltf != 0xFF) { > + vdev_param = WMI_VDEV_PARAM_HE_LTF; > + /* start from 1 */ > + he_ltf += 1; Indentation looks weird here, but I can fix that during commit. -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches