Re: calling ath_update_txpow

2005-08-15 Thread Brooks Davis
On Mon, Aug 15, 2005 at 12:05:46PM -0500, Sam Pierson wrote: > 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 stren

calling ath_update_txpow

2005-08-15 Thread Sam Pierson
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 sayin