mwifiex: add multi-queue support
[linux-2.6-block.git] / drivers / net / wireless / mwifiex / wmm.h
index ec839952d2e77bc01bf57bb63be53086913821f0..b92f39d8963beeaeca0f14800e4a0c06081c893a 100644 (file)
@@ -31,6 +31,8 @@ enum ieee_types_wmm_ecw_bitmasks {
        MWIFIEX_ECW_MAX = (BIT(4) | BIT(5) | BIT(6) | BIT(7)),
 };
 
+static const u16 mwifiex_1d_to_wmm_queue[8] = { 1, 0, 0, 1, 2, 2, 3, 3 };
+
 /*
  * This function retrieves the TID of the given RA list.
  */