Skip to content

Commit

Permalink
defaults.c: disable AMSDU for DBDC mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwckf committed May 1, 2020
1 parent 943a74d commit 063284d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions trunk/user/shared/defaults.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,11 @@ struct nvram_pair router_defaults[] = {
{ "wl_ldpc", "2" },
{ "wl_HT_RDG", "0" },
#if defined (USE_WID_5G) && USE_WID_5G==7615
#if defined (BOARD_MT7615_DBDC)
{ "wl_HT_AMSDU", "0" },
#else
{ "wl_HT_AMSDU", "1" },
#endif
#else
{ "wl_HT_AMSDU", "0" },
#endif
Expand Down

0 comments on commit 063284d

Please sign in to comment.