Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224625
b: refs/heads/master
c: 9143302
h: refs/heads/master
i:
  224623: 3925ee6
v: v3
  • Loading branch information
Gery Kahn authored and Luciano Coelho committed Nov 22, 2010
1 parent 0538e7b commit 99e4cc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 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: 00d201001bd4e8a46e3d03c970abcb72256c368b
refs/heads/master: 91433029e42e58d8536299f32fa55cf589adff35
48 changes: 0 additions & 48 deletions trunk/drivers/net/wireless/wl12xx/cmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,6 @@ enum wl1271_channel_tune_bands {

#define WL1271_PD_REFERENCE_POINT_BAND_B_G 0

#define TEST_CMD_P2G_CAL 0x02
#define TEST_CMD_CHANNEL_TUNE 0x0d
#define TEST_CMD_UPDATE_PD_REFERENCE_POINT 0x1d
#define TEST_CMD_INI_FILE_RADIO_PARAM 0x19
#define TEST_CMD_INI_FILE_GENERAL_PARAM 0x1E
#define TEST_CMD_INI_FILE_RF_EXTENDED_PARAM 0x26
Expand Down Expand Up @@ -375,51 +372,6 @@ struct wl1271_ext_radio_parms_cmd {
u8 padding[3];
} __packed;

struct wl1271_cmd_cal_channel_tune {
struct wl1271_cmd_header header;

struct wl1271_cmd_test_header test;

u8 band;
u8 channel;

__le16 radio_status;
} __packed;

struct wl1271_cmd_cal_update_ref_point {
struct wl1271_cmd_header header;

struct wl1271_cmd_test_header test;

__le32 ref_power;
__le32 ref_detector;
u8 sub_band;
u8 padding[3];
} __packed;

#define MAX_TLV_LENGTH 400
#define MAX_NVS_VERSION_LENGTH 12

#define WL1271_CAL_P2G_BAND_B_G BIT(0)

struct wl1271_cmd_cal_p2g {
struct wl1271_cmd_header header;

struct wl1271_cmd_test_header test;

__le16 len;
u8 buf[MAX_TLV_LENGTH];
u8 type;
u8 padding;

__le16 radio_status;
u8 nvs_version[MAX_NVS_VERSION_LENGTH];

u8 sub_band_mask;
u8 padding2;
} __packed;


/*
* There are three types of disconnections:
*
Expand Down

0 comments on commit 99e4cc2

Please sign in to comment.