Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215279
b: refs/heads/master
c: 642454c
h: refs/heads/master
i:
  215277: 1ac7183
  215275: 22b0727
  215271: 6c351ed
  215263: e7a9e76
v: v3
  • Loading branch information
Shanyu Zhao authored and Wey-Yi Guy committed Oct 7, 2010
1 parent 856edc4 commit 0814f91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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: 65cccfb03d0dc99fd213d57be5f60f8ca6a60824
refs/heads/master: 642454cc0774e0774bc1ccb4292d6dc0abd06d20
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-agn.c
Original file line number Diff line number Diff line change
Expand Up @@ -2062,7 +2062,7 @@ static void iwl_ucode_callback(const struct firmware *ucode_raw, void *context)
struct iwlagn_ucode_capabilities ucode_capa = {
.max_probe_length = 200,
.standard_phy_calibration_size =
IWL_MAX_STANDARD_PHY_CALIBRATE_TBL_SIZE,
IWL_DEFAULT_STANDARD_PHY_CALIBRATE_TBL_SIZE,
};

memset(&pieces, 0, sizeof(pieces));
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -3784,7 +3784,8 @@ struct iwl_enhance_sensitivity_cmd {
*/

/* Phy calibration command for series */

/* The default calibrate table size if not specified by firmware */
#define IWL_DEFAULT_STANDARD_PHY_CALIBRATE_TBL_SIZE 18
enum {
IWL_PHY_CALIBRATE_DIFF_GAIN_CMD = 7,
IWL_PHY_CALIBRATE_DC_CMD = 8,
Expand Down

0 comments on commit 0814f91

Please sign in to comment.