We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abf199 commit d3e154dCopy full SHA for d3e154d
drivers/net/wireless/ath/ath11k/core.c
@@ -1009,16 +1009,6 @@ int ath11k_core_resume(struct ath11k_base *ab)
1009
return -ETIMEDOUT;
1010
}
1011
1012
- if (ab->hw_params.current_cc_support &&
1013
- ar->alpha2[0] != 0 && ar->alpha2[1] != 0) {
1014
- ret = ath11k_reg_set_cc(ar);
1015
- if (ret) {
1016
- ath11k_warn(ab, "failed to set country code during resume: %d\n",
1017
- ret);
1018
- return ret;
1019
- }
1020
1021
-
1022
ret = ath11k_dp_rx_pktlog_start(ab);
1023
if (ret)
1024
ath11k_warn(ab, "failed to start rx pktlog during resume: %d\n",
0 commit comments