[PATCH] Corrected SSB Config
[openwrt.git] / package / mac80211 / patches / 200-minstrel_default.patch
1 --- a/config.mk
2 +++ b/config.mk
3 @@ -47,8 +47,9 @@ endif
4  endif # build check
5  endif # kernel Makefile check
6  
7 -CONFIG_MAC80211_RC_DEFAULT=pid
8 +CONFIG_MAC80211_RC_DEFAULT=minstrel
9  CONFIG_MAC80211_RC_PID=y
10 +CONFIG_MAC80211_RC_MINSTREL=y
11  
12  # enable mesh networking too
13  CONFIG_MAC80211_MESH=y