forked from coolsnowwolf/lede
-
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.
commit 74b263b Author: NivalXer <nivalxer@users.noreply.github.com> Date: Tue Jul 7 18:19:10 2020 +0800 mwlwifi:add disable-amsdu patch (coolsnowwolf#5027) commit 0c94245 Author: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Tue Jul 7 17:02:20 2020 +0800 mtwifi: update dual 7615 config (Thx zmzhuai and MeIsReallyBa) (coolsnowwolf#5025) commit b141347 Author: coolsnowwolf <coolsnowwolf@gmail.com> Date: Tue Jul 7 12:43:25 2020 +0800 Version update to R20.7.7 commit dca5308 Author: coolsnowwolf <coolsnowwolf@gmail.com> Date: Tue Jul 7 12:41:13 2020 +0800 bcm53xx: phicomm-k3 using custom k3-brcmfmac4366c-firmware commit 786a6e1 Author: coolsnowwolf <coolsnowwolf@gmail.com> Date: Tue Jul 7 12:39:50 2020 +0800 bcm53xx: phicomm-k3 using custom k3-brcmfmac4366c-firmware commit 3b4a069 Author: coolsnowwolf <coolsnowwolf@gmail.com> Date: Tue Jul 7 12:38:06 2020 +0800 package: remove some old pack commit bb51e8a Author: coolsnowwolf <coolsnowwolf@gmail.com> Date: Tue Jul 7 12:30:20 2020 +0800 coremark: bump version to 2020-05-28 commit ea3f2b1 Merge: 3ac0246 d8a77f3 Author: coolsnowwolf <coolsnowwolf@gmail.com> Date: Tue Jul 7 12:22:36 2020 +0800 Merge branch 'master' of https://github.com/coolsnowwolf/lede commit 3ac0246 Author: coolsnowwolf <coolsnowwolf@gmail.com> Date: Tue Jul 7 12:22:24 2020 +0800 automount:use antfs instead of ntfs-3g commit d8a77f3 Author: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Tue Jul 7 11:40:17 2020 +0800 shortcut-fe-cm: load only once to avoid panic (coolsnowwolf#5019)
- Loading branch information
Showing
42 changed files
with
33 additions
and
17,770 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/core.c | ||
+++ b/core.c | ||
@@ -982,7 +982,7 @@ struct ieee80211_hw *mwl_alloc_hw(int bu | ||
priv->use_short_preamble = false; | ||
priv->disable_2g = false; | ||
priv->disable_5g = false; | ||
- priv->tx_amsdu = true; | ||
+ priv->tx_amsdu = false; | ||
priv->hif.bus = bus_type; | ||
priv->hif.ops = ops; | ||
priv->hif.priv = (char *)priv + ALIGN(sizeof(*priv), NETDEV_ALIGN); |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.