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 _______________________________________________ click mailing list [email protected] https://amsterdam.lcs.mit.edu/mailman/listinfo/click
