Date: Sat, 8 Feb 2003 12:06:22 -0800 (PST) From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 24838 for review Message-ID: <200302082006.h18K6Me5055506@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=24838 Change 24838 by sam@sam_ebb on 2003/02/08 12:06:10 remove extraneous return Affected files ... .. //depot/projects/wlan/sys/net/if_ieee80211subr.c#2 edit Differences ... ==== //depot/projects/wlan/sys/net/if_ieee80211subr.c#2 (text+ko) ==== @@ -3188,7 +3188,6 @@ break; case WI_RID_CUR_TX_RATE: return EPERM; - break; case WI_RID_RTS_THRESH: if (wreq.wi_len != 1) return EINVAL; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302082006.h18K6Me5055506>