aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorWey-Yi Guy <wey-yi.w.guy@intel.com>2011-01-14 08:07:56 -0800
committerJohn W. Linville <linville@tuxdriver.com>2011-01-19 11:36:09 -0500
commit0a65169b1f602b955176cb5f0789139d0fccb041 (patch)
treebe2fcda442db0d8e678a79d8a346224a03afa528 /net
parentath9k_hw: partially revert "fix dma descriptor rx error bit parsing" (diff)
downloadlinux-dev-0a65169b1f602b955176cb5f0789139d0fccb041.tar.xz
linux-dev-0a65169b1f602b955176cb5f0789139d0fccb041.zip
mac80211: mesh only parameter mppath maybe unused
mppath is mesh related parameter and maybe unused Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net')
-rw-r--r--net/mac80211/tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index dc261bbba522..2378305f7534 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -1750,7 +1750,7 @@ netdev_tx_t ieee80211_subif_start_xmit(struct sk_buff *skb,
__le16 fc;
struct ieee80211_hdr hdr;
struct ieee80211s_hdr mesh_hdr __maybe_unused;
- struct mesh_path *mppath = NULL;
+ struct mesh_path __maybe_unused *mppath = NULL;
const u8 *encaps_data;
int encaps_len, skip_header_bytes;
int nh_pos, h_pos;