Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278725
b: refs/heads/master
c: 97127e6
h: refs/heads/master
i:
  278723: f653d69
v: v3
  • Loading branch information
Eliad Peller authored and Luciano Coelho committed Dec 1, 2011
1 parent 77622a0 commit cffece3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 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: 9c1b190b10972be9c0d53c658e537c54de530b7f
refs/heads/master: 97127e67218e5970a5a7df0513ded730b19a67e9
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/wl12xx/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ int wl1271_init_templates_config(struct wl1271 *wl)

ret = wl1271_cmd_template_set(wl, CMD_TEMPL_QOS_NULL_DATA, NULL,
sizeof
(struct wl12xx_qos_null_data_template),
(struct ieee80211_qos_hdr),
0, WL1271_RATE_AUTOMATIC);
if (ret < 0)
return ret;
Expand Down Expand Up @@ -114,8 +114,8 @@ int wl1271_init_templates_config(struct wl1271 *wl)

for (i = 0; i < CMD_TEMPL_KLV_IDX_MAX; i++) {
ret = wl1271_cmd_template_set(wl, CMD_TEMPL_KLV, NULL,
WL1271_CMD_TEMPL_DFLT_SIZE, i,
WL1271_RATE_AUTOMATIC);
sizeof(struct ieee80211_qos_hdr),
i, WL1271_RATE_AUTOMATIC);
if (ret < 0)
return ret;
}
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/net/wireless/wl12xx/wl12xx_80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,6 @@ struct wl12xx_ps_poll_template {
u8 ta[ETH_ALEN];
} __packed;

struct wl12xx_qos_null_data_template {
struct ieee80211_header header;
__le16 qos_ctl;
} __packed;

struct wl12xx_arp_rsp_template {
struct ieee80211_hdr_3addr hdr;

Expand Down

0 comments on commit cffece3

Please sign in to comment.