diff options
Diffstat (limited to 'net/mac80211/tx.c')
-rw-r--r-- | net/mac80211/tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index 9ab49826c15a..1865622003c9 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c | |||
@@ -445,7 +445,7 @@ ieee80211_tx_h_ps_buf(struct ieee80211_tx_data *tx) | |||
445 | static ieee80211_tx_result debug_noinline | 445 | static ieee80211_tx_result debug_noinline |
446 | ieee80211_tx_h_select_key(struct ieee80211_tx_data *tx) | 446 | ieee80211_tx_h_select_key(struct ieee80211_tx_data *tx) |
447 | { | 447 | { |
448 | struct ieee80211_key *key; | 448 | struct ieee80211_key *key = NULL; |
449 | struct ieee80211_tx_info *info = IEEE80211_SKB_CB(tx->skb); | 449 | struct ieee80211_tx_info *info = IEEE80211_SKB_CB(tx->skb); |
450 | struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)tx->skb->data; | 450 | struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)tx->skb->data; |
451 | 451 | ||