forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2208fa0
commit fc725ed
Showing
7 changed files
with
7 additions
and
705 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,29 +35,3 @@ Signed-off-by: Sven Eckelmann <[email protected]> | |
vdev_param = ar->wmi.vdev_param->mgmt_rate; | ||
ret = ath10k_wmi_vdev_set_param(ar, arvif->vdev_id, vdev_param, | ||
hw_rate_code); | ||
--- a/ath10k-5.2/mac.c | ||
+++ b/ath10k-5.2/mac.c | ||
@@ -6732,6 +6732,7 @@ static void ath10k_bss_info_changed(stru | ||
"mac vdev %d mcast_rate %x\n", | ||
arvif->vdev_id, rate); | ||
|
||
+ arvif->mcast_rate[band] = rate; | ||
vdev_param = ar->wmi.vdev_param->mcast_data_rate; | ||
ret = ath10k_wmi_vdev_set_param(ar, arvif->vdev_id, | ||
vdev_param, rate); | ||
@@ -6740,6 +6741,7 @@ static void ath10k_bss_info_changed(stru | ||
"failed to set mcast rate on vdev %i: %d\n", | ||
arvif->vdev_id, ret); | ||
|
||
+ arvif->bcast_rate[band] = rate; | ||
vdev_param = ar->wmi.vdev_param->bcast_data_rate; | ||
ret = ath10k_wmi_vdev_set_param(ar, arvif->vdev_id, | ||
vdev_param, rate); | ||
@@ -6766,6 +6768,7 @@ static void ath10k_bss_info_changed(stru | ||
return; | ||
} | ||
|
||
+ arvif->mgt_rate[def.chan->band] = hw_rate_code; | ||
vdev_param = ar->wmi.vdev_param->mgmt_rate; | ||
ret = ath10k_wmi_vdev_set_param(ar, arvif->vdev_id, vdev_param, | ||
hw_rate_code); |
41 changes: 0 additions & 41 deletions
41
package/kernel/ath10k-ct/patches/170-mac80211-pass-the-vif-to-cancel_remain_on_channel.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.