Skip to content

Commit

Permalink
mt7615: disable mu-mimo by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwckf committed Apr 28, 2020
1 parent 352d80f commit 9a05d6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion trunk/user/shared/defaults.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ struct nvram_pair router_defaults[] = {
{ "wl_guest_mcs_mode", "0" },

#if defined (USE_WID_5G) && USE_WID_5G==7615
{ "wl_mumimo", "1" },
{ "wl_mumimo", "0" },
#endif

// ApCli 5Ghz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@ function done_validating(action){
<th><#WLANConfig11n_mumimo#></th>
<td>
<select name="wl_mumimo" class="input">
<option value="0" <% nvram_match_x("","wl_mumimo", "0","selected"); %>><#btn_Disable#></option>
<option value="1" <% nvram_match_x("","wl_mumimo", "1","selected"); %>><#btn_Enable#> (*)</option>
<option value="0" <% nvram_match_x("","wl_mumimo", "0","selected"); %>><#btn_Disable#> (*)</option>
<option value="1" <% nvram_match_x("","wl_mumimo", "1","selected"); %>><#btn_Enable#></option>
</select>
</td>
</tr>
Expand Down

3 comments on commit 9a05d6c

@NV3S
Copy link

@NV3S NV3S commented on 9a05d6c Apr 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是mt7615上的mu-mimo有什么问题吗?

@hanwckf
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是mt7615上的mu-mimo有什么问题吗?

是,容易出兼容性问题

@ningsibuqu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是mt7615上的mu-mimo有什么问题吗?

是,容易出兼容性问题

你好,请问可以更新驱动至 5.0.4.0 吗?已经有 5.0.4.0 版本的驱动了。

Please sign in to comment.