aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ieee80211.h
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2005-11-09 11:30:51 -0800
committerJeff Garzik <jgarzik@pobox.com>2005-11-18 13:33:31 -0500
commitcea00da3972806d213a7dbe1b98e889435385e6b (patch)
tree7381ecb51909224f7b55999ca691b1eae6e63116 /include/net/ieee80211.h
parent[PATCH] drivers/net/wireless/hermes.c unsigned int comparision (diff)
downloadlinux-dev-cea00da3972806d213a7dbe1b98e889435385e6b.tar.xz
linux-dev-cea00da3972806d213a7dbe1b98e889435385e6b.zip
[PATCH] git-netdev-all-ieee80211_get_payload-warning-fix
include/net/ieee80211.h: In function `ieee80211_get_payload': include/net/ieee80211.h:1046: warning: control reaches end of non-void function Cc: Jeff Garzik <jgarzik@pobox.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'include/net/ieee80211.h')
-rw-r--r--include/net/ieee80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h
index b93fd8c1d884..cde2f4f4f501 100644
--- a/include/net/ieee80211.h
+++ b/include/net/ieee80211.h
@@ -1042,7 +1042,7 @@ static inline u8 *ieee80211_get_payload(struct ieee80211_hdr *hdr)
case IEEE80211_4ADDR_LEN:
return ((struct ieee80211_hdr_4addr *)hdr)->payload;
}
-
+ return NULL;
}
static inline int ieee80211_is_ofdm_rate(u8 rate)