diff options
author | Eliad Peller <eliad@wizery.com> | 2011-11-09 13:12:45 +0200 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-12-01 15:55:49 +0200 |
commit | 97127e67218e5970a5a7df0513ded730b19a67e9 (patch) | |
tree | d42b7f7e294f790692ede6e74cd07c53b6eb825b /drivers/net/wireless/wl12xx/wl12xx_80211.h | |
parent | 9c1b190b10972be9c0d53c658e537c54de530b7f (diff) |
wl12xx: init CMD_TEMPL_KLV to sizeof(ieee80211_qos_hdr)
The keep alive template should have a max size of
sizeof(struct ieee80211_qos_hdr).
Additionally, Remove the redundant wl12xx_qos_null_data_template
struct.
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl12xx_80211.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl12xx_80211.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/wl12xx/wl12xx_80211.h b/drivers/net/wireless/wl12xx/wl12xx_80211.h index f7971d3b0898..8f0ffaf62309 100644 --- a/drivers/net/wireless/wl12xx/wl12xx_80211.h +++ b/drivers/net/wireless/wl12xx/wl12xx_80211.h @@ -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; |