Skip to content

Commit 352d80f

Browse files
committed
defaults.c: change AMSDU default value
1 parent a633fb5 commit 352d80f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

trunk/user/httpd/variables.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,6 @@
741741
{"wl_VgaClamp", "", NULL, EVM_RESTART_WIFI5},
742742
#endif
743743
#if defined (USE_WID_5G) && USE_WID_5G==7615
744-
{"wl_band_steering", "", NULL, EVM_RESTART_WIFI5},
745744
{"wl_mumimo", "", NULL, EVM_RESTART_WIFI5},
746745
#endif
747746
{"wl_country_code", "", NULL, EVM_RESTART_WIFI5},

trunk/user/shared/defaults.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,11 @@ struct nvram_pair router_defaults[] = {
220220
{ "wl_greenap", "0" },
221221
{ "wl_ldpc", "2" },
222222
{ "wl_HT_RDG", "0" },
223+
#if defined (USE_WID_5G) && USE_WID_5G==7615
224+
{ "wl_HT_AMSDU", "1" },
225+
#else
223226
{ "wl_HT_AMSDU", "0" },
227+
#endif
224228
{ "wl_HT_MpduDensity", "5" },
225229
{ "wl_HT_BAWinSize", "64" },
226230
{ "wl_HT_AutoBA", "1" },
@@ -245,7 +249,6 @@ struct nvram_pair router_defaults[] = {
245249
{ "wl_guest_mcs_mode", "0" },
246250

247251
#if defined (USE_WID_5G) && USE_WID_5G==7615
248-
{ "wl_band_steering", "0" },
249252
{ "wl_mumimo", "1" },
250253
#endif
251254

0 commit comments

Comments
 (0)