diff options
-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 d51ec74cfb62..a6ac9fd248f2 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c | |||
@@ -1701,7 +1701,7 @@ netdev_tx_t ieee80211_subif_start_xmit(struct sk_buff *skb, | |||
1701 | u16 ethertype, hdrlen, meshhdrlen = 0; | 1701 | u16 ethertype, hdrlen, meshhdrlen = 0; |
1702 | __le16 fc; | 1702 | __le16 fc; |
1703 | struct ieee80211_hdr hdr; | 1703 | struct ieee80211_hdr hdr; |
1704 | struct ieee80211s_hdr mesh_hdr; | 1704 | struct ieee80211s_hdr mesh_hdr __maybe_unused; |
1705 | const u8 *encaps_data; | 1705 | const u8 *encaps_data; |
1706 | int encaps_len, skip_header_bytes; | 1706 | int encaps_len, skip_header_bytes; |
1707 | int nh_pos, h_pos; | 1707 | int nh_pos, h_pos; |