Module Name: src
Committed By: roy
Date: Fri Apr 8 14:52:56 UTC 2016
Modified Files:
src/sys/dev/ic: ath.c
Log Message:
Revert prior.
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/sys/dev/ic/ath.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/ath.c
diff -u src/sys/dev/ic/ath.c:1.118 src/sys/dev/ic/ath.c:1.119
--- src/sys/dev/ic/ath.c:1.118 Wed Apr 6 15:10:35 2016
+++ src/sys/dev/ic/ath.c Fri Apr 8 14:52:56 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: ath.c,v 1.118 2016/04/06 15:10:35 roy Exp $ */
+/* $NetBSD: ath.c,v 1.119 2016/04/08 14:52:56 roy Exp $ */
/*-
* Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
@@ -41,7 +41,7 @@
__FBSDID("$FreeBSD: src/sys/dev/ath/if_ath.c,v 1.104 2005/09/16 10:09:23 ru Exp $");
#endif
#ifdef __NetBSD__
-__KERNEL_RCSID(0, "$NetBSD: ath.c,v 1.118 2016/04/06 15:10:35 roy Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ath.c,v 1.119 2016/04/08 14:52:56 roy Exp $");
#endif
/*
@@ -158,7 +158,7 @@ static int ath_desc_alloc(struct ath_sof
static void ath_desc_free(struct ath_softc *);
static struct ieee80211_node *ath_node_alloc(struct ieee80211_node_table *);
static void ath_node_free(struct ieee80211_node *);
-static int8_t ath_node_getrssi(const struct ieee80211_node *);
+static u_int8_t ath_node_getrssi(const struct ieee80211_node *);
static int ath_rxbuf_init(struct ath_softc *, struct ath_buf *);
static void ath_recv_mgmt(struct ieee80211com *ic, struct mbuf *m,
struct ieee80211_node *ni,
@@ -2797,7 +2797,7 @@ ath_node_free(struct ieee80211_node *ni)
sc->sc_node_free(ni);
}
-static int8_t
+static u_int8_t
ath_node_getrssi(const struct ieee80211_node *ni)
{
#define HAL_EP_RND(x, mul) \