ath9k_hw: add support for 8 AP mode interfaces
[cascardo/linux.git] / drivers / net / wireless / ath / ath9k / ath9k.h
index 0a37631..a277cf6 100644 (file)
@@ -370,7 +370,7 @@ struct ath_vif {
  * number of beacon intervals, the game's up.
  */
 #define BSTUCK_THRESH                  9
-#define        ATH_BCBUF                       4
+#define        ATH_BCBUF                       8
 #define ATH_DEFAULT_BINTVAL            100 /* TU */
 #define ATH_DEFAULT_BMISS_LIMIT        10
 #define IEEE80211_MS_TO_TU(x)           (((x) * 1000) / 1024)