Magellan Linux

Diff of /smage/trunk/core/wpa-supplicant/wpa-supplicant-2.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 13076 by niro, Tue Jun 25 10:02:45 2019 UTC revision 13077 by niro, Tue Jun 25 10:10:09 2019 UTC
# Line 94  src_prepare() Line 94  src_prepare()
94   # support HT overrides (disable HT/HT40, mask MCS rates, etc.)   # support HT overrides (disable HT/HT40, mask MCS rates, etc.)
95   maddconfig -b "CONFIG_HT_OVERRIDES=y" || die   maddconfig -b "CONFIG_HT_OVERRIDES=y" || die
96    
97     # support VHT overrides (disable VHT, mask MCS rates, etc.)
98     maddconfig -b "CONFIG_VHT_OVERRIDES=y" || die
99    
100   # AP mode operations   # AP mode operations
101   maddconfig -b "CONFIG_AP=y" || die   maddconfig -b "CONFIG_AP=y" || die
102    

Legend:
Removed from v.13076  
changed lines
  Added in v.13077