iwlwifi: move BUILD_RAxTID to transport
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / dvm / commands.h
index 95ca026ecc9d6be7383e2986385e84d374cb6964..19f3ce7646abe78d0e7a3dcf6fb8dfe8002255d1 100644 (file)
@@ -838,10 +838,6 @@ struct iwl_qosparam_cmd {
 #define STA_MODIFY_DELBA_TID_MSK       0x10
 #define STA_MODIFY_SLEEP_TX_COUNT_MSK  0x20
 
-/* Receiver address (actually, Rx station's index into station table),
- * combined with Traffic ID (QOS priority), in format used by Tx Scheduler */
-#define BUILD_RAxTID(sta_id, tid)      (((sta_id) << 4) + (tid))
-
 /* agn */
 struct iwl_keyinfo {
        __le16 key_flags;
This page took 0.109301 seconds and 5 git commands to generate.