diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/wireless/nl80211.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c index 864fcb6f217e..258fb881c8e3 100644 --- a/net/wireless/nl80211.c +++ b/net/wireless/nl80211.c | |||
@@ -5283,7 +5283,7 @@ static int nl80211_tx_mgmt(struct sk_buff *skb, struct genl_info *info) | |||
5283 | bool channel_type_valid = false; | 5283 | bool channel_type_valid = false; |
5284 | u32 freq; | 5284 | u32 freq; |
5285 | int err; | 5285 | int err; |
5286 | void *hdr; | 5286 | void *hdr = NULL; |
5287 | u64 cookie; | 5287 | u64 cookie; |
5288 | struct sk_buff *msg = NULL; | 5288 | struct sk_buff *msg = NULL; |
5289 | unsigned int wait = 0; | 5289 | unsigned int wait = 0; |