Date: Mon, 15 Aug 2005 12:05:46 -0500 From: Sam Pierson <samuel.pierson@gmail.com> To: FreeBSD Hackers <freebsd-hackers@freebsd.org> Subject: calling ath_update_txpow Message-ID: <d9204e4c05081510055b2a7cc2@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi all, I have been looking at this function in if_ath.c: static void ath_update_txpow(struct ath_softc *sc) Is there an example somewhere of using this function in a user-space application to control the signal strength? Up until this point I've just been stringing together system() calls saying "ifconfig ath0 txpower" and it's very dirty. I'd like to be able to actually use the device driver and not ifconfig. -Sam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d9204e4c05081510055b2a7cc2>