mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
mac80211: fix warning for un-used parameter
mesh_hdr only used when CONFIG_MAC80211_MESH is defined Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
3a59babbee
commit
ff67bb86d4
@ -1701,7 +1701,7 @@ netdev_tx_t ieee80211_subif_start_xmit(struct sk_buff *skb,
|
|||||||
u16 ethertype, hdrlen, meshhdrlen = 0;
|
u16 ethertype, hdrlen, meshhdrlen = 0;
|
||||||
__le16 fc;
|
__le16 fc;
|
||||||
struct ieee80211_hdr hdr;
|
struct ieee80211_hdr hdr;
|
||||||
struct ieee80211s_hdr mesh_hdr;
|
struct ieee80211s_hdr mesh_hdr __maybe_unused;
|
||||||
const u8 *encaps_data;
|
const u8 *encaps_data;
|
||||||
int encaps_len, skip_header_bytes;
|
int encaps_len, skip_header_bytes;
|
||||||
int nh_pos, h_pos;
|
int nh_pos, h_pos;
|
||||||
|
Loading…
Reference in New Issue
Block a user