Re: [ath5k-devel] ATH5K diag register definition typos?

2010-09-26 Thread Jonathan Guerin
Changing the SIFS time (and hence the DIFS time) will not affect CCA - the card will still not transmit if it detects a carrier... Cheers, -- Jonathan Guerin On Mon, Sep 27, 2010 at 2:40 PM, shashi raj singh wrote: > Hi Ryan, > > I am also trying to stop CCA ... after some research, I found t

Re: [ath5k-devel] ATH5K diag register definition typos?

2010-09-26 Thread shashi raj singh
Hi Ryan, I am also trying to stop CCA ... after some research, I found these values. You can try these values and let me know if it works.(last time I saw, these values were not defined in ath5k reg.h) DIAG_FORCE_RXCLR(1<<20) DIAG_IGNORE_NAV (1<<21) code: you

Re: [ath5k-devel] ATH5K diag register definition typos?

2010-09-26 Thread Bruno Randolf
On Fri September 24 2010 08:00:23 Ryan Niemi wrote: > Hello, > > While investigating ways to disable CCA on a AR5212, I observed what may be > a couple typos in ath5k/reg.h (in the 2.6.35 kernel version at least): > > #define AR5K_DIAG_SW_RX_CLEAR_HIGH 0x001 /* Force RX Clear > hig

[ath5k-devel] ATH5K diag register definition typos?

2010-09-23 Thread Ryan Niemi
Hello, While investigating ways to disable CCA on a AR5212, I observed what may be a couple typos in ath5k/reg.h (in the 2.6.35 kernel version at least): #define AR5K_DIAG_SW_RX_CLEAR_HIGH 0x001 /* Force RX Clear high #define AR5K_DIAG_SW_IGNORE_CARR_SENSE 0x002 /* Ignor