Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[cascardo/linux.git] / drivers / net / wireless / wl12xx / conf.h
index ba558fc..1ab6c86 100644 (file)
@@ -528,7 +528,7 @@ struct conf_rx_settings {
 #define CONF_TX_RATE_RETRY_LIMIT       10
 
 /*
- * Rates supported for data packets when operating as AP. Note the absense
+ * Rates supported for data packets when operating as AP. Note the absence
  * of the 22Mbps rate. There is a FW limitation on 12 rates so we must drop
  * one. The rate dropped is not mandatory under any operating mode.
  */
@@ -616,7 +616,7 @@ enum conf_tx_ac {
        CONF_TX_AC_BK = 1,         /* background */
        CONF_TX_AC_VI = 2,         /* video */
        CONF_TX_AC_VO = 3,         /* voice */
-       CONF_TX_AC_CTS2SELF = 4,   /* fictious AC, follows AC_VO */
+       CONF_TX_AC_CTS2SELF = 4,   /* fictitious AC, follows AC_VO */
        CONF_TX_AC_ANY_TID = 0x1f
 };
 
@@ -1210,7 +1210,7 @@ struct conf_memory_settings {
 
        /*
         * Minimum required free tx memory blocks in order to assure optimum
-        * performence
+        * performance
         *
         * Range: 0-120
         */
@@ -1218,7 +1218,7 @@ struct conf_memory_settings {
 
        /*
         * Minimum required free rx memory blocks in order to assure optimum
-        * performence
+        * performance
         *
         * Range: 0-120
         */