diff options
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_hw.c')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_hw.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/hostap/hostap_hw.c b/drivers/net/wireless/hostap/hostap_hw.c index 30c215106714..03c81b824242 100644 --- a/drivers/net/wireless/hostap/hostap_hw.c +++ b/drivers/net/wireless/hostap/hostap_hw.c | |||
@@ -1817,7 +1817,6 @@ static int prism2_tx_80211(struct sk_buff *skb, struct net_device *dev) | |||
1817 | struct hostap_interface *iface; | 1817 | struct hostap_interface *iface; |
1818 | local_info_t *local; | 1818 | local_info_t *local; |
1819 | struct hfa384x_tx_frame txdesc; | 1819 | struct hfa384x_tx_frame txdesc; |
1820 | struct hostap_ieee80211_hdr *hdr; | ||
1821 | struct hostap_skb_tx_data *meta; | 1820 | struct hostap_skb_tx_data *meta; |
1822 | int hdr_len, data_len, idx, res, ret = -1; | 1821 | int hdr_len, data_len, idx, res, ret = -1; |
1823 | u16 tx_control, fc; | 1822 | u16 tx_control, fc; |
@@ -1826,7 +1825,6 @@ static int prism2_tx_80211(struct sk_buff *skb, struct net_device *dev) | |||
1826 | local = iface->local; | 1825 | local = iface->local; |
1827 | 1826 | ||
1828 | meta = (struct hostap_skb_tx_data *) skb->cb; | 1827 | meta = (struct hostap_skb_tx_data *) skb->cb; |
1829 | hdr = (struct hostap_ieee80211_hdr *) skb->data; | ||
1830 | 1828 | ||
1831 | prism2_callback(local, PRISM2_CALLBACK_TX_START); | 1829 | prism2_callback(local, PRISM2_CALLBACK_TX_START); |
1832 | 1830 | ||