]> err.no Git - linux-2.6/blobdiff - net/mac80211/wme.c
[MAC80211]: ignore key index on pairwise key (WEP only)
[linux-2.6] / net / mac80211 / wme.c
index d303229249e79541b5c975f93ca0dba46dd4ec8d..fcc8921722f428e4151c27a7d62c241f53390688 100644 (file)
@@ -125,14 +125,13 @@ static inline int classify80211(struct sk_buff *skb, struct Qdisc *qd)
        }
 
        /* use the data classifier to determine what 802.1d tag the
-       * data frame has */
+        * data frame has */
        skb->priority = classify_1d(skb, qd);
 
-       /* incase we are a client verify acm is not set for this ac */
+       /* in case we are a client verify acm is not set for this ac */
        while (unlikely(local->wmm_acm & BIT(skb->priority))) {
                if (wme_downgrade_ac(skb)) {
-                       /* No AC with lower priority has acm=0,
-                       * drop packet. */
+                       /* No AC with lower priority has acm=0, drop packet. */
                        return -1;
                }
        }