Skip to content

Commit

Permalink
set tefault to PHY_11ABGN_MIXED
Browse files Browse the repository at this point in the history
  • Loading branch information
lesf0 committed Dec 23, 2020
1 parent 374f406 commit a5c69a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/rtmp_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -3075,7 +3075,7 @@ VOID UserCfgInit(
OPSTATUS_CLEAR_FLAG(pAd, fOP_STATUS_INFRA_ON);

/* PHY specification*/
pAd->CommonCfg.PhyMode = PHY_11BG_MIXED; /* default PHY mode*/
pAd->CommonCfg.PhyMode = PHY_11ABGN_MIXED; /* default PHY mode*/
OPSTATUS_CLEAR_FLAG(pAd, fOP_STATUS_SHORT_PREAMBLE_INUSED); /* CCK use LONG preamble*/

#ifdef CONFIG_STA_SUPPORT
Expand Down

0 comments on commit a5c69a2

Please sign in to comment.