Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171055
b: refs/heads/master
c: 1a5c3d6
h: refs/heads/master
i:
  171053: f64a6b4
  171051: 18482c4
  171047: e70b4ae
  171039: 8d531f7
v: v3
  • Loading branch information
Jay Sternberg authored and John W. Linville committed Oct 27, 2009
1 parent af70e0e commit e43374a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fef0640e1e5d5f79c48d1de1f54ed285429b4a6c
refs/heads/master: 1a5c3d61993f56daf15c35bea8d3943f4e835638
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/iwlwifi/iwl-commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ enum {
COEX_EVENT_CMD = 0x5c,

/* Calibration */
TEMPERATURE_NOTIFICATION = 0x62,
CALIBRATION_CFG_CMD = 0x65,
CALIBRATION_RES_NOTIFICATION = 0x66,
CALIBRATION_COMPLETE_NOTIFICATION = 0x67,
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/iwlwifi/iwl-hcmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ const char *get_cmd_string(u8 cmd)
IWL_CMD(CALIBRATION_RES_NOTIFICATION);
IWL_CMD(CALIBRATION_COMPLETE_NOTIFICATION);
IWL_CMD(REPLY_TX_POWER_DBM_CMD);
IWL_CMD(TEMPERATURE_NOTIFICATION);
IWL_CMD(TX_ANT_CONFIGURATION_CMD);
default:
return "UNKNOWN";

Expand Down

0 comments on commit e43374a

Please sign in to comment.