On Fri, 2010-03-05 at 15:04 -0800, Mark Sutton wrote:
> Is it possible this is a hardware issue?
It looks like a hardware issue, but maybe it can be worked around.
> BUG: soft lockup - CPU#0 stuck for 61s! [phy0:604]
> Modules linked in: usbhid hid nvidia(P) acpi_cpufreq cpufreq_stats
> cpufreq
On Wed, 2010-03-10 at 13:36 +0100, Julia Lawall wrote:
> mac.c contains the following code:
>
> omask = ath9k_hw_set_interrupts(ah, ah->mask_reg & ~ATH9K_INT_GLOBAL);
...
> Is it correct that the call to ath9k_hw_set_interrupts is masking out what
> appears to be the flag AR_IMR_RXINTM?
Thank y
Hi All,
I'm investigating an issue related with Ath9k driver. I setup dual AP on one
AR9160 chips. Sometimes some kind of station will go into a status that the
link looks like fine but no unicast packet is able to be sent out, however
the broadcast packet can be sent.
When I dump the station inf
On Wed, Mar 10, 2010 at 03:52:20PM -0800, Greg KH wrote:
> On Sun, Feb 28, 2010 at 12:56:43AM +0800, tom.leim...@gmail.com wrote:
> > From: Ming Lei
> >
> > The patch defines the fields of 'valid_single_stream' and 'valid' in
> > struct ath_rate_table as char type, so decrease the size of ath9k.k
On Sun, Feb 28, 2010 at 12:56:43AM +0800, tom.leim...@gmail.com wrote:
> From: Ming Lei
>
> The patch defines the fields of 'valid_single_stream' and 'valid' in
> struct ath_rate_table as char type, so decrease the size of ath9k.ko
> about 2KB.
Why would this be a -stable patch?
confused,
greg
On Thursday 04 March 2010 11:53:12 pm Henning Moll wrote:
> I installed and configured linux-crashdump to get the crash information.
> Finally i was able to extract the following log from VmCore. In this log it
> says:
I get the exact same crash with both compat-wireless 2.6.33 and the latest
u
I have just got a "D-Link DWA-547" PCI Card, I tested it in the
OpenSUSE 11.2 with kernel 2.6.31. At first, the "network setting" cannot
recognize it, and the ath9k doesnot work. By using lspci, I found the chip
in the "D-Link DWA-547" was AR922X, not AR5008(AR5416+AR2133), and it was
hw.c contains the following code:
static void ath9k_hw_init_interrupt_masks(struct ath_hw *ah,
enum nl80211_iftype opmode)
{
ah->mask_reg = AR_IMR_TXERR |
AR_IMR_TXURN |
AR_IMR_RXERR |
AR_IMR_RXORN |