diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2011-11-07 15:43:11 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2011-11-07 15:43:11 +0000 |
| commit | 6472ac3d8a86336899b6cfb789a4cd9897e3fab5 (patch) | |
| tree | bf1175813c8ae55dc563480a7eadad2ffae50256 /sys/dev/wi | |
| parent | 37c1ff48a96739fe34d68a6602b70f2dca23920b (diff) | |
Notes
Diffstat (limited to 'sys/dev/wi')
| -rw-r--r-- | sys/dev/wi/if_wi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index 69db6a740edad..c31ad7bae3a68 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -166,7 +166,8 @@ wi_write_val(struct wi_softc *sc, int rid, u_int16_t val) return wi_write_rid(sc, rid, &val, sizeof(val)); } -SYSCTL_NODE(_hw, OID_AUTO, wi, CTLFLAG_RD, 0, "Wireless driver parameters"); +static SYSCTL_NODE(_hw, OID_AUTO, wi, CTLFLAG_RD, 0, + "Wireless driver parameters"); static struct timeval lasttxerror; /* time of last tx error msg */ static int curtxeps; /* current tx error msgs/sec */ |
