projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
229a7ef
)
nl80211: jump to out_err upon unsupported iftype
author
Roel Kluin
<roel.kluin@gmail.com>
Sat, 22 Aug 2009 19:15:49 +0000
(21:15 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 28 Aug 2009 18:40:41 +0000
(14:40 -0400)
Jump to out_err when the iftype is not supported.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/nl80211.c
patch
|
blob
|
history
diff --git
a/net/wireless/nl80211.c
b/net/wireless/nl80211.c
index 71bfc044a93954133605a720dad8abc7d8802b65..eddab097435cd9a0473b6f12f98575e45ef1e0f2 100644
(file)
--- a/
net/wireless/nl80211.c
+++ b/
net/wireless/nl80211.c
@@
-2181,7
+2181,7
@@
static int nl80211_dump_mpath(struct sk_buff *skb,
if (netdev->ieee80211_ptr->iftype != NL80211_IFTYPE_MESH_POINT) {
err = -EOPNOTSUPP;
- goto out;
+ goto out
_err
;
}
while (1) {