projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69687a0
)
mac80211: mesh hwmp: fix kfree(skb)
author
Patrick McHardy
<kaber@trash.net>
Tue, 6 May 2008 10:52:07 +0000
(12:52 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 13 May 2008 01:22:18 +0000
(21:22 -0400)
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mesh_hwmp.c
patch
|
blob
|
blame
|
history
diff --git
a/net/mac80211/mesh_hwmp.c
b/net/mac80211/mesh_hwmp.c
index 3df809222d1cbcfc1c88605d0406303ed1d25098..af0cd1e3e2131136026b0851aad60f42db31825f 100644
(file)
--- a/
net/mac80211/mesh_hwmp.c
+++ b/
net/mac80211/mesh_hwmp.c
@@
-120,7
+120,7
@@
static int mesh_path_sel_frame_tx(enum mpath_frame_type action, u8 flags,
*pos++ = WLAN_EID_PREP;
break;
default:
- kfree(skb);
+ kfree
_skb
(skb);
return -ENOTSUPP;
break;
}