mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
2e3f917857
Co-authored-by: LGA1150 <dqfext@gmail.com>
12 lines
351 B
Diff
12 lines
351 B
Diff
--- 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);
|