]> Git Repo - linux.git/blobdiff - drivers/net/wireless/iwlwifi/iwl-commands.h
Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-soc
[linux.git] / drivers / net / wireless / iwlwifi / iwl-commands.h
index 64593aa03ad6892b0ff5ce10374beeecce233c6f..69d5f85d11e2a10e53d02ac986e18288e614d972 100644 (file)
@@ -89,6 +89,7 @@ struct iwl_priv;
 enum {
        REPLY_ALIVE = 0x1,
        REPLY_ERROR = 0x2,
+       REPLY_ECHO = 0x3,               /* test command */
 
        /* RXON and QOS commands */
        REPLY_RXON = 0x10,
@@ -3215,6 +3216,16 @@ enum iwl_ucode_calib_cfg {
                                        IWL_CALIB_CFG_RX_IQ_IDX |       \
                                        IWL_CALIB_CFG_CRYSTAL_IDX)
 
+#define IWL_CALIB_RT_CFG_ALL   cpu_to_le32(IWL_CALIB_CFG_RX_BB_IDX |   \
+                                       IWL_CALIB_CFG_DC_IDX |          \
+                                       IWL_CALIB_CFG_LO_IDX |          \
+                                       IWL_CALIB_CFG_TX_IQ_IDX |       \
+                                       IWL_CALIB_CFG_RX_IQ_IDX |       \
+                                       IWL_CALIB_CFG_TEMPERATURE_IDX | \
+                                       IWL_CALIB_CFG_PAPD_IDX |        \
+                                       IWL_CALIB_CFG_TX_PWR_IDX |      \
+                                       IWL_CALIB_CFG_CRYSTAL_IDX)
+
 #define IWL_CALIB_CFG_FLAG_SEND_COMPLETE_NTFY_MSK      cpu_to_le32(BIT(0))
 
 struct iwl_calib_cfg_elmnt_s {
This page took 0.030913 seconds and 4 git commands to generate.