diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2007-06-06 04:56:04 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2007-06-06 04:56:04 +0000 |
| commit | ae8b7333129fb8d1899c656bf80ebc7b69488b31 (patch) | |
| tree | 4d25ddbe00573c357824a0b6e99446bd49a0eb0c /sys/net80211/ieee80211_input.c | |
| parent | e825cb8f3f34681776966ba4c11a9bb28064bb6b (diff) | |
Notes
Diffstat (limited to 'sys/net80211/ieee80211_input.c')
| -rw-r--r-- | sys/net80211/ieee80211_input.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/net80211/ieee80211_input.c b/sys/net80211/ieee80211_input.c index 2da01723b120..721966898180 100644 --- a/sys/net80211/ieee80211_input.c +++ b/sys/net80211/ieee80211_input.c @@ -1,6 +1,6 @@ /*- * Copyright (c) 2001 Atsushi Onoe - * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -11,12 +11,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * Alternatively, this software may be distributed under the terms of the - * GNU General Public License ("GPL") version 2 as published by the Free - * Software Foundation. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -686,7 +680,7 @@ ieee80211_deliver_data(struct ieee80211com *ic, } } if (m1 != NULL) - IF_HANDOFF(&ifp->if_snd, m1, ifp); + (void) IF_HANDOFF(&ifp->if_snd, m1, ifp); } if (m != NULL) { m->m_pkthdr.rcvif = ifp; |
