Merge branch 'fix/asoc' into for-linus
[firefly-linux-kernel-4.4.55.git] / net / mac80211 / Kconfig
index 8a91f6c0bb1800a8149623c059bdde6e135361b7..4d6f8653ec8819a7e69cdb9cb447b77c1e7e7047 100644 (file)
@@ -33,6 +33,13 @@ config MAC80211_RC_MINSTREL
        ---help---
          This option enables the 'minstrel' TX rate control algorithm
 
+config MAC80211_RC_MINSTREL_HT
+       bool "Minstrel 802.11n support" if EMBEDDED
+       depends on MAC80211_RC_MINSTREL
+       default y
+       ---help---
+         This option enables the 'minstrel_ht' TX rate control algorithm
+
 choice
        prompt "Default rate control algorithm"
        depends on MAC80211_HAS_RC
@@ -62,6 +69,7 @@ endchoice
 
 config MAC80211_RC_DEFAULT
        string
+       default "minstrel_ht" if MAC80211_RC_DEFAULT_MINSTREL && MAC80211_RC_MINSTREL_HT
        default "minstrel" if MAC80211_RC_DEFAULT_MINSTREL
        default "pid" if MAC80211_RC_DEFAULT_PID
        default ""