[Click] How to write to /proc in a click element

Javier Sánchez javier.recacha at gmail.com
Mon Jul 27 11:56:39 EDT 2009


Hi,

I think is not possible doing this using sysctl ( sysctl -a | grep
'chan'    no ougtput )

When changing channels, the chip resets and the TX hardware queues
reconfigures. The device may be looked for a short period of time...

>From ath.c :

/*
 * Set/change channels.  If the channel is really being changed,
 * it's done by resetting the chip.  To accomplish this we must
 * first cleanup any pending DMA, then restart stuff after a la
 * ath_init.
 */
static int
ath_chan_set(struct ath_softc *sc, struct ieee80211_channel *chan)

...


May be u can use various virtuals monitor interfaces on differentes channels?

Channel 1
todevice(ath1)

channel2
todevice(ath2)

Regards
Javier


More information about the click mailing list