X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fmac80211%2FKconfig;h=513f85cc2ae1b1ad707f8a878fcf2fd5e6e93a91;hb=85a7045a90052749885e166f40af5e9140032287;hp=c766056d0488eb2826def69d7ba9e923e171304f;hpb=9b6941d8b103fe95d1a90b7996046be9ee0e55e4;p=pandora-kernel.git diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index c766056d0488..513f85cc2ae1 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig @@ -17,7 +17,7 @@ comment "CFG80211 needs to be enabled for MAC80211" if MAC80211 != n config MAC80211_HAS_RC - def_bool n + bool config MAC80211_RC_PID bool "PID controller based rate control algorithm" if EXPERT @@ -78,7 +78,7 @@ config MAC80211_RC_DEFAULT endif comment "Some wireless drivers require a rate control algorithm" - depends on MAC80211_HAS_RC=n + depends on MAC80211 && MAC80211_HAS_RC=n config MAC80211_MESH bool "Enable mac80211 mesh networking (pre-802.11s) support"