Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258522
b: refs/heads/master
c: ad3f712
h: refs/heads/master
v: v3
  • Loading branch information
Wey-Yi Guy committed Jul 21, 2011
1 parent dd89abb commit ba1b683
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a21321c154f359a2254b76b1428017f51b96e379
refs/heads/master: ad3f71244c93412087ae93aabce39c4a9fb12891
16 changes: 13 additions & 3 deletions trunk/drivers/net/wireless/iwlwifi/iwl-commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -3167,9 +3167,6 @@ enum {

#define IWL_MAX_PHY_CALIBRATE_TBL_SIZE (253)

#define IWL_CALIB_INIT_CFG_ALL cpu_to_le32(0xffffffff)
#define IWL_CALIB_CFG_FLAG_SEND_COMPLETE_NTFY_MSK cpu_to_le32(BIT(0))

/* This enum defines the bitmap of various calibrations to enable in both
* init ucode and runtime ucode through CALIBRATION_CFG_CMD.
*/
Expand All @@ -3187,6 +3184,19 @@ enum iwl_ucode_calib_cfg {
IWL_CALIB_CFG_TX_PWR_IDX = BIT(10),
};

#define IWL_CALIB_INIT_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_NOISE_IDX | \
IWL_CALIB_CFG_CRYSTAL_IDX | \
IWL_CALIB_CFG_TEMPERATURE_IDX | \
IWL_CALIB_CFG_PAPD_IDX | \
IWL_CALIB_CFG_SENSITIVITY_IDX | \
IWL_CALIB_CFG_TX_PWR_IDX)

#define IWL_CALIB_CFG_FLAG_SEND_COMPLETE_NTFY_MSK cpu_to_le32(BIT(0))

struct iwl_calib_cfg_elmnt_s {
__le32 is_enable;
Expand Down

0 comments on commit ba1b683

Please sign in to comment.