Search Linux Wireless

Re: [PATCH 2/2] ath9k_hw: improve ANI processing and rx desensitizing parameters

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Feb 04, 2012 at 02:28:30AM -0800, Adrian Chadd wrote:
> My point is that "use self corr low" isn't exactly and only "weak
> signal detection". My understanding is there's a whole heap of various
> PHY twiddles that set thresholds in the OFDM/CCK decoder.
> Disabling weak detection involves setting those thresholds high so
> they don't trigger on weak signals.
> 
> I'd like to suggest we hold off on committing anything that really
> changes the ANI behaviour without figuring out exactly what's going on
> underneath the hood. I think it's worthwhile filing a bugzilla report
> and stuffing that patch against the bug though, so it's not "lost".
> 
> I can get some further information next week by paying the
> baseband/radio guys a visit. I'll see if we can figure out what's
> going on and why your ANI changes improve in that specific
> environment.
> 
> (As a side note - it'd be nice to eliminate more 'stuck beacon' issues
> that relate to the radio side of things.)
> 
Adrian,

To be very precise, there are two types of weak signal detection logic in our
baseband -

1) normal weak signal detection logic - involves thresholds m1_thresh,
   m2_thresh, m2_Count_thr
2) low weak signal detection logic - involves thresholds m1_thresh_low,
   m2_thresh_low, m2_count_thr_low

Type 2 is intended to handle low weak signals and internally baseband logic does
averaging over larger time windows compared to type 1. In current ANI code,
both types 1) and 2) are clubbed together and called as "weak signal detection".

What we've found in extensive testing is that disabling type 1 and type 2 form of
weak signal detection logic together causes "beacon miss". Disabling both types
1 and type 2 together is definitely harmful to our receiver as it cannot receive
even medium strength signals. Disabling type 2 alone is completely safe which
is what we're doing in this change.  

For disabling type 2 logic alone there is a register field named
"use_self_corr_low". So instead of maxing out threshold values of 3-4 registers
we simply set use_self_corr_low=0 saving register writes. Hepe this could
clarify your question.

--
Rajkumar
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux