Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Jul 7, 2020
2 parents 7f73591 + 74b263b commit 86d0c13
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
11 changes: 11 additions & 0 deletions package/kernel/mwlwifi/patches/002-disable-AMSDU.patch
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);
2 changes: 2 additions & 0 deletions package/lean/mt/drivers/mt7615d/config.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ endchoice

choice
prompt "Choose Second WiFi Interface"
default MTK_SECOND_IF_NONE if TARGET_ramips_mt7621_DEVICE_phicomm_k2p || PACKAGE_kmod-mt7603e
default MTK_SECOND_IF_MT7615E

config MTK_SECOND_IF_NONE
bool "None"
Expand Down
4 changes: 2 additions & 2 deletions package/lean/mt/drivers/mt_wifi/files/mt7615.2G.dat
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ HT_MCS=33
HT_MpduDensity=5
HT_OpMode=0
HT_PROTECT=1
HT_RxStream=2
HT_RxStream=4
HT_STBC=1
HT_TxStream=2
HT_TxStream=4
IcapMode=0
idle_timeout_interval=0
IEEE80211H=1
Expand Down
4 changes: 2 additions & 2 deletions package/lean/mt/drivers/mt_wifi/files/mt7615.5G.dat
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ HT_MCS=33
HT_MpduDensity=5
HT_OpMode=0
HT_PROTECT=1
HT_RxStream=2
HT_RxStream=4
HT_STBC=1
HT_TxStream=2
HT_TxStream=4
IcapMode=0
idle_timeout_interval=0
IEEE80211H=1
Expand Down

0 comments on commit 86d0c13

Please sign in to comment.