Re: [ath9k-devel] regarding disabling of carrier sensing in ath9k

2013-04-03 Thread Irene
Have you made any progress in disabling the back off / carrier sense? Because I have a similar project and I would really need some information. Did you made the modifications in the mac.c file? Thank you! ___ ath9k-devel mailing list

Re: [ath9k-devel] regarding disabling of carrier sensing in ath9k

2012-04-04 Thread srinivas prasad
hi, Thanks for the reply Thomas. But compat-wireless doesnt seem to have that call. I am using compat-wireless-3.1.1-1 on voyage linux OS. Thank you Srinivas On Wed, Apr 4, 2012 at 1:25 AM, thomas v thomasv...@gmail.com wrote: Hi, This can be done the by forcing the channel idle bit in the

Re: [ath9k-devel] regarding disabling of carrier sensing in ath9k

2012-04-04 Thread thomas v
Hi Srinivas, Check if this works REG_SET_BIT(ah, AR_DIAG_SW, AR_DIAG_FORCE_CH_IDLE_HIGH); REG_SET_BIT(ah, AR_DIAG_SW, AR_DIAG_IGNORE_VIRT_CS); REG_SET_BIT(ah, AR_D_GBL_IFS_MISC, AR_D_GBL_IFS_MISC_IGNORE_BACKOFF); Regards, Thomas. On Thu, Apr 5, 2012 at 12:07 AM, srinivas prasad

Re: [ath9k-devel] regarding disabling of carrier sensing in ath9k

2012-04-03 Thread srinivas prasad
hi, I tried setting the TXQ_FLAG_BACKOFF_DISABLE flag. It doesnt seem to be the solution either. I also tried setting the cwmin, cwmax, aifs values to be 1,1,1 for all the 4 data queues in hostap. What should be the way to disable carrier sensing in ath9k? If there are any suggestions, it will be

[ath9k-devel] regarding disabling of carrier sensing in ath9k

2012-04-02 Thread srinivas prasad
hi, I need to induce more interference in my experiments. For that, I need to disable carrier sensing at the sender side. I need to know how to do this for AR922X cards interfaced with ath9k driver. Thank you Srinivas ___ ath9k-devel mailing list