iwlwifi: mvm: add basic Time of Flight (802.11mc FTM) support
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / mvm / fw-api.h
index 16e9ef49397f4d055b788f970f1b74bf2712e5e7..2bc33faae5b432512fa426e4abe16b52d4d00d37 100644 (file)
@@ -75,6 +75,7 @@
 #include "fw-api-coex.h"
 #include "fw-api-scan.h"
 #include "fw-api-stats.h"
+#include "fw-api-tof.h"
 
 /* Tx queue numbers */
 enum {
@@ -163,6 +164,10 @@ enum {
        CALIB_RES_NOTIF_PHY_DB = 0x6b,
        /* PHY_DB_CMD = 0x6c, */
 
+       /* ToF - 802.11mc FTM */
+       TOF_CMD = 0x10,
+       TOF_NOTIFICATION = 0x11,
+
        /* Power - legacy power table command */
        POWER_TABLE_CMD = 0x77,
        PSM_UAPSD_AP_MISBEHAVING_NOTIFICATION = 0x78,
This page took 0.057405 seconds and 5 git commands to generate.