forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This contains multiple fixes from the upstream kernel. The removed patch was merged upstream. Signed-off-by: Hauke Mehrtens <[email protected]>
- Loading branch information
Showing
18 changed files
with
29 additions
and
72 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
|
||
--- a/drivers/net/wireless/ath/ath9k/hw.c | ||
+++ b/drivers/net/wireless/ath/ath9k/hw.c | ||
@@ -1421,8 +1421,12 @@ static bool ath9k_hw_set_reset(struct at | ||
@@ -1435,8 +1435,12 @@ static bool ath9k_hw_set_reset(struct at | ||
if (!AR_SREV_9100(ah)) | ||
REG_WRITE(ah, AR_RC, 0); | ||
|
||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
|
||
--- a/drivers/net/wireless/ath/ath9k/hw.c | ||
+++ b/drivers/net/wireless/ath/ath9k/hw.c | ||
@@ -1298,39 +1298,56 @@ void ath9k_hw_get_delta_slope_vals(struc | ||
@@ -1312,39 +1312,56 @@ void ath9k_hw_get_delta_slope_vals(struc | ||
*coef_exponent = coef_exp - 16; | ||
} | ||
|
||
|
@@ -94,7 +94,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
return true; | ||
} | ||
|
||
@@ -1383,24 +1400,24 @@ static bool ath9k_hw_set_reset(struct at | ||
@@ -1397,24 +1414,24 @@ static bool ath9k_hw_set_reset(struct at | ||
rst_flags |= AR_RTC_RC_MAC_COLD; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
|
||
--- a/drivers/net/wireless/ath/ath9k/hw.c | ||
+++ b/drivers/net/wireless/ath/ath9k/hw.c | ||
@@ -2982,6 +2982,10 @@ void ath9k_hw_apply_txpower(struct ath_h | ||
@@ -2996,6 +2996,10 @@ void ath9k_hw_apply_txpower(struct ath_h | ||
if (ant_gain > max_gain) | ||
ant_reduction = ant_gain - max_gain; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
package/kernel/mac80211/patches/ath/510-ath9k_intr_mitigation_tweak.patch
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
2 changes: 1 addition & 1 deletion
2
package/kernel/mac80211/patches/ath/513-ath9k_add_pci_ids.patch
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
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
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
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 |
---|---|---|
|
@@ -42,7 +42,7 @@ Signed-off-by: Mathias Kresin <[email protected]> | |
if (ret) | ||
--- a/drivers/net/wireless/ath/ath10k/mac.c | ||
+++ b/drivers/net/wireless/ath/ath10k/mac.c | ||
@@ -8838,7 +8838,7 @@ int ath10k_mac_register(struct ath10k *a | ||
@@ -8846,7 +8846,7 @@ int ath10k_mac_register(struct ath10k *a | ||
ar->hw->weight_multiplier = ATH10K_AIRTIME_WEIGHT_MULTIPLIER; | ||
|
||
#ifdef CPTCFG_MAC80211_LEDS | ||
|
43 changes: 0 additions & 43 deletions
43
...ernel/mac80211/patches/ath/979-ath10k-fix-incorrect-multicast-broadcast-rate-settin.patch
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -81,7 +81,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
* mac80211 is capable of taking advantage of many hardware | ||
--- a/net/mac80211/iface.c | ||
+++ b/net/mac80211/iface.c | ||
@@ -1877,6 +1877,10 @@ int ieee80211_if_add(struct ieee80211_lo | ||
@@ -1876,6 +1876,10 @@ int ieee80211_if_add(struct ieee80211_lo | ||
+ 8 /* rfc1042/bridge tunnel */ | ||
- ETH_HLEN /* ethernet hard_header_len */ | ||
+ IEEE80211_ENCRYPT_HEADROOM; | ||
|