Search Linux Wireless

Re: [PATCH V10 1/9] wifi: ath12k: push HE MU-MIMO params to hardware

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




      ret = ath12k_wmi_send_peer_assoc_cmd(ar, peer_arg);
      if (ret) {
          ath12k_warn(ar->ab, "failed to run peer assoc for %pM vdev %i: %d\n", @@ -3873,6 +4012,13 @@ static void ath12k_mac_bss_info_changed(struct ath12k *ar,
          ether_addr_copy(arvif->bssid, info->bssid);
      if (changed & BSS_CHANGED_BEACON_ENABLED) {
+        if (info->enable_beacon) {
+            ret = ath12k_mac_set_he_txbf_conf(arvif);
+            if (ret)
+                ath12k_warn(ar->ab,
+                        "failed to set HE TXBF config for vdev: %d\n",
+                        arvif->vdev_id

So when you bring up AP in non-HE mode i.e HT/VHT and all, this print will appear which will be misleading.

Thanks Aditya, I agree with your suggestion. I will make these changes and submit an updated patchet v11. Thank you for your valuable input.




[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Wireless Regulations]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux