projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
115dad7
)
mac80211: mesh only parameter mppath maybe unused
author
Wey-Yi Guy
<wey-yi.w.guy@intel.com>
Fri, 14 Jan 2011 16:07:56 +0000
(08:07 -0800)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 19 Jan 2011 16:36:09 +0000
(11:36 -0500)
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>
net/mac80211/tx.c
patch
|
blob
|
blame
|
history
diff --git
a/net/mac80211/tx.c
b/net/mac80211/tx.c
index dc261bbba5220a224432745fe5783bbe0d571209..2378305f7534498170151528d33c369f26326279 100644
(file)
--- 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;