2009-08-17 22:35:47

by Simon Farnsworth

[permalink] [raw]
Subject: Regulatory problems with ath5k in AP mode

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I'm facing problems using two ath5k miniPCI cards in a single box as a
dual-band access point. I'm using wireless-testing as of commit
d5a88a192e556a7c30f9d425bb6673b5bff5e3f3.

As I'm trying to use the cards for AP mode, I cannot rely on beacons with
regulatory data being present; instead, I have modprobe configured to run
"iw reg set GB" after cfg80211 is loaded, and hostapd.conf files containing
the line "country_code=GB".

My cards both have a regdomain in the EEPROM of 0x0, which my vendor assures
me is the correct regdomain for cards which don't claim any particular
regulatory compliance, and which rely on the host OS getting regulatory
compliance right. I am seeing two problems; firstly, the regulatory
infrastructure insists that I'm in the United States, thus preventing legal
use of the WiFi bands, but allowing me illegal use.

Secondly, I'm seeing different regulatory settings on each card. "iw list"
shows me that in the 2GHz band, phy1 is being allowed to use 27.0 dBm on
channels 1-11, whereas I'm only allowed to use 20.0 dBm, but I'm allowed
channels 1-13. In the 5GHz band, phy1 is allowed 17.0 dBm on channels 36-48,
to my local regulation's 20.0 dBm, reduced power in the (unusable as yet due
to driver limitations) DFS-only channels between 5.490 GHz and 5.710 GHz,
and 30 dBm in the illegal channels for my region of 149 to 165.

On phy0, I see that I'm being permitted 20.0 dBm in the 2GHz band (but still
only channels 1-11, and no beaconing permitted in the 5GHz band.

How do I persuade the Atheros drivers that, since I'm using AP mode, the
user-set regulatory domain is correct, and that the domain it selects for
EEPROM regdomain 0x0 is wrong?

Ideally, I would expect both cards to have the same regulatory rules
applied; I would further expect to be able to select a different country's
regulations to the ones selected by default, without losing the card's
calibration settings (which I believe are stored in a way that depends on
the EEPROM regdomain setting). I should note that I'm happy to run a
privately patched kernel, if that's the only way to do what I want, but I'm
still concerned about the differing regulatory rules between the two cards.

The relevant chunk of dmesg follows, and I can provide any other needed
information upon request:

[ 1.857433] cfg80211: Calling CRDA to update world regulatory domain
[ 1.891579] cfg80211: Calling CRDA for country: GB
[ 2.015975] ath5k 0000:02:04.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 2.016204] ath5k 0000:02:04.0: registered as 'phy0'
[ 2.152564] ath: EEPROM regdomain: 0x0
[ 2.152574] ath: EEPROM indicates default country code should be used
[ 2.152580] ath: doing EEPROM country->regdmn map search
[ 2.152589] ath: country maps to regdmn code: 0x3a
[ 2.152595] ath: Country alpha2 being used: US
[ 2.152601] ath: Regpair used: 0x3a
[ 2.264328] phy0: Selected rate control algorithm 'minstrel'
[ 2.264822] ath5k phy0: Atheros AR5414 chip found (MAC: 0xa5, PHY: 0x61)
[ 2.265041] alloc irq_desc for 17 on node -1
[ 2.265048] alloc kstat_irqs on node -1
[ 2.265066] ath5k 0000:02:08.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 2.265276] ath5k 0000:02:08.0: registered as 'phy1'
[ 2.400795] ath: EEPROM regdomain: 0x0
[ 2.400805] ath: EEPROM indicates default country code should be used
[ 2.400812] ath: doing EEPROM country->regdmn map search
[ 2.400821] ath: country maps to regdmn code: 0x3a
[ 2.400827] ath: Country alpha2 being used: US
[ 2.400832] ath: Regpair used: 0x3a
[ 2.400924] cfg80211: Calling CRDA for country: US
[ 2.403133] phy1: Selected rate control algorithm 'minstrel'
[ 2.403636] ath5k phy1: Atheros AR5414 chip found (MAC: 0xa5, PHY: 0x61)
[ 2.403867] cfg80211: Calling CRDA for country: US
[ 3.076972] cfg80211: Current regulatory domain intersected:
[ 3.077089] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 3.077277] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3.077386] (2457000 KHz - 2472000 KHz @ 15000 KHz), (300 mBi, 2000 mBm)
[ 3.077494] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
[ 3.077602] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3.082954] cfg80211: Current regulatory domain intersected:
[ 3.083078] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 3.083278] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3.083392] (2457000 KHz - 2472000 KHz @ 15000 KHz), (300 mBi, 2000 mBm)
[ 3.083504] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
[ 3.083616] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

- --
Thanks in advance for your help,

Simon Farnsworth
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkqJvRoACgkQSWe+XpRKvi0LrwCfVEMPoShTcFGE3SMTJyv0tT6u
IHQAnjCelYIVpCaxEoZIvKpUzQB9tJn1
=FGOO
-----END PGP SIGNATURE-----




2009-08-20 09:03:57

by Simon Farnsworth

[permalink] [raw]
Subject: Re: Regulatory problems with ath5k in AP mode

On Thursday 20 August 2009 01:20:58 Luis R. Rodriguez wrote:
> On Mon, Aug 17, 2009 at 1:27 PM, Simon Farnsworth<[email protected]> wrote:
> > As I'm trying to use the cards for AP mode, I cannot rely on beacons with
> > regulatory data being present;
>
> Regulatory questions are often and I try really hard to answer them
> first through documentation so it seems we need to improve
> documentation further. To be thorough though I'd first like to ask if
> you have read all this:
>
> Linux regulatory docs:
>
> http://wireless.kernel.org/en/developers/Regulatory
>
> Atheros shared module documentation (ath.ko):
>
> http://wireless.kernel.org/en/users/Drivers/ath
>
I've read both of those - they're why I'm not simply overriding the EEPROM
by hacking ath5k.ko around.

> > instead, I have modprobe configured to run
> > "iw reg set GB" after cfg80211 is loaded,
>
> How do you have modprove configured to do that? Are you using
> ieee80211_regdom module parameter? If so please consider just using
> 'iw' or hostapd configured as you have below.
>
In /etc/modprobe.d/regulatory, I have a line:
install cfg80211 /sbin/modprobe --ignore-install cfg80211 ; /usr/local/sbin/iw reg set GB

> > My cards both have a regdomain in the EEPROM of 0x0,
>
> This is something that the manufacturer would have decided on.
>
> > which my vendor assures
> > me is the correct regdomain for cards which don't claim any particular
> > regulatory compliance,
>
> Who exactly did you speak to?
>
> Atheros uses 0x0 for a default mapping to the US.
>
I spoke to Mikrotik, who manufactured the R52 card I'm using. They assured
me that EEPROM regdomain 0x0 was correct for a card with no knowledge of
what regulatory domain it would be sold in, and in any case, told me that
it works fine with the driver they have from Atheros, so it must be an
upstream kernel bug.

> > thus preventing legal
> > use of the WiFi bands, but allowing me illegal use.
>
> This is no different than considering the case of when you ship an
> access point from JP to the US and you start beaconing on channel 13.
> You are violating local US regulatory laws if your configuration was
> to beacon on channel 13. If you take a US AP to the JP you then are
> prevented from usage of the allowed channel 13.
>
> I realize it may seem silly, and in fact I agree, but that is the law.
> If you were to bring an AP from JP to the US *with* a regulatory
> domain which matches the JP SKUs and therefore are allowed to beacon
> on channel 13 we give you the flexibility in Linux to enhance
> compliance and indicate you are on in the US and disable channel 13.
> Now, as much as I would love for it to be the case that the other way
> around should be enabled it is not, and although technically it is
> feasible, it is just not something agreeable to current regulatory
> agencies. Maybe one day it will be for 802.11, who knows.
>
> Anyway in your case since the device sends a regulatory hint for "US"
> first, and then you say "GB" the card will *always* respect first
> "US", and "GB" is just used to further help compliance.
>
So, if I understand correctly, this is not considered a bug by you or the
card manufacturer, both of whom insist that the other one is wrong. Am I
right in thinking that the easiest way to resolve this is to stick with an
unmodified kernel, but to use my own regulatory database that treats US as
GB?

> > Secondly, I'm seeing different regulatory settings on each card. "iw
> > list" shows me that in the 2GHz band, phy1 is being allowed to use 27.0
> > dBm on channels 1-11, whereas I'm only allowed to use 20.0 dBm, but I'm
> > allowed channels 1-13.
>
> I did not understand the last part, can you rephrase this again?
>
Easiest to look at the full iw list output below, and remember that my
local regulatory domain is GB, which is also the domain the cards were sold
as having.

> > In the 5GHz band, phy1 is allowed 17.0 dBm on channels 36-48,
> > to my local regulation's 20.0 dBm, reduced power in the (unusable as yet
> > due to driver limitations) DFS-only channels between 5.490 GHz and 5.710
> > GHz, and 30 dBm in the illegal channels for my region of 149 to 165.
>
> OK, first lets review US and GB regulatory domain:
>
> country GB:
> (2402 - 2482 @ 40), (N/A, 20)
> (5170 - 5250 @ 40), (N/A, 20)
> (5250 - 5330 @ 40), (N/A, 20), DFS
> (5490 - 5710 @ 40), (N/A, 27), DFS
>
> country US:
> (2402 - 2472 @ 40), (3, 27)
> (5170 - 5250 @ 40), (3, 17)
> (5250 - 5330 @ 40), (3, 20), DFS
> (5490 - 5710 @ 40), (3, 20), DFS
> (5735 - 5835 @ 40), (3, 30)
>
> Now here is what an intersection yields for me between US and GB:
>
> mcgrof@tux ~/devel/crda (git::master)$ sudo ./intersect
> ../wireless-regdb/regulatory.bin
> GB (4) intersect US (5) ==> 4 rules
> Only one intersection completed
> == World regulatory domain: ==
> country 99:
> (2402.000 - 2472.000 @ 40.000), (N/A, 20.00)
> (5170.000 - 5250.000 @ 40.000), (N/A, 17.00)
> (5250.000 - 5330.000 @ 40.000), (N/A, 20.00), DFS
> (5490.000 - 5710.000 @ 40.000), (N/A, 20.00), DFS
>
> So since your card is programmed for the "US" that information is
> *always* respected. GB info is only used to further help compliance.
> This means whatever channels are not allowed by the "US" regulatory
> domain will never be allowed on your card even if you say you are in
> "GB".
>
> > On phy0, I see that I'm being permitted 20.0 dBm in the 2GHz band (but
> > still only channels 1-11, and no beaconing permitted in the 5GHz band.
>
> Interesting, consider that phy0 is the first device detected, its
> regulatory hint would have first listened to, since both devices have
> the same regulatory domain according to what you are indicating they
> would agree.
>
> And instead of reading your interpretation of what is allowed or not
> can you please instead provide the 'iw list' output?
>
iw list gives me:

$ sudo iw list
Wiphy phy1
Band 1:
Frequencies:
* 2412 MHz [1] (20.0 dBm)
* 2417 MHz [2] (20.0 dBm)
* 2422 MHz [3] (20.0 dBm)
* 2427 MHz [4] (20.0 dBm)
* 2432 MHz [5] (20.0 dBm)
* 2437 MHz [6] (20.0 dBm)
* 2442 MHz [7] (20.0 dBm)
* 2447 MHz [8] (20.0 dBm)
* 2452 MHz [9] (20.0 dBm)
* 2457 MHz [10] (20.0 dBm)
* 2462 MHz [11] (20.0 dBm)
* 2467 MHz [12] (20.0 dBm)
* 2472 MHz [13] (20.0 dBm)
* 2484 MHz [14] (disabled)
Bitrates (non-HT):
* 1.0 Mbps
* 2.0 Mbps (short preamble supported)
* 5.5 Mbps (short preamble supported)
* 11.0 Mbps (short preamble supported)
* 6.0 Mbps
* 9.0 Mbps
* 12.0 Mbps
* 18.0 Mbps
* 24.0 Mbps
* 36.0 Mbps
* 48.0 Mbps
* 54.0 Mbps
Band 2:
Frequencies:
* 5180 MHz [36] (20.0 dBm)
* 5200 MHz [40] (20.0 dBm)
* 5220 MHz [44] (20.0 dBm)
* 5240 MHz [48] (20.0 dBm)
* 5260 MHz [52] (20.0 dBm) (passive scanning, no IBSS, radar detection)
* 5280 MHz [56] (20.0 dBm) (passive scanning, no IBSS, radar detection)
* 5300 MHz [60] (20.0 dBm) (passive scanning, no IBSS, radar detection)
* 5320 MHz [64] (20.0 dBm) (passive scanning, no IBSS, radar detection)
* 5500 MHz [100] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5520 MHz [104] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5540 MHz [108] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5560 MHz [112] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5580 MHz [116] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5600 MHz [120] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5620 MHz [124] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5640 MHz [128] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5660 MHz [132] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5680 MHz [136] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5700 MHz [140] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5745 MHz [149] (disabled)
* 5765 MHz [153] (disabled)
* 5785 MHz [157] (disabled)
* 5805 MHz [161] (disabled)
* 5825 MHz [165] (disabled)
Bitrates (non-HT):
* 6.0 Mbps
* 9.0 Mbps
* 12.0 Mbps
* 18.0 Mbps
* 24.0 Mbps
* 36.0 Mbps
* 48.0 Mbps
* 54.0 Mbps
max # scan SSIDs: 4
Supported interface modes:
* IBSS
* managed
* AP
* AP/VLAN
* monitor
* mesh point
Wiphy phy0
Band 1:
Frequencies:
* 2412 MHz [1] (20.0 dBm)
* 2417 MHz [2] (20.0 dBm)
* 2422 MHz [3] (20.0 dBm)
* 2427 MHz [4] (20.0 dBm)
* 2432 MHz [5] (20.0 dBm)
* 2437 MHz [6] (20.0 dBm)
* 2442 MHz [7] (20.0 dBm)
* 2447 MHz [8] (20.0 dBm)
* 2452 MHz [9] (20.0 dBm)
* 2457 MHz [10] (20.0 dBm)
* 2462 MHz [11] (20.0 dBm)
* 2467 MHz [12] (disabled)
* 2472 MHz [13] (disabled)
* 2484 MHz [14] (disabled)
Bitrates (non-HT):
* 1.0 Mbps
* 2.0 Mbps (short preamble supported)
* 5.5 Mbps (short preamble supported)
* 11.0 Mbps (short preamble supported)
* 6.0 Mbps
* 9.0 Mbps
* 12.0 Mbps
* 18.0 Mbps
* 24.0 Mbps
* 36.0 Mbps
* 48.0 Mbps
* 54.0 Mbps
Band 2:
Frequencies:
* 5180 MHz [36] (30.0 dBm) (passive scanning, no IBSS)
* 5200 MHz [40] (30.0 dBm) (passive scanning, no IBSS)
* 5220 MHz [44] (30.0 dBm) (passive scanning, no IBSS)
* 5240 MHz [48] (30.0 dBm) (passive scanning, no IBSS)
* 5260 MHz [52] (30.0 dBm) (passive scanning, no IBSS, radar detection)
* 5280 MHz [56] (30.0 dBm) (passive scanning, no IBSS, radar detection)
* 5300 MHz [60] (30.0 dBm) (passive scanning, no IBSS, radar detection)
* 5320 MHz [64] (30.0 dBm) (passive scanning, no IBSS, radar detection)
* 5500 MHz [100] (disabled)
* 5520 MHz [104] (disabled)
* 5540 MHz [108] (disabled)
* 5560 MHz [112] (disabled)
* 5580 MHz [116] (disabled)
* 5600 MHz [120] (disabled)
* 5620 MHz [124] (disabled)
* 5640 MHz [128] (disabled)
* 5660 MHz [132] (disabled)
* 5680 MHz [136] (disabled)
* 5700 MHz [140] (disabled)
* 5745 MHz [149] (30.0 dBm) (passive scanning, no IBSS)
* 5765 MHz [153] (30.0 dBm) (passive scanning, no IBSS)
* 5785 MHz [157] (30.0 dBm) (passive scanning, no IBSS)
* 5805 MHz [161] (30.0 dBm) (passive scanning, no IBSS)
* 5825 MHz [165] (30.0 dBm) (passive scanning, no IBSS)
Bitrates (non-HT):
* 6.0 Mbps
* 9.0 Mbps
* 12.0 Mbps
* 18.0 Mbps
* 24.0 Mbps
* 36.0 Mbps
* 48.0 Mbps
* 54.0 Mbps
max # scan SSIDs: 4
Supported interface modes:
* IBSS
* managed
* AP
* AP/VLAN
* monitor
* mesh point
$

> > How do I persuade the Atheros drivers that, since I'm using AP mode, the
> > user-set regulatory domain is correct,
>
> You cannot. But information from the user to help compliance is
> certainly welcomed.
>
> > and that the domain it selects for
> > EEPROM regdomain 0x0 is wrong?
>
> Its not wrong per se, it was designed that way and you do disagree
> with it. There is also a lot of historical and legal history behind
> how you ended up with a "US" card in "GB". I hope to have clarified
> that.
>
What I'm hearing from you is that my card is not fit for the purpose it was
sold for - can you point me to Atheros documentation that confirms that
EEPROM regdomain 0x0 is US, so that I can hammer on my vendor? The cards
were sold as suitable for using to create an access point in the GB
regulatory domain, and were bought on the grounds that ath5k exists upstream,
and I like to buy chips with upstream kernel support.

> > Ideally, I would expect both cards to have the same regulatory rules
> > applied;
>
> Indeed, this does seems like a bug.
>
> > I would further expect to be able to select a different country's
> > regulations to the ones selected by default,
>
> Yeah typically that's what users expect but that's not the case.
> Granted there are devices in Linux for which the device has no
> regulatory information at all. In those cases the user does have final
> say on the device. If the vendor does know better though that
> information is respected.
>
> > without losing the card's
> > calibration settings (which I believe are stored in a way that depends on
> > the EEPROM regdomain setting).
>
> Spot on -- calibration is actually very important for device
> functionality, it is actually also used for regulatory conformance on
> what we call 'Conformance Test Limits'. Now this is very Atheros
> specific but the idea is the same between vendors, to respect max EIRP
> on band edges very carefully. The CTL info *also* does provide
> regulatory limits for max EIPR in-band, and not just band edges. This
> information is used to conform to the device's calibrated regulatory
> domain.
>
> > I should note that I'm happy to run a
> > privately patched kernel, if that's the only way to do what I want, but
> > I'm still concerned about the differing regulatory rules between the two
> > cards.
>
> I recommend to help resolve your issues by reporting the issues as you
> have but with detailed logs. Sure you can hack up ath5k and ath9k to
> do weird things, maybe even sing, but I advise against it unless you
> know what you are doing. We do have good support upstream for ath9k
> and ath5k for regulatory and calibration purposes. The point is to
> help you use your device as was intended, we can't help you if you
> take your device out of intended regulatory domain due to the
> differences in calibration settings and because it may make the device
> use settings which could potentially damage it. Things are they way
> they are for a reason, except if there is a bug and I do think you
> have found one.
>
The intended regulatory domain is GB. The card was sold as suitable for use
in GB. Chasing the vendor confirms that in their eyes, the upstream
kernel is buggy when it claims US.

> > The relevant chunk of dmesg follows, and I can provide any other needed
> > information upon request:
> >
> > [ 1.857433] cfg80211: Calling CRDA to update world regulatory domain
> > [ 1.891579] cfg80211: Calling CRDA for country: GB
>
> This probably came from the modprobe thing you have, whatever that
> was. This indicates userspace is being kicked to call /sbin/crda so
> that crda sends the GB regulatory domain to cfg80211. Notice how
> cfg80211 hasn't yet replied though, or maybe it has but cfg80211
> hasn't yet processed anything until later after the other
> regulatory_hint()s.
>
> > [ 2.015975] ath5k 0000:02:04.0: PCI INT A -> GSI 18 (level, low) ->
> > IRQ 18 [ 2.016204] ath5k 0000:02:04.0: registered as 'phy0'
> > [ 2.152564] ath: EEPROM regdomain: 0x0
>
> OK first device has 0x0.
>
> > [ 2.152574] ath: EEPROM indicates default country code should be used
> > [ 2.152580] ath: doing EEPROM country->regdmn map search
> > [ 2.152589] ath: country maps to regdmn code: 0x3a
> > [ 2.152595] ath: Country alpha2 being used: US
>
> and it maps the US.
>
> > [ 2.152601] ath: Regpair used: 0x3a
> > [ 2.264328] phy0: Selected rate control algorithm 'minstrel'
> > [ 2.264822] ath5k phy0: Atheros AR5414 chip found (MAC: 0xa5, PHY:
> > 0x61) [ 2.265041] alloc irq_desc for 17 on node -1
> > [ 2.265048] alloc kstat_irqs on node -1
> > [ 2.265066] ath5k 0000:02:08.0: PCI INT A -> GSI 17 (level, low) ->
> > IRQ 17 [ 2.265276] ath5k 0000:02:08.0: registered as 'phy1'
> > [ 2.400795] ath: EEPROM regdomain: 0x0
>
> Here is the second device and it also has 0x0, ok good.
>
> > [ 2.400805] ath: EEPROM indicates default country code should be used
> > [ 2.400812] ath: doing EEPROM country->regdmn map search
> > [ 2.400821] ath: country maps to regdmn code: 0x3a
> > [ 2.400827] ath: Country alpha2 being used: US
>
> And again "US" is picked up.
>
> > [ 2.400832] ath: Regpair used: 0x3a
> > [ 2.400924] cfg80211: Calling CRDA for country: US
>
> This is the first regulatory_hint() being processed by cfg80211
> module. Eventually userspace udev will kick /sbin/crda and crda will
> send the "US" regulatory domain to cfg80211.
>
> > [ 2.403133] phy1: Selected rate control algorithm 'minstrel'
> > [ 2.403636] ath5k phy1: Atheros AR5414 chip found (MAC: 0xa5, PHY:
> > 0x61) [ 2.403867] cfg80211: Calling CRDA for country: US
>
> Here is the second regulatory_hint() being processed. At this point
> userspace is expected to have run twice and the kernel should have
> received the "US" regulatory domain twice.
>
> Now notice the timestamps below in comparison to the one above:
> > [ 3.076972] cfg80211: Current regulatory domain intersected:
> > [ 3.077089] (start_freq - end_freq @ bandwidth), (max_antenna_gain,
> > max_eirp) [ 3.077277] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300
> > mBi, 2000 mBm) [ 3.077386] (2457000 KHz - 2472000 KHz @ 15000 KHz),
> > (300 mBi, 2000 mBm) [ 3.077494] (5170000 KHz - 5250000 KHz @ 40000
> > KHz), (300 mBi, 1700 mBm) [ 3.077602] (5735000 KHz - 5835000 KHz @
> > 40000 KHz), (300 mBi, 2000 mBm)
>
> Lets compare this against the intersection I ran in userspace:
>
> (2402.000 - 2472.000 @ 40.000), (N/A, 20.00)
> (5170.000 - 5250.000 @ 40.000), (N/A, 17.00)
> (5250.000 - 5330.000 @ 40.000), (N/A, 20.00), DFS
> (5490.000 - 5710.000 @ 40.000), (N/A, 20.00), DFS
>
> A few observations:
>
> * Notice how the 2457000 KHz - 2472000 KHz is present on your ouput
> but not on mine.
>
> * Notice how you have 15000 KHz bandwidth allowed for your 2457000
> KHz - 2472000 KHz frequency range. That bandwidth is there because
> 2472000 minus 2457000 yields 15000, but why the rule is there is not
> clear to me as I am not sure what regulatory domains are being
> intersected here.
>
> * The 2472000 - 2457000 frequency rule is good example of
> overlapping rules which could probably be avoided if we formalize
> regulatory definitions more as Johannes had proved a while ago.
>
> * My intersection yielded 5250.000 - 5330.000 but you do not have this at
> all
>
> * You have 5735000 KHz - 5835000 KHz but should not.
>
> We can debug all this further but first I'd like to see your full log.
> To be clearer I'll also recommend for now for you to not have
> something to trigger a regulatory hint from userspace early, either
> through the ieee80211_regdom module parameter, which you have not
> indicated you have used but I do suspect you did use, or through some
> script upon cfg80211 loading. I don't expect a script to have
> triggered a regulatory hint prior to ath5k loading so I am curious how
> you accomplished this.
>
> What is very curious here is cfg80211 indicates it is already
> intersecting. This to me indicates you have either forgotten to add
> more dmesg info from the initial regulatory domain setting *or* there
> is a bug here between cfg80211 believing it already has processed GB.
> Either way you are certainly right that something is fishy here.
>
> Can you just post your full dmesg log?
>
> > [ 3.082954] cfg80211: Current regulatory domain intersected:
> > [ 3.083078] (start_freq - end_freq @ bandwidth), (max_antenna_gain,
> > max_eirp) [ 3.083278] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300
> > mBi, 2000 mBm) [ 3.083392] (2457000 KHz - 2472000 KHz @ 15000 KHz),
> > (300 mBi, 2000 mBm) [ 3.083504] (5170000 KHz - 5250000 KHz @ 40000
> > KHz), (300 mBi, 1700 mBm) [ 3.083616] (5735000 KHz - 5835000 KHz @
> > 40000 KHz), (300 mBi, 2000 mBm)
>
> This listing is identical as the one above. What is even fishier is
> once you have an intersected regulatory domain IIRC we don't let much
> through anymore.
>
> Please enable in your kernel
>
> CONFIG_CFG80211_REG_DEBUG=y
>
Already done.
> Also please ensure to disable CONFIG_WIRELESS_OLD_REGULATORY and
> please tell me if you had this set or not.
>
Already done - it was not set. Just for sanity's sake, I've attached the
.config that goes with the dmesg.

> Thank you for taking the time to report this.
>
Thank you for responding. It does sound like I'm going to have to work out
how to bypass the regulatory infrastructure - you appear to be confident
that my vendor's wrong, and they're confident that the Linux kernel is wrong.

I'm no longer running the kernel with REG_DEBUG set, as I was hitting a
different bug, but the following logs were produced by it. When I have a
bit more spare time, I'll be updating to a more recent wireless-testing,
and then chasing the minstrel warnings (assuming no-one else has fixed
them in the meantime). I'm confident from reading the code that the
minstrel warnings and the out of txbuf messages are related.

Aug 17 21:32:44 newadsl kernel: [ 0.000000] Linux version 2.6.31-rc6-wl (simon@lister) (gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #9 SMP Mon Aug 17 08:58:42 BST 2009
Aug 17 21:32:44 newadsl kernel: [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.31-rc6-wl root=/dev/sda1 ro libata.force=2:short40c
Aug 17 21:32:44 newadsl kernel: [ 0.000000] KERNEL supported cpus:
Aug 17 21:32:44 newadsl kernel: [ 0.000000] Intel GenuineIntel
Aug 17 21:32:44 newadsl kernel: [ 0.000000] AMD AuthenticAMD
Aug 17 21:32:44 newadsl kernel: [ 0.000000] Centaur CentaurHauls
Aug 17 21:32:44 newadsl kernel: [ 0.000000] BIOS-provided physical RAM map:
Aug 17 21:32:44 newadsl kernel: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] BIOS-e820: 0000000000100000 - 000000007f690000 (usable)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] BIOS-e820: 000000007f690000 - 000000007f6e0000 (reserved)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] BIOS-e820: 000000007f6e0000 - 000000007f6e3000 (ACPI NVS)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] BIOS-e820: 000000007f6e3000 - 000000007f6f0000 (ACPI data)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] BIOS-e820: 000000007f6f0000 - 000000007f700000 (reserved)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] DMI 2.2 present.
Aug 17 21:32:44 newadsl kernel: [ 0.000000] last_pfn = 0x7f690 max_arch_pfn = 0x400000000
Aug 17 21:32:44 newadsl kernel: [ 0.000000] MTRR default type: uncachable
Aug 17 21:32:44 newadsl kernel: [ 0.000000] MTRR fixed ranges enabled:
Aug 17 21:32:44 newadsl kernel: [ 0.000000] 00000-9FFFF write-back
Aug 17 21:32:44 newadsl kernel: [ 0.000000] A0000-BFFFF uncachable
Aug 17 21:32:44 newadsl kernel: [ 0.000000] C0000-C9FFF write-protect
Aug 17 21:32:44 newadsl kernel: [ 0.000000] CA000-EFFFF uncachable
Aug 17 21:32:44 newadsl kernel: [ 0.000000] F0000-FFFFF write-through
Aug 17 21:32:44 newadsl kernel: [ 0.000000] MTRR variable ranges enabled:
Aug 17 21:32:44 newadsl kernel: [ 0.000000] 0 base 000000000 mask 080000000 write-back
Aug 17 21:32:44 newadsl kernel: [ 0.000000] 1 base 07F800000 mask 0FF800000 uncachable
Aug 17 21:32:44 newadsl kernel: [ 0.000000] 2 base 07F700000 mask 0FFF00000 uncachable
Aug 17 21:32:44 newadsl kernel: [ 0.000000] 3 disabled
Aug 17 21:32:44 newadsl kernel: [ 0.000000] 4 disabled
Aug 17 21:32:44 newadsl kernel: [ 0.000000] 5 disabled
Aug 17 21:32:44 newadsl kernel: [ 0.000000] 6 disabled
Aug 17 21:32:44 newadsl kernel: [ 0.000000] 7 disabled
Aug 17 21:32:44 newadsl kernel: [ 0.000000] initial memory mapped : 0 - 20000000
Aug 17 21:32:44 newadsl kernel: [ 0.000000] init_memory_mapping: 0000000000000000-000000007f690000
Aug 17 21:32:44 newadsl kernel: [ 0.000000] 0000000000 - 007f600000 page 2M
Aug 17 21:32:44 newadsl kernel: [ 0.000000] 007f600000 - 007f690000 page 4k
Aug 17 21:32:44 newadsl kernel: [ 0.000000] kernel direct mapping tables up to 7f690000 @ 8000-c000
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: RSDP 00000000000f7f80 00014 (v00 IntelR)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: RSDT 000000007f6e3000 00030 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: FACP 000000007f6e3080 00074 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: DSDT 000000007f6e3100 050A5 (v01 INTELR AWRDACPI 00001000 MSFT 03000000)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: FACS 000000007f6e0000 00040
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: MCFG 000000007f6e8280 0003C (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: APIC 000000007f6e81c0 00084 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000
Aug 17 21:32:44 newadsl kernel: [ 0.000000] (6 early reservations) ==> bootmem [0000000000 - 007f690000]
Aug 17 21:32:44 newadsl kernel: [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
Aug 17 21:32:44 newadsl kernel: [ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
Aug 17 21:32:44 newadsl kernel: [ 0.000000] #2 [0001000000 - 00014c0ab4] TEXT DATA BSS ==> [0001000000 - 00014c0ab4]
Aug 17 21:32:44 newadsl kernel: [ 0.000000] #3 [000009f000 - 0000100000] BIOS reserved ==> [000009f000 - 0000100000]
Aug 17 21:32:44 newadsl kernel: [ 0.000000] #4 [00014c1000 - 00014c106e] BRK ==> [00014c1000 - 00014c106e]
Aug 17 21:32:44 newadsl kernel: [ 0.000000] #5 [0000008000 - 000000a000] PGTABLE ==> [0000008000 - 000000a000]
Aug 17 21:32:44 newadsl kernel: [ 0.000000] [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff880001a00000-ffff8800035fffff] on node 0
Aug 17 21:32:44 newadsl kernel: [ 0.000000] Zone PFN ranges:
Aug 17 21:32:44 newadsl kernel: [ 0.000000] DMA 0x00000000 -> 0x00001000
Aug 17 21:32:44 newadsl kernel: [ 0.000000] DMA32 0x00001000 -> 0x00100000
Aug 17 21:32:44 newadsl kernel: [ 0.000000] Normal 0x00100000 -> 0x00100000
Aug 17 21:32:44 newadsl kernel: [ 0.000000] Movable zone start PFN for each node
Aug 17 21:32:44 newadsl kernel: [ 0.000000] early_node_map[2] active PFN ranges
Aug 17 21:32:44 newadsl kernel: [ 0.000000] 0: 0x00000000 -> 0x0000009f
Aug 17 21:32:44 newadsl kernel: [ 0.000000] 0: 0x00000100 -> 0x0007f690
Aug 17 21:32:44 newadsl kernel: [ 0.000000] On node 0 totalpages: 521775
Aug 17 21:32:44 newadsl kernel: [ 0.000000] DMA zone: 56 pages used for memmap
Aug 17 21:32:44 newadsl kernel: [ 0.000000] DMA zone: 102 pages reserved
Aug 17 21:32:44 newadsl kernel: [ 0.000000] DMA zone: 3841 pages, LIFO batch:0
Aug 17 21:32:44 newadsl kernel: [ 0.000000] DMA32 zone: 7079 pages used for memmap
Aug 17 21:32:44 newadsl kernel: [ 0.000000] DMA32 zone: 510697 pages, LIFO batch:31
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x408
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
Aug 17 21:32:44 newadsl kernel: [ 0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: IRQ0 used by override.
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: IRQ2 used by override.
Aug 17 21:32:44 newadsl kernel: [ 0.000000] ACPI: IRQ9 used by override.
Aug 17 21:32:44 newadsl kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information
Aug 17 21:32:44 newadsl kernel: [ 0.000000] 4 Processors exceeds NR_CPUS limit of 2
Aug 17 21:32:44 newadsl kernel: [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
Aug 17 21:32:44 newadsl kernel: [ 0.000000] nr_irqs_gsi: 24
Aug 17 21:32:44 newadsl kernel: [ 0.000000] Allocating PCI resources starting at 7f700000 (gap: 7f700000:60900000)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] NR_CPUS:2 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
Aug 17 21:32:44 newadsl kernel: [ 0.000000] PERCPU: Embedded 25 pages at ffff8800014d2000, static data 70944 bytes
Aug 17 21:32:44 newadsl kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 514538
Aug 17 21:32:44 newadsl kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.31-rc6-wl root=/dev/sda1 ro libata.force=2:short40c
Aug 17 21:32:44 newadsl kernel: [ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] Initializing CPU#0
Aug 17 21:32:44 newadsl kernel: [ 0.000000] Checking aperture...
Aug 17 21:32:44 newadsl kernel: [ 0.000000] No AGP bridge found
Aug 17 21:32:44 newadsl kernel: [ 0.000000] Memory: 2049640k/2087488k available (2821k kernel code, 388k absent, 36948k reserved, 1297k data, 384k init)
Aug 17 21:32:44 newadsl kernel: [ 0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Aug 17 21:32:44 newadsl kernel: [ 0.000000] NR_IRQS:4352 nr_irqs:424
Aug 17 21:32:44 newadsl kernel: [ 0.000000] Fast TSC calibration using PIT
Aug 17 21:32:44 newadsl kernel: [ 0.000000] Detected 1600.187 MHz processor.
Aug 17 21:32:44 newadsl kernel: [ 0.000999] Console: colour VGA+ 80x25
Aug 17 21:32:44 newadsl kernel: [ 0.000999] console [tty0] enabled
Aug 17 21:32:44 newadsl kernel: [ 0.001012] Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.37 BogoMIPS (lpj=1600187)
Aug 17 21:32:44 newadsl kernel: [ 0.001289] Mount-cache hash table entries: 256
Aug 17 21:32:44 newadsl kernel: [ 0.001686] CPU: L1 I cache: 32K, L1 D cache: 24K
Aug 17 21:32:44 newadsl kernel: [ 0.001822] CPU: L2 cache: 512K
Aug 17 21:32:44 newadsl kernel: [ 0.001928] CPU: Physical Processor ID: 0
Aug 17 21:32:44 newadsl kernel: [ 0.002007] CPU: Processor Core ID: 0
Aug 17 21:32:44 newadsl kernel: [ 0.002114] mce: CPU supports 5 MCE banks
Aug 17 21:32:44 newadsl kernel: [ 0.002230] CPU0: Thermal monitoring enabled (TM1)
Aug 17 21:32:44 newadsl kernel: [ 0.002341] using mwait in idle threads.
Aug 17 21:32:44 newadsl kernel: [ 0.002468] Freeing SMP alternatives: 29k freed
Aug 17 21:32:44 newadsl kernel: [ 0.002620] ACPI: Core revision 20090521
Aug 17 21:32:44 newadsl kernel: [ 0.015077] Setting APIC routing to flat
Aug 17 21:32:44 newadsl kernel: [ 0.016264] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug 17 21:32:44 newadsl kernel: [ 0.026384] CPU0: Intel(R) Atom(TM) CPU 230 @ 1.60GHz stepping 02
Aug 17 21:32:44 newadsl kernel: [ 0.026995] Booting processor 1 APIC 0x1 ip 0x6000
Aug 17 21:32:44 newadsl kernel: [ 0.000999] Initializing CPU#1
Aug 17 21:32:44 newadsl kernel: [ 0.000999] Calibrating delay using timer specific routine.. 3199.12 BogoMIPS (lpj=1599562)
Aug 17 21:32:44 newadsl kernel: [ 0.000999] CPU: L1 I cache: 32K, L1 D cache: 24K
Aug 17 21:32:44 newadsl kernel: [ 0.000999] CPU: L2 cache: 512K
Aug 17 21:32:44 newadsl kernel: [ 0.000999] CPU: Physical Processor ID: 0
Aug 17 21:32:44 newadsl kernel: [ 0.000999] CPU: Processor Core ID: 0
Aug 17 21:32:44 newadsl kernel: [ 0.000999] mce: CPU supports 5 MCE banks
Aug 17 21:32:44 newadsl kernel: [ 0.000999] CPU1: Thermal monitoring enabled (TM2)
Aug 17 21:32:44 newadsl kernel: [ 0.097185] CPU1: Intel(R) Atom(TM) CPU 230 @ 1.60GHz stepping 02
Aug 17 21:32:44 newadsl kernel: [ 0.098127] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Aug 17 21:32:44 newadsl kernel: [ 0.099018] Brought up 2 CPUs
Aug 17 21:32:44 newadsl kernel: [ 0.099127] Total of 2 processors activated (6399.49 BogoMIPS).
Aug 17 21:32:44 newadsl kernel: [ 0.100175] NET: Registered protocol family 16
Aug 17 21:32:44 newadsl kernel: [ 0.101043] ACPI: bus type pci registered
Aug 17 21:32:44 newadsl kernel: [ 0.101169] PCI: Found Intel Corporation 945G/GZ/P/PL Express Memory Controller Hub with MMCONFIG support.
Aug 17 21:32:44 newadsl kernel: [ 0.101226] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
Aug 17 21:32:44 newadsl kernel: [ 0.101338] PCI: MCFG area at e0000000 reserved in E820
Aug 17 21:32:44 newadsl kernel: [ 0.107632] PCI: Using MMCONFIG at e0000000 - efffffff
Aug 17 21:32:44 newadsl kernel: [ 0.107750] PCI: Using configuration type 1 for base access
Aug 17 21:32:44 newadsl kernel: [ 0.115167] bio: create slab <bio-0> at 0
Aug 17 21:32:44 newadsl kernel: [ 0.116878] ACPI: EC: Look up EC in DSDT
Aug 17 21:32:44 newadsl kernel: [ 0.131513] ACPI: Interpreter enabled
Aug 17 21:32:44 newadsl kernel: [ 0.131632] ACPI: (supports S0 S5)
Aug 17 21:32:44 newadsl kernel: [ 0.131805] ACPI: Using IOAPIC for interrupt routing
Aug 17 21:32:44 newadsl kernel: [ 0.147235] ACPI: No dock devices found.
Aug 17 21:32:44 newadsl kernel: [ 0.147553] ACPI: PCI Root Bridge [PCI0] (0000:00)
Aug 17 21:32:44 newadsl kernel: [ 0.148228] pci 0000:00:02.0: reg 10 32bit mmio: [0xfdf00000-0xfdf7ffff]
Aug 17 21:32:44 newadsl kernel: [ 0.148228] pci 0000:00:02.0: reg 14 io port: [0xff00-0xff07]
Aug 17 21:32:44 newadsl kernel: [ 0.148228] pci 0000:00:02.0: reg 18 32bit mmio: [0xd0000000-0xdfffffff]
Aug 17 21:32:44 newadsl kernel: [ 0.148228] pci 0000:00:02.0: reg 1c 32bit mmio: [0xfdf80000-0xfdfbffff]
Aug 17 21:32:44 newadsl kernel: [ 0.148228] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Aug 17 21:32:44 newadsl kernel: [ 0.148228] pci 0000:00:1c.0: PME# disabled
Aug 17 21:32:44 newadsl kernel: [ 0.148312] pci 0000:00:1d.0: reg 20 io port: [0xfe00-0xfe1f]
Aug 17 21:32:44 newadsl kernel: [ 0.148375] pci 0000:00:1d.1: reg 20 io port: [0xfd00-0xfd1f]
Aug 17 21:32:44 newadsl kernel: [ 0.148437] pci 0000:00:1d.2: reg 20 io port: [0xfc00-0xfc1f]
Aug 17 21:32:44 newadsl kernel: [ 0.148499] pci 0000:00:1d.3: reg 20 io port: [0xfb00-0xfb1f]
Aug 17 21:32:44 newadsl kernel: [ 0.148580] pci 0000:00:1d.7: reg 10 32bit mmio: [0xfdfff000-0xfdfff3ff]
Aug 17 21:32:44 newadsl kernel: [ 0.148641] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Aug 17 21:32:44 newadsl kernel: [ 0.148755] pci 0000:00:1d.7: PME# disabled
Aug 17 21:32:44 newadsl kernel: [ 0.149014] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
Aug 17 21:32:44 newadsl kernel: [ 0.149026] pci 0000:00:1f.0: quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO
Aug 17 21:32:44 newadsl kernel: [ 0.149217] pci 0000:00:1f.0: quirk: region 0480-04bf claimed by ICH6 GPIO
Aug 17 21:32:44 newadsl kernel: [ 0.149330] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 007f)
Aug 17 21:32:44 newadsl kernel: [ 0.149520] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 04e0 (mask 001f)
Aug 17 21:32:44 newadsl kernel: [ 0.149768] pci 0000:00:1f.2: reg 10 io port: [0x00-0x07]
Aug 17 21:32:44 newadsl kernel: [ 0.149778] pci 0000:00:1f.2: reg 14 io port: [0x00-0x03]
Aug 17 21:32:44 newadsl kernel: [ 0.149788] pci 0000:00:1f.2: reg 18 io port: [0x00-0x07]
Aug 17 21:32:44 newadsl kernel: [ 0.149798] pci 0000:00:1f.2: reg 1c io port: [0x00-0x03]
Aug 17 21:32:44 newadsl kernel: [ 0.149808] pci 0000:00:1f.2: reg 20 io port: [0xf800-0xf80f]
Aug 17 21:32:44 newadsl kernel: [ 0.149839] pci 0000:00:1f.2: PME# supported from D3hot
Aug 17 21:32:44 newadsl kernel: [ 0.149950] pci 0000:00:1f.2: PME# disabled
Aug 17 21:32:44 newadsl kernel: [ 0.150033] pci 0000:00:1f.3: reg 20 io port: [0x500-0x51f]
Aug 17 21:32:44 newadsl kernel: [ 0.150123] pci 0000:01:00.0: reg 10 io port: [0xce00-0xceff]
Aug 17 21:32:44 newadsl kernel: [ 0.150149] pci 0000:01:00.0: reg 18 64bit mmio: [0xfdbff000-0xfdbfffff]
Aug 17 21:32:44 newadsl kernel: [ 0.150168] pci 0000:01:00.0: reg 20 64bit mmio: [0xfdcf0000-0xfdcfffff]
Aug 17 21:32:44 newadsl kernel: [ 0.150181] pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
Aug 17 21:32:44 newadsl kernel: [ 0.150228] pci 0000:01:00.0: supports D1 D2
Aug 17 21:32:44 newadsl kernel: [ 0.150234] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 17 21:32:44 newadsl kernel: [ 0.150348] pci 0000:01:00.0: PME# disabled
Aug 17 21:32:44 newadsl kernel: [ 0.153077] pci 0000:00:1c.0: bridge io port: [0xc000-0xcfff]
Aug 17 21:32:44 newadsl kernel: [ 0.153086] pci 0000:00:1c.0: bridge 32bit mmio: [0xfdb00000-0xfdbfffff]
Aug 17 21:32:44 newadsl kernel: [ 0.153097] pci 0000:00:1c.0: bridge 64bit mmio pref: [0xfdc00000-0xfdcfffff]
Aug 17 21:32:44 newadsl kernel: [ 0.153138] pci 0000:02:01.0: reg 10 32bit mmio: [0xfdeff000-0xfdeff07f]
Aug 17 21:32:44 newadsl kernel: [ 0.153150] pci 0000:02:01.0: reg 14 32bit mmio: [0xfdef0000-0xfdef7fff]
Aug 17 21:32:44 newadsl kernel: [ 0.153230] pci 0000:02:04.0: reg 10 32bit mmio: [0xfdee0000-0xfdeeffff]
Aug 17 21:32:44 newadsl kernel: [ 0.153336] pci 0000:02:08.0: reg 10 32bit mmio: [0xfded0000-0xfdedffff]
Aug 17 21:32:44 newadsl kernel: [ 0.153433] pci 0000:00:1e.0: transparent bridge
Aug 17 21:32:44 newadsl kernel: [ 0.153545] pci 0000:00:1e.0: bridge io port: [0xd000-0xdfff]
Aug 17 21:32:44 newadsl kernel: [ 0.153553] pci 0000:00:1e.0: bridge 32bit mmio: [0xfde00000-0xfdefffff]
Aug 17 21:32:44 newadsl kernel: [ 0.153564] pci 0000:00:1e.0: bridge 64bit mmio pref: [0xfdd00000-0xfddfffff]
Aug 17 21:32:44 newadsl kernel: [ 0.153581] pci_bus 0000:00: on NUMA node 0
Aug 17 21:32:44 newadsl kernel: [ 0.153595] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Aug 17 21:32:44 newadsl kernel: [ 0.153935] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
Aug 17 21:32:44 newadsl kernel: [ 0.154115] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
Aug 17 21:32:44 newadsl kernel: [ 0.177180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 7 *9 10 11 12 14 15)
Aug 17 21:32:44 newadsl kernel: [ 0.177746] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7 9 *10 11 12 14 15)
Aug 17 21:32:44 newadsl kernel: [ 0.178474] ACPI: PCI Interrupt Link [LNKC] (IRQs *5 7 9 10 11 12 14 15)
Aug 17 21:32:44 newadsl kernel: [ 0.179051] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 9 10 *11 12 14 15)
Aug 17 21:32:44 newadsl kernel: [ 0.179604] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 7 9 10 *11 12 14 15)
Aug 17 21:32:44 newadsl kernel: [ 0.180160] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 7 9 10 11 12 14 15) *0, disabled.
Aug 17 21:32:44 newadsl kernel: [ 0.180833] ACPI: PCI Interrupt Link [LNK0] (IRQs 5 7 9 10 11 12 14 15) *0, disabled.
Aug 17 21:32:44 newadsl kernel: [ 0.181501] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 9 *10 11 12 14 15)
Aug 17 21:32:44 newadsl kernel: [ 0.182468] SCSI subsystem initialized
Aug 17 21:32:44 newadsl kernel: [ 0.183057] libata version 3.00 loaded.
Aug 17 21:32:44 newadsl kernel: [ 0.183059] usbcore: registered new interface driver usbfs
Aug 17 21:32:44 newadsl kernel: [ 0.183059] usbcore: registered new interface driver hub
Aug 17 21:32:44 newadsl kernel: [ 0.183114] usbcore: registered new device driver usb
Aug 17 21:32:44 newadsl kernel: [ 0.184036] PCI: Using ACPI for IRQ routing
Aug 17 21:32:44 newadsl kernel: [ 0.184122] NET: Registered protocol family 8
Aug 17 21:32:44 newadsl kernel: [ 0.184145] NET: Registered protocol family 20
Aug 17 21:32:44 newadsl kernel: [ 0.185168] hpet clockevent registered
Aug 17 21:32:44 newadsl kernel: [ 0.185175] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
Aug 17 21:32:44 newadsl kernel: [ 0.185175] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Aug 17 21:32:44 newadsl kernel: [ 0.185185] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
Aug 17 21:32:44 newadsl kernel: [ 0.188036] pnp: PnP ACPI init
Aug 17 21:32:44 newadsl kernel: [ 0.188161] ACPI: bus type pnp registered
Aug 17 21:32:44 newadsl kernel: [ 0.191283] pnp 00:06: IRQ 4 override to edge, high
Aug 17 21:32:44 newadsl kernel: [ 0.192330] pnp 00:07: IRQ 3 override to edge, high
Aug 17 21:32:44 newadsl kernel: [ 0.197560] pnp: PnP ACPI: found 14 devices
Aug 17 21:32:44 newadsl kernel: [ 0.197671] ACPI: ACPI bus type pnp unregistered
Aug 17 21:32:44 newadsl kernel: [ 0.197802] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
Aug 17 21:32:44 newadsl kernel: [ 0.197916] system 00:01: ioport range 0x290-0x29f has been reserved
Aug 17 21:32:44 newadsl kernel: [ 0.198034] system 00:01: ioport range 0x290-0x297 has been reserved
Aug 17 21:32:44 newadsl kernel: [ 0.198147] system 00:01: ioport range 0x880-0x88f has been reserved
Aug 17 21:32:44 newadsl kernel: [ 0.198275] system 00:0a: ioport range 0x400-0x4bf could not be reserved
Aug 17 21:32:44 newadsl kernel: [ 0.198394] system 00:0c: iomem range 0xe0000000-0xefffffff has been reserved
Aug 17 21:32:44 newadsl kernel: [ 0.198520] system 00:0d: iomem range 0xf0000-0xfffff could not be reserved
Aug 17 21:32:44 newadsl kernel: [ 0.198633] system 00:0d: iomem range 0x7f6e0000-0x7f6fffff could not be reserved
Aug 17 21:32:44 newadsl kernel: [ 0.198821] system 00:0d: iomem range 0x0-0x9ffff could not be reserved
Aug 17 21:32:44 newadsl kernel: [ 0.198934] system 00:0d: iomem range 0x100000-0x7f6dffff could not be reserved
Aug 17 21:32:44 newadsl kernel: [ 0.199126] system 00:0d: iomem range 0xfec00000-0xfec00fff could not be reserved
Aug 17 21:32:44 newadsl kernel: [ 0.199315] system 00:0d: iomem range 0xfed13000-0xfed1dfff has been reserved
Aug 17 21:32:44 newadsl kernel: [ 0.199433] system 00:0d: iomem range 0xfed20000-0xfed8ffff has been reserved
Aug 17 21:32:44 newadsl kernel: [ 0.199545] system 00:0d: iomem range 0xfee00000-0xfee00fff has been reserved
Aug 17 21:32:44 newadsl kernel: [ 0.199659] system 00:0d: iomem range 0xffb00000-0xffb7ffff has been reserved
Aug 17 21:32:44 newadsl kernel: [ 0.199771] system 00:0d: iomem range 0xfff00000-0xffffffff has been reserved
Aug 17 21:32:44 newadsl kernel: [ 0.199886] system 00:0d: iomem range 0xe0000-0xeffff has been reserved
Aug 17 21:32:44 newadsl kernel: [ 0.205589] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:01
Aug 17 21:32:44 newadsl kernel: [ 0.205705] pci 0000:00:1c.0: IO window: 0xc000-0xcfff
Aug 17 21:32:44 newadsl kernel: [ 0.205818] pci 0000:00:1c.0: MEM window: 0xfdb00000-0xfdbfffff
Aug 17 21:32:44 newadsl kernel: [ 0.205933] pci 0000:00:1c.0: PREFETCH window: 0x000000fdc00000-0x000000fdcfffff
Aug 17 21:32:44 newadsl kernel: [ 0.208361] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:02
Aug 17 21:32:44 newadsl kernel: [ 0.208472] pci 0000:00:1e.0: IO window: 0xd000-0xdfff
Aug 17 21:32:44 newadsl kernel: [ 0.208581] pci 0000:00:1e.0: MEM window: 0xfde00000-0xfdefffff
Aug 17 21:32:44 newadsl kernel: [ 0.208691] pci 0000:00:1e.0: PREFETCH window: 0x000000fdd00000-0x000000fddfffff
Aug 17 21:32:44 newadsl kernel: [ 0.208889] alloc irq_desc for 16 on node -1
Aug 17 21:32:44 newadsl kernel: [ 0.208894] alloc kstat_irqs on node -1
Aug 17 21:32:44 newadsl kernel: [ 0.208906] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Aug 17 21:32:44 newadsl kernel: [ 0.209019] pci 0000:00:1c.0: setting latency timer to 64
Aug 17 21:32:44 newadsl kernel: [ 0.209031] pci 0000:00:1e.0: setting latency timer to 64
Aug 17 21:32:44 newadsl kernel: [ 0.209041] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
Aug 17 21:32:44 newadsl kernel: [ 0.209047] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
Aug 17 21:32:44 newadsl kernel: [ 0.209054] pci_bus 0000:01: resource 0 io: [0xc000-0xcfff]
Aug 17 21:32:44 newadsl kernel: [ 0.209061] pci_bus 0000:01: resource 1 mem: [0xfdb00000-0xfdbfffff]
Aug 17 21:32:44 newadsl kernel: [ 0.209067] pci_bus 0000:01: resource 2 pref mem [0xfdc00000-0xfdcfffff]
Aug 17 21:32:44 newadsl kernel: [ 0.209074] pci_bus 0000:02: resource 0 io: [0xd000-0xdfff]
Aug 17 21:32:44 newadsl kernel: [ 0.209080] pci_bus 0000:02: resource 1 mem: [0xfde00000-0xfdefffff]
Aug 17 21:32:44 newadsl kernel: [ 0.209086] pci_bus 0000:02: resource 2 pref mem [0xfdd00000-0xfddfffff]
Aug 17 21:32:44 newadsl kernel: [ 0.209093] pci_bus 0000:02: resource 3 io: [0x00-0xffff]
Aug 17 21:32:44 newadsl kernel: [ 0.209099] pci_bus 0000:02: resource 4 mem: [0x000000-0xffffffffffffffff]
Aug 17 21:32:44 newadsl kernel: [ 0.209135] NET: Registered protocol family 2
Aug 17 21:32:44 newadsl kernel: [ 0.209308] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
Aug 17 21:32:44 newadsl kernel: [ 0.210245] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
Aug 17 21:32:44 newadsl kernel: [ 0.214251] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Aug 17 21:32:44 newadsl kernel: [ 0.215329] TCP: Hash tables configured (established 262144 bind 65536)
Aug 17 21:32:44 newadsl kernel: [ 0.215461] TCP reno registered
Aug 17 21:32:44 newadsl kernel: [ 0.215750] NET: Registered protocol family 1
Aug 17 21:32:44 newadsl kernel: [ 0.224747] msgmni has been set to 4004
Aug 17 21:32:44 newadsl kernel: [ 0.225364] alg: No test for stdrng (krng)
Aug 17 21:32:44 newadsl kernel: [ 0.225499] io scheduler noop registered (default)
Aug 17 21:32:44 newadsl kernel: [ 0.225627] pci 0000:00:02.0: Boot video device
Aug 17 21:32:44 newadsl kernel: [ 0.226017] alloc irq_desc for 24 on node -1
Aug 17 21:32:44 newadsl kernel: [ 0.226023] alloc kstat_irqs on node -1
Aug 17 21:32:44 newadsl kernel: [ 0.226039] pcieport-driver 0000:00:1c.0: irq 24 for MSI/MSI-X
Aug 17 21:32:44 newadsl kernel: [ 0.226054] pcieport-driver 0000:00:1c.0: setting latency timer to 64
Aug 17 21:32:44 newadsl kernel: [ 0.226859] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
Aug 17 21:32:44 newadsl kernel: [ 0.227067] ACPI: Power Button [PWRF]
Aug 17 21:32:44 newadsl kernel: [ 0.227376] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
Aug 17 21:32:44 newadsl kernel: [ 0.227569] ACPI: Power Button [PWRB]
Aug 17 21:32:44 newadsl kernel: [ 0.227982] processor LNXCPU:00: registered as cooling_device0
Aug 17 21:32:44 newadsl kernel: [ 0.228244] processor LNXCPU:01: registered as cooling_device1
Aug 17 21:32:44 newadsl kernel: [ 0.229674] thermal LNXTHERM:01: registered as thermal_zone0
Aug 17 21:32:44 newadsl kernel: [ 0.229801] ACPI: Thermal Zone [THRM] (30 C)
Aug 17 21:32:44 newadsl kernel: [ 0.323226] Linux agpgart interface v0.103
Aug 17 21:32:44 newadsl kernel: [ 0.323340] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Aug 17 21:32:44 newadsl kernel: [ 0.323630] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Aug 17 21:32:44 newadsl kernel: [ 0.324093] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Aug 17 21:32:44 newadsl kernel: [ 0.325554] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Aug 17 21:32:44 newadsl kernel: [ 0.326424] 00:07: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Aug 17 21:32:44 newadsl kernel: [ 0.327219] ata_piix 0000:00:1f.2: version 2.13
Aug 17 21:32:44 newadsl kernel: [ 0.327254] alloc irq_desc for 19 on node -1
Aug 17 21:32:44 newadsl kernel: [ 0.327259] alloc kstat_irqs on node -1
Aug 17 21:32:44 newadsl kernel: [ 0.327272] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Aug 17 21:32:44 newadsl kernel: [ 0.327397] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
Aug 17 21:32:44 newadsl kernel: [ 0.327651] ata_piix 0000:00:1f.2: setting latency timer to 64
Aug 17 21:32:44 newadsl kernel: [ 0.327761] scsi0 : ata_piix
Aug 17 21:32:44 newadsl kernel: [ 0.328170] scsi1 : ata_piix
Aug 17 21:32:44 newadsl kernel: [ 0.329938] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf800 irq 14
Aug 17 21:32:44 newadsl kernel: [ 0.330061] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf808 irq 15
Aug 17 21:32:44 newadsl kernel: [ 0.330332] PPP generic driver version 2.4.2
Aug 17 21:32:44 newadsl kernel: [ 0.330846] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Aug 17 21:32:44 newadsl kernel: [ 0.330994] r8169 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Aug 17 21:32:44 newadsl kernel: [ 0.331153] r8169 0000:01:00.0: setting latency timer to 64
Aug 17 21:32:44 newadsl kernel: [ 0.331204] alloc irq_desc for 25 on node -1
Aug 17 21:32:44 newadsl kernel: [ 0.331209] alloc kstat_irqs on node -1
Aug 17 21:32:44 newadsl kernel: [ 0.331230] r8169 0000:01:00.0: irq 25 for MSI/MSI-X
Aug 17 21:32:44 newadsl kernel: [ 0.331485] eth0: RTL8168c/8111c at 0xffffc90000028000, 00:30:18:a9:57:5f, XID 3c4000c0 IRQ 25
Aug 17 21:32:44 newadsl kernel: [ 0.334533] Solos PCI Driver Version 0.07
Aug 17 21:32:44 newadsl kernel: [ 0.334671] solos 0000:02:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Aug 17 21:32:44 newadsl kernel: [ 0.334804] solos 0000:02:01.0: Solos FPGA Version 0.03 svn-36
Aug 17 21:32:44 newadsl kernel: [ 0.335205] solos 0000:02:01.0: Registered ATM device 0
Aug 17 21:32:44 newadsl kernel: [ 0.335577] solos 0000:02:01.0: Registered ATM device 1
Aug 17 21:32:44 newadsl kernel: [ 0.335781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Aug 17 21:32:44 newadsl kernel: [ 0.335927] alloc irq_desc for 23 on node -1
Aug 17 21:32:44 newadsl kernel: [ 0.335934] alloc kstat_irqs on node -1
Aug 17 21:32:44 newadsl kernel: [ 0.335946] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
Aug 17 21:32:44 newadsl kernel: [ 0.336073] ehci_hcd 0000:00:1d.7: setting latency timer to 64
Aug 17 21:32:44 newadsl kernel: [ 0.336080] ehci_hcd 0000:00:1d.7: EHCI Host Controller
Aug 17 21:32:44 newadsl kernel: [ 0.336200] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
Aug 17 21:32:44 newadsl kernel: [ 0.340343] ehci_hcd 0000:00:1d.7: debug port 1
Aug 17 21:32:44 newadsl kernel: [ 0.340462] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
Aug 17 21:32:44 newadsl kernel: [ 0.340491] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfdfff000
Aug 17 21:32:44 newadsl kernel: [ 0.350377] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Aug 17 21:32:44 newadsl kernel: [ 0.350807] usb usb1: configuration #1 chosen from 1 choice
Aug 17 21:32:44 newadsl kernel: [ 0.351040] hub 1-0:1.0: USB hub found
Aug 17 21:32:44 newadsl kernel: [ 0.351156] hub 1-0:1.0: 8 ports detected
Aug 17 21:32:44 newadsl kernel: [ 0.351458] uhci_hcd: USB Universal Host Controller Interface driver
Aug 17 21:32:44 newadsl kernel: [ 0.351747] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
Aug 17 21:32:44 newadsl kernel: [ 0.351867] uhci_hcd 0000:00:1d.0: setting latency timer to 64
Aug 17 21:32:44 newadsl kernel: [ 0.351874] uhci_hcd 0000:00:1d.0: UHCI Host Controller
Aug 17 21:32:44 newadsl kernel: [ 0.351991] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Aug 17 21:32:44 newadsl kernel: [ 0.352202] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fe00
Aug 17 21:32:44 newadsl kernel: [ 0.352667] usb usb2: configuration #1 chosen from 1 choice
Aug 17 21:32:44 newadsl kernel: [ 0.352896] hub 2-0:1.0: USB hub found
Aug 17 21:32:44 newadsl kernel: [ 0.353018] hub 2-0:1.0: 2 ports detected
Aug 17 21:32:44 newadsl kernel: [ 0.353224] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Aug 17 21:32:44 newadsl kernel: [ 0.353348] uhci_hcd 0000:00:1d.1: setting latency timer to 64
Aug 17 21:32:44 newadsl kernel: [ 0.353355] uhci_hcd 0000:00:1d.1: UHCI Host Controller
Aug 17 21:32:44 newadsl kernel: [ 0.353480] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
Aug 17 21:32:44 newadsl kernel: [ 0.353722] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fd00
Aug 17 21:32:44 newadsl kernel: [ 0.354171] usb usb3: configuration #1 chosen from 1 choice
Aug 17 21:32:44 newadsl kernel: [ 0.354429] hub 3-0:1.0: USB hub found
Aug 17 21:32:44 newadsl kernel: [ 0.354546] hub 3-0:1.0: 2 ports detected
Aug 17 21:32:44 newadsl kernel: [ 0.354749] alloc irq_desc for 18 on node -1
Aug 17 21:32:44 newadsl kernel: [ 0.354755] alloc kstat_irqs on node -1
Aug 17 21:32:44 newadsl kernel: [ 0.354768] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Aug 17 21:32:44 newadsl kernel: [ 0.354888] uhci_hcd 0000:00:1d.2: setting latency timer to 64
Aug 17 21:32:44 newadsl kernel: [ 0.354897] uhci_hcd 0000:00:1d.2: UHCI Host Controller
Aug 17 21:32:44 newadsl kernel: [ 0.355017] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
Aug 17 21:32:44 newadsl kernel: [ 0.355248] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fc00
Aug 17 21:32:44 newadsl kernel: [ 0.355707] usb usb4: configuration #1 chosen from 1 choice
Aug 17 21:32:44 newadsl kernel: [ 0.355941] hub 4-0:1.0: USB hub found
Aug 17 21:32:44 newadsl kernel: [ 0.356060] hub 4-0:1.0: 2 ports detected
Aug 17 21:32:44 newadsl kernel: [ 0.356266] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
Aug 17 21:32:44 newadsl kernel: [ 0.356421] uhci_hcd 0000:00:1d.3: setting latency timer to 64
Aug 17 21:32:44 newadsl kernel: [ 0.356428] uhci_hcd 0000:00:1d.3: UHCI Host Controller
Aug 17 21:32:44 newadsl kernel: [ 0.356546] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
Aug 17 21:32:44 newadsl kernel: [ 0.356763] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000fb00
Aug 17 21:32:44 newadsl kernel: [ 0.357194] usb usb5: configuration #1 chosen from 1 choice
Aug 17 21:32:44 newadsl kernel: [ 0.357443] hub 5-0:1.0: USB hub found
Aug 17 21:32:44 newadsl kernel: [ 0.357569] hub 5-0:1.0: 2 ports detected
Aug 17 21:32:44 newadsl kernel: [ 0.357983] usbcore: registered new interface driver libusual
Aug 17 21:32:44 newadsl kernel: [ 0.358283] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Aug 17 21:32:44 newadsl kernel: [ 0.358415] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Aug 17 21:32:44 newadsl kernel: [ 0.358827] serio: i8042 KBD port at 0x60,0x64 irq 1
Aug 17 21:32:44 newadsl kernel: [ 0.359204] mice: PS/2 mouse device common for all mice
Aug 17 21:32:44 newadsl kernel: [ 0.359451] rtc_cmos 00:03: RTC can wake from S4
Aug 17 21:32:44 newadsl kernel: [ 0.359755] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
Aug 17 21:32:44 newadsl kernel: [ 0.359907] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
Aug 17 21:32:44 newadsl kernel: [ 0.360140] f71882fg: Found f71862fg chip at 0x290, revision 18
Aug 17 21:32:44 newadsl kernel: [ 0.360335] ACPI: I/O resource f71882fg [0x290-0x297] conflicts with ACPI region IP__ [0x295-0x296]
Aug 17 21:32:44 newadsl kernel: [ 0.360557] ACPI: Device needs an ACPI driver
Aug 17 21:32:44 newadsl kernel: [ 0.360734] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
Aug 17 21:32:44 newadsl kernel: [ 0.361048] iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2, TCOBASE=0x0460)
Aug 17 21:32:44 newadsl kernel: [ 0.361415] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Aug 17 21:32:44 newadsl kernel: [ 0.361533] cpuidle: using governor ladder
Aug 17 21:32:44 newadsl kernel: [ 0.361638] cpuidle: using governor menu
Aug 17 21:32:44 newadsl kernel: [ 0.363975] usbcore: registered new interface driver hiddev
Aug 17 21:32:44 newadsl kernel: [ 0.364170] usbcore: registered new interface driver usbhid
Aug 17 21:32:44 newadsl kernel: [ 0.364294] usbhid: v2.6:USB HID core driver
Aug 17 21:32:44 newadsl kernel: [ 0.364572] TCP cubic registered
Aug 17 21:32:44 newadsl kernel: [ 0.365279] NET: Registered protocol family 10
Aug 17 21:32:44 newadsl kernel: [ 0.365835] NET: Registered protocol family 17
Aug 17 21:32:44 newadsl kernel: [ 0.366011] Bridge firewalling registered
Aug 17 21:32:44 newadsl kernel: [ 0.366429] RPC: Registered udp transport module.
Aug 17 21:32:44 newadsl kernel: [ 0.366537] RPC: Registered tcp transport module.
Aug 17 21:32:44 newadsl kernel: [ 0.367490] rtc_cmos 00:03: setting system clock to 2009-08-17 20:32:33 UTC (1250541153)
Aug 17 21:32:44 newadsl kernel: [ 0.367683] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
Aug 17 21:32:44 newadsl kernel: [ 0.377042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
Aug 17 21:32:44 newadsl kernel: [ 0.495146] ata2: FORCE: cable set to short40c
Aug 17 21:32:44 newadsl kernel: [ 0.495285] ata2.00: CFA: InnoDisk Corp. - EDC4000 1GB, 080414S4, max UDMA/66
Aug 17 21:32:44 newadsl kernel: [ 0.495399] ata2.00: 2047248 sectors, multi 2: LBA
Aug 17 21:32:44 newadsl kernel: [ 0.498092] ata2.00: configured for UDMA/66
Aug 17 21:32:44 newadsl kernel: [ 0.498366] scsi 1:0:0:0: Direct-Access ATA InnoDisk Corp. - 0804 PQ: 0 ANSI: 5
Aug 17 21:32:44 newadsl kernel: [ 0.499018] sd 1:0:0:0: [sda] 2047248 512-byte logical blocks: (1.04 GB/999 MiB)
Aug 17 21:32:44 newadsl kernel: [ 0.499315] sd 1:0:0:0: [sda] Write Protect is off
Aug 17 21:32:44 newadsl kernel: [ 0.499427] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
Aug 17 21:32:44 newadsl kernel: [ 0.499485] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Aug 17 21:32:44 newadsl kernel: [ 0.499992] sda: sda1
Aug 17 21:32:44 newadsl kernel: [ 0.500999] sd 1:0:0:0: [sda] Attached SCSI disk
Aug 17 21:32:44 newadsl kernel: [ 0.502024] EXT3-fs: INFO: recovery required on readonly filesystem.
Aug 17 21:32:44 newadsl kernel: [ 0.502136] EXT3-fs: write access will be enabled during recovery.
Aug 17 21:32:44 newadsl kernel: [ 0.694243] Switched to high resolution mode on CPU 1
Aug 17 21:32:44 newadsl kernel: [ 0.694773] Switched to high resolution mode on CPU 0
Aug 17 21:32:44 newadsl kernel: [ 1.169974] kjournald starting. Commit interval 5 seconds
Aug 17 21:32:44 newadsl kernel: [ 1.170114] EXT3-fs: recovery complete.
Aug 17 21:32:44 newadsl kernel: [ 1.203387] EXT3-fs: mounted filesystem with writeback data mode.
Aug 17 21:32:44 newadsl kernel: [ 1.203521] VFS: Mounted root (ext3 filesystem) readonly on device 8:1.
Aug 17 21:32:44 newadsl kernel: [ 1.203697] Freeing unused kernel memory: 384k freed
Aug 17 21:32:44 newadsl kernel: [ 2.478180] cfg80211: Calling CRDA to update world regulatory domain
Aug 17 21:32:44 newadsl kernel: [ 2.637412] cfg80211: Calling CRDA for country: GB
Aug 17 21:32:44 newadsl kernel: [ 2.648309] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Aug 17 21:32:44 newadsl kernel: [ 2.751599] ath5k 0000:02:04.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Aug 17 21:32:44 newadsl kernel: [ 2.751813] ath5k 0000:02:04.0: registered as 'phy0'
Aug 17 21:32:44 newadsl kernel: [ 2.887293] ath: EEPROM regdomain: 0x0
Aug 17 21:32:44 newadsl kernel: [ 2.887301] ath: EEPROM indicates default country code should be used
Aug 17 21:32:44 newadsl kernel: [ 2.887308] ath: doing EEPROM country->regdmn map search
Aug 17 21:32:44 newadsl kernel: [ 2.887316] ath: country maps to regdmn code: 0x3a
Aug 17 21:32:44 newadsl kernel: [ 2.887322] ath: Country alpha2 being used: US
Aug 17 21:32:44 newadsl kernel: [ 2.887327] ath: Regpair used: 0x3a
Aug 17 21:32:44 newadsl kernel: [ 3.055988] phy0: Selected rate control algorithm 'minstrel'
Aug 17 21:32:44 newadsl kernel: [ 3.056593] ath5k phy0: Atheros AR5414 chip found (MAC: 0xa5, PHY: 0x61)
Aug 17 21:32:44 newadsl kernel: [ 3.056794] alloc irq_desc for 17 on node -1
Aug 17 21:32:44 newadsl kernel: [ 3.056803] alloc kstat_irqs on node -1
Aug 17 21:32:44 newadsl kernel: [ 3.056822] ath5k 0000:02:08.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Aug 17 21:32:44 newadsl kernel: [ 3.057071] ath5k 0000:02:08.0: registered as 'phy1'
Aug 17 21:32:44 newadsl kernel: [ 3.192696] ath: EEPROM regdomain: 0x0
Aug 17 21:32:44 newadsl kernel: [ 3.192705] ath: EEPROM indicates default country code should be used
Aug 17 21:32:44 newadsl kernel: [ 3.192711] ath: doing EEPROM country->regdmn map search
Aug 17 21:32:44 newadsl kernel: [ 3.192719] ath: country maps to regdmn code: 0x3a
Aug 17 21:32:44 newadsl kernel: [ 3.192725] ath: Country alpha2 being used: US
Aug 17 21:32:44 newadsl kernel: [ 3.192730] ath: Regpair used: 0x3a
Aug 17 21:32:44 newadsl kernel: [ 3.192798] cfg80211: Calling CRDA for country: US
Aug 17 21:32:44 newadsl kernel: [ 3.262875] phy1: Selected rate control algorithm 'minstrel'
Aug 17 21:32:44 newadsl kernel: [ 3.263552] ath5k phy1: Atheros AR5414 chip found (MAC: 0xa5, PHY: 0x61)
Aug 17 21:32:44 newadsl kernel: [ 3.264073] cfg80211: Calling CRDA for country: US
Aug 17 21:32:44 newadsl kernel: [ 3.785070] cfg80211: Current regulatory domain intersected:
Aug 17 21:32:44 newadsl kernel: [ 3.785188] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Aug 17 21:32:44 newadsl kernel: [ 3.785384] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 17 21:32:44 newadsl kernel: [ 3.785497] (2457000 KHz - 2472000 KHz @ 15000 KHz), (300 mBi, 2000 mBm)
Aug 17 21:32:44 newadsl kernel: [ 3.785609] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
Aug 17 21:32:44 newadsl kernel: [ 3.785722] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 17 21:32:44 newadsl kernel: [ 3.791044] cfg80211: Current regulatory domain intersected:
Aug 17 21:32:44 newadsl kernel: [ 3.791163] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Aug 17 21:32:44 newadsl kernel: [ 3.791364] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 17 21:32:44 newadsl kernel: [ 3.791477] (2457000 KHz - 2472000 KHz @ 15000 KHz), (300 mBi, 2000 mBm)
Aug 17 21:32:44 newadsl kernel: [ 3.791589] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
Aug 17 21:32:44 newadsl kernel: [ 3.791702] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 17 21:32:44 newadsl kernel: [ 4.775996] EXT3 FS on sda1, internal journal
Aug 17 21:32:44 newadsl kernel: [ 6.393049] device eth0 entered promiscuous mode
Aug 17 21:32:44 newadsl kernel: [ 6.398545] r8169: eth0: link up
Aug 17 21:32:44 newadsl kernel: [ 6.398663] r8169: eth0: link up
Aug 17 21:32:44 newadsl kernel: [ 6.406594] device wlan0 entered promiscuous mode
Aug 17 21:32:44 newadsl kernel: [ 6.467998] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Aug 17 21:32:44 newadsl kernel: [ 6.477945] device wlan1 entered promiscuous mode
Aug 17 21:32:44 newadsl kernel: [ 6.536186] ADDRCONF(NETDEV_UP): wlan1: link is not ready
Aug 17 21:32:44 newadsl kernel: [ 6.544256] main-bridge: port 1(eth0) entering learning state
Aug 17 21:32:44 newadsl kernel: [ 9.544019] main-bridge: port 1(eth0) entering forwarding state
Aug 17 21:32:44 newadsl kernel: [ 9.912617] Device: 0 Vpi: 0 Vci: 38
Aug 17 21:32:44 newadsl kernel: [ 10.025274] Device: 1 Vpi: 0 Vci: 38
Aug 17 21:32:44 newadsl kernel: [ 10.025283] Device: 0 Vpi: 0 Vci: 38
Aug 17 21:32:44 newadsl kernel: [ 11.268159] main-bridge: port 2(wlan0) entering disabled state
Aug 17 21:32:44 newadsl kernel: [ 11.283143] main-bridge: port 3(wlan1) entering disabled state
Aug 17 21:32:44 newadsl kernel: [ 11.375451] main-bridge: port 2(wlan0) entering learning state
Aug 17 21:32:44 newadsl kernel: [ 11.479701] main-bridge: port 3(wlan1) entering learning state
Aug 17 21:32:47 newadsl kernel: [ 14.375017] main-bridge: port 2(wlan0) entering forwarding state
Aug 17 21:32:47 newadsl kernel: [ 14.479012] main-bridge: port 3(wlan1) entering forwarding state
Aug 17 21:33:43 newadsl kernel: [ 70.034156] Device: 0 Vpi: 0 Vci: 38
Aug 17 21:33:43 newadsl kernel: [ 70.150642] Device: 1 Vpi: 0 Vci: 38
Aug 17 21:33:43 newadsl kernel: [ 70.150649] Device: 0 Vpi: 0 Vci: 38
Aug 17 21:34:04 newadsl kernel: [ 91.091054] warning: `ntpd' uses 32-bit capabilities (legacy support in use)
Aug 17 21:34:43 newadsl kernel: [ 130.148456] Device: 0 Vpi: 0 Vci: 38
Aug 17 21:34:43 newadsl kernel: [ 130.148463] Device: 1 Vpi: 0 Vci: 38
Aug 18 01:06:19 newadsl kernel: [12826.369464] ------------[ cut here ]------------
Aug 18 01:06:19 newadsl kernel: [12826.369590] WARNING: at net/mac80211/rc80211_minstrel.c:185 minstrel_tx_status+0xdb/0x133 [mac80211]()
Aug 18 01:06:19 newadsl kernel: [12826.369768] Hardware name:
Aug 18 01:06:19 newadsl kernel: [12826.369851] Modules linked in: sch_teql ath5k mac80211 ath i2c_i801 i2c_core cfg80211 led_class
Aug 18 01:06:19 newadsl kernel: [12826.370042] Pid: 0, comm: swapper Not tainted 2.6.31-rc6-wl #9
Aug 18 01:06:19 newadsl kernel: [12826.370130] Call Trace:
Aug 18 01:06:19 newadsl kernel: [12826.370212] <IRQ> [<ffffffffa00595a4>] ? minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:19 newadsl kernel: [12826.370408] [<ffffffff8102e507>] warn_slowpath_common+0x77/0xa4
Aug 18 01:06:19 newadsl kernel: [12826.370441] [<ffffffff8102e543>] warn_slowpath_null+0xf/0x11
Aug 18 01:06:19 newadsl kernel: [12826.370441] [<ffffffffa00595a4>] minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:19 newadsl kernel: [12826.370441] [<ffffffffa0041a55>] ieee80211_tx_status+0x188/0x3da [mac80211]
Aug 18 01:06:19 newadsl kernel: [12826.370441] [<ffffffffa007f5f1>] ath5k_tasklet_tx+0x246/0x329 [ath5k]
Aug 18 01:06:19 newadsl kernel: [12826.370441] [<ffffffff8103242c>] tasklet_action+0x71/0xbc
Aug 18 01:06:19 newadsl kernel: [12826.370441] [<ffffffff81032c28>] __do_softirq+0x9b/0x12f
Aug 18 01:06:19 newadsl kernel: [12826.370441] [<ffffffff8100befc>] call_softirq+0x1c/0x28
Aug 18 01:06:19 newadsl kernel: [12826.370441] [<ffffffff8100da14>] do_softirq+0x34/0x72
Aug 18 01:06:19 newadsl kernel: [12826.370441] [<ffffffff810329b2>] irq_exit+0x3f/0x79
Aug 18 01:06:19 newadsl kernel: [12826.370441] [<ffffffff8100d115>] do_IRQ+0xa3/0xba
Aug 18 01:06:19 newadsl kernel: [12826.370441] [<ffffffff8100b793>] ret_from_intr+0x0/0xa
Aug 18 01:06:19 newadsl kernel: [12826.370441] <EOI> [<ffffffff8101192d>] ? mwait_idle+0x6e/0x73
Aug 18 01:06:19 newadsl kernel: [12826.370441] [<ffffffff8100a212>] ? enter_idle+0x20/0x22
Aug 18 01:06:19 newadsl kernel: [12826.370441] [<ffffffff8100a266>] ? cpu_idle+0x52/0x93
Aug 18 01:06:19 newadsl kernel: [12826.370441] [<ffffffff812b5c5d>] ? rest_init+0x61/0x63
Aug 18 01:06:19 newadsl kernel: [12826.370441] [<ffffffff81412c16>] ? start_kernel+0x325/0x330
Aug 18 01:06:19 newadsl kernel: [12826.370441] [<ffffffff8141229a>] ? x86_64_start_reservations+0xaa/0xae
Aug 18 01:06:19 newadsl kernel: [12826.370441] [<ffffffff8141237f>] ? x86_64_start_kernel+0xe1/0xe8
Aug 18 01:06:19 newadsl kernel: [12826.370441] ---[ end trace d7317fe10a3c1ed8 ]---
Aug 18 01:06:25 newadsl kernel: [12832.275343] ------------[ cut here ]------------
Aug 18 01:06:25 newadsl kernel: [12832.275470] WARNING: at net/mac80211/rc80211_minstrel.c:185 minstrel_tx_status+0xdb/0x133 [mac80211]()
Aug 18 01:06:25 newadsl kernel: [12832.275639] Hardware name:
Aug 18 01:06:25 newadsl kernel: [12832.275720] Modules linked in: sch_teql ath5k mac80211 ath i2c_i801 i2c_core cfg80211 led_class
Aug 18 01:06:25 newadsl kernel: [12832.275911] Pid: 0, comm: swapper Tainted: G W 2.6.31-rc6-wl #9
Aug 18 01:06:25 newadsl kernel: [12832.276000] Call Trace:
Aug 18 01:06:25 newadsl kernel: [12832.276083] <IRQ> [<ffffffff8105327e>] ? handle_fasteoi_irq+0xb0/0xbc
Aug 18 01:06:25 newadsl kernel: [12832.276147] [<ffffffffa00595a4>] ? minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:25 newadsl kernel: [12832.276147] [<ffffffff8102e507>] warn_slowpath_common+0x77/0xa4
Aug 18 01:06:25 newadsl kernel: [12832.276147] [<ffffffff8102e543>] warn_slowpath_null+0xf/0x11
Aug 18 01:06:25 newadsl kernel: [12832.276147] [<ffffffffa00595a4>] minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:25 newadsl kernel: [12832.276147] [<ffffffffa0041a55>] ieee80211_tx_status+0x188/0x3da [mac80211]
Aug 18 01:06:25 newadsl kernel: [12832.276147] [<ffffffffa007f5f1>] ath5k_tasklet_tx+0x246/0x329 [ath5k]
Aug 18 01:06:25 newadsl kernel: [12832.276147] [<ffffffffa0072e67>] ? ath5k_hw_setup_4word_tx_desc+0x0/0x288 [ath5k]
Aug 18 01:06:25 newadsl kernel: [12832.276147] [<ffffffff8103242c>] tasklet_action+0x71/0xbc
Aug 18 01:06:25 newadsl kernel: [12832.276147] [<ffffffff81032c28>] __do_softirq+0x9b/0x12f
Aug 18 01:06:25 newadsl kernel: [12832.276147] [<ffffffff8100befc>] call_softirq+0x1c/0x28
Aug 18 01:06:25 newadsl kernel: [12832.276147] [<ffffffff8100da14>] do_softirq+0x34/0x72
Aug 18 01:06:25 newadsl kernel: [12832.276147] [<ffffffff810329b2>] irq_exit+0x3f/0x79
Aug 18 01:06:25 newadsl kernel: [12832.276147] [<ffffffff8100d115>] do_IRQ+0xa3/0xba
Aug 18 01:06:25 newadsl kernel: [12832.276147] [<ffffffff8100b793>] ret_from_intr+0x0/0xa
Aug 18 01:06:25 newadsl kernel: [12832.276147] <EOI> [<ffffffff8101192d>] ? mwait_idle+0x6e/0x73
Aug 18 01:06:25 newadsl kernel: [12832.276147] [<ffffffff8100a212>] ? enter_idle+0x20/0x22
Aug 18 01:06:25 newadsl kernel: [12832.276147] [<ffffffff8100a266>] ? cpu_idle+0x52/0x93
Aug 18 01:06:25 newadsl kernel: [12832.276147] [<ffffffff812b5c5d>] ? rest_init+0x61/0x63
Aug 18 01:06:25 newadsl kernel: [12832.276147] [<ffffffff81412c16>] ? start_kernel+0x325/0x330
Aug 18 01:06:25 newadsl kernel: [12832.276147] [<ffffffff8141229a>] ? x86_64_start_reservations+0xaa/0xae
Aug 18 01:06:25 newadsl kernel: [12832.276147] [<ffffffff8141237f>] ? x86_64_start_kernel+0xe1/0xe8
Aug 18 01:06:25 newadsl kernel: [12832.276147] ---[ end trace d7317fe10a3c1ed9 ]---
Aug 18 01:06:25 newadsl kernel: [12832.278718] ------------[ cut here ]------------
Aug 18 01:06:25 newadsl kernel: [12832.278841] WARNING: at net/mac80211/rc80211_minstrel.c:185 minstrel_tx_status+0xdb/0x133 [mac80211]()
Aug 18 01:06:25 newadsl kernel: [12832.279010] Hardware name:
Aug 18 01:06:25 newadsl kernel: [12832.279098] Modules linked in: sch_teql ath5k mac80211 ath i2c_i801 i2c_core cfg80211 led_class
Aug 18 01:06:25 newadsl kernel: [12832.279287] Pid: 0, comm: swapper Tainted: G W 2.6.31-rc6-wl #9
Aug 18 01:06:25 newadsl kernel: [12832.279380] Call Trace:
Aug 18 01:06:25 newadsl kernel: [12832.279457] <IRQ> [<ffffffffa00595a4>] ? minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:25 newadsl kernel: [12832.279644] [<ffffffff8102e507>] warn_slowpath_common+0x77/0xa4
Aug 18 01:06:25 newadsl kernel: [12832.279732] [<ffffffff8102e543>] warn_slowpath_null+0xf/0x11
Aug 18 01:06:25 newadsl kernel: [12832.279838] [<ffffffffa00595a4>] minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:25 newadsl kernel: [12832.279938] [<ffffffffa0041a55>] ieee80211_tx_status+0x188/0x3da [mac80211]
Aug 18 01:06:25 newadsl kernel: [12832.280047] [<ffffffffa007f5f1>] ath5k_tasklet_tx+0x246/0x329 [ath5k]
Aug 18 01:06:25 newadsl kernel: [12832.280137] [<ffffffff8102af45>] ? try_to_wake_up+0x17f/0x190
Aug 18 01:06:25 newadsl kernel: [12832.280230] [<ffffffff81042bac>] ? ktime_get+0x11/0x42
Aug 18 01:06:25 newadsl kernel: [12832.280322] [<ffffffff8103242c>] tasklet_action+0x71/0xbc
Aug 18 01:06:25 newadsl kernel: [12832.280413] [<ffffffff81032c28>] __do_softirq+0x9b/0x12f
Aug 18 01:06:25 newadsl kernel: [12832.280502] [<ffffffff8100befc>] call_softirq+0x1c/0x28
Aug 18 01:06:25 newadsl kernel: [12832.280591] [<ffffffff8100da14>] do_softirq+0x34/0x72
Aug 18 01:06:25 newadsl kernel: [12832.280679] [<ffffffff810329b2>] irq_exit+0x3f/0x79
Aug 18 01:06:25 newadsl kernel: [12832.280768] [<ffffffff8100d115>] do_IRQ+0xa3/0xba
Aug 18 01:06:25 newadsl kernel: [12832.280857] [<ffffffff8100b793>] ret_from_intr+0x0/0xa
Aug 18 01:06:25 newadsl kernel: [12832.280943] <EOI> [<ffffffff8101192d>] ? mwait_idle+0x6e/0x73
Aug 18 01:06:25 newadsl kernel: [12832.281046] [<ffffffff8100a212>] ? enter_idle+0x20/0x22
Aug 18 01:06:25 newadsl kernel: [12832.281134] [<ffffffff8100a266>] ? cpu_idle+0x52/0x93
Aug 18 01:06:25 newadsl kernel: [12832.281224] [<ffffffff812b5c5d>] ? rest_init+0x61/0x63
Aug 18 01:06:25 newadsl kernel: [12832.281313] [<ffffffff81412c16>] ? start_kernel+0x325/0x330
Aug 18 01:06:25 newadsl kernel: [12832.281405] [<ffffffff8141229a>] ? x86_64_start_reservations+0xaa/0xae
Aug 18 01:06:25 newadsl kernel: [12832.281498] [<ffffffff8141237f>] ? x86_64_start_kernel+0xe1/0xe8
Aug 18 01:06:25 newadsl kernel: [12832.281588] ---[ end trace d7317fe10a3c1eda ]---
Aug 18 01:06:25 newadsl kernel: [12832.281677] ------------[ cut here ]------------
Aug 18 01:06:25 newadsl kernel: [12832.281785] WARNING: at net/mac80211/rc80211_minstrel.c:185 minstrel_tx_status+0xdb/0x133 [mac80211]()
Aug 18 01:06:25 newadsl kernel: [12832.281953] Hardware name:
Aug 18 01:06:25 newadsl kernel: [12832.282042] Modules linked in: sch_teql ath5k mac80211 ath i2c_i801 i2c_core cfg80211 led_class
Aug 18 01:06:25 newadsl kernel: [12832.282229] Pid: 0, comm: swapper Tainted: G W 2.6.31-rc6-wl #9
Aug 18 01:06:25 newadsl kernel: [12832.282318] Call Trace:
Aug 18 01:06:25 newadsl kernel: [12832.282398] <IRQ> [<ffffffffa00595a4>] ? minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:25 newadsl kernel: [12832.282594] [<ffffffff8102e507>] warn_slowpath_common+0x77/0xa4
Aug 18 01:06:25 newadsl kernel: [12832.282686] [<ffffffff8102e543>] warn_slowpath_null+0xf/0x11
Aug 18 01:06:25 newadsl kernel: [12832.282797] [<ffffffffa00595a4>] minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:25 newadsl kernel: [12832.282905] [<ffffffffa0041a55>] ieee80211_tx_status+0x188/0x3da [mac80211]
Aug 18 01:06:25 newadsl kernel: [12832.283011] [<ffffffffa007f5f1>] ath5k_tasklet_tx+0x246/0x329 [ath5k]
Aug 18 01:06:25 newadsl kernel: [12832.283110] [<ffffffff8102af45>] ? try_to_wake_up+0x17f/0x190
Aug 18 01:06:25 newadsl kernel: [12832.283202] [<ffffffff81042bac>] ? ktime_get+0x11/0x42
Aug 18 01:06:25 newadsl kernel: [12832.283292] [<ffffffff8103242c>] tasklet_action+0x71/0xbc
Aug 18 01:06:25 newadsl kernel: [12832.283381] [<ffffffff81032c28>] __do_softirq+0x9b/0x12f
Aug 18 01:06:25 newadsl kernel: [12832.283472] [<ffffffff8100befc>] call_softirq+0x1c/0x28
Aug 18 01:06:25 newadsl kernel: [12832.283561] [<ffffffff8100da14>] do_softirq+0x34/0x72
Aug 18 01:06:25 newadsl kernel: [12832.283650] [<ffffffff810329b2>] irq_exit+0x3f/0x79
Aug 18 01:06:25 newadsl kernel: [12832.283739] [<ffffffff8100d115>] do_IRQ+0xa3/0xba
Aug 18 01:06:25 newadsl kernel: [12832.283827] [<ffffffff8100b793>] ret_from_intr+0x0/0xa
Aug 18 01:06:25 newadsl kernel: [12832.283913] <EOI> [<ffffffff8101192d>] ? mwait_idle+0x6e/0x73
Aug 18 01:06:25 newadsl kernel: [12832.284017] [<ffffffff8100a212>] ? enter_idle+0x20/0x22
Aug 18 01:06:25 newadsl kernel: [12832.284107] [<ffffffff8100a266>] ? cpu_idle+0x52/0x93
Aug 18 01:06:25 newadsl kernel: [12832.284197] [<ffffffff812b5c5d>] ? rest_init+0x61/0x63
Aug 18 01:06:25 newadsl kernel: [12832.284287] [<ffffffff81412c16>] ? start_kernel+0x325/0x330
Aug 18 01:06:25 newadsl kernel: [12832.284377] [<ffffffff8141229a>] ? x86_64_start_reservations+0xaa/0xae
Aug 18 01:06:25 newadsl kernel: [12832.284469] [<ffffffff8141237f>] ? x86_64_start_kernel+0xe1/0xe8
Aug 18 01:06:25 newadsl kernel: [12832.284557] ---[ end trace d7317fe10a3c1edb ]---
Aug 18 01:06:25 newadsl kernel: [12832.556658] ------------[ cut here ]------------
Aug 18 01:06:25 newadsl kernel: [12832.556787] WARNING: at net/mac80211/rc80211_minstrel.c:185 minstrel_tx_status+0xdb/0x133 [mac80211]()
Aug 18 01:06:25 newadsl kernel: [12832.556955] Hardware name:
Aug 18 01:06:25 newadsl kernel: [12832.557038] Modules linked in: sch_teql ath5k mac80211 ath i2c_i801 i2c_core cfg80211 led_class
Aug 18 01:06:25 newadsl kernel: [12832.557231] Pid: 0, comm: swapper Tainted: G W 2.6.31-rc6-wl #9
Aug 18 01:06:25 newadsl kernel: [12832.557320] Call Trace:
Aug 18 01:06:25 newadsl kernel: [12832.557403] <IRQ> [<ffffffffa00595a4>] ? minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:25 newadsl kernel: [12832.557599] [<ffffffff8102e507>] warn_slowpath_common+0x77/0xa4
Aug 18 01:06:25 newadsl kernel: [12832.557644] [<ffffffff8102e543>] warn_slowpath_null+0xf/0x11
Aug 18 01:06:25 newadsl kernel: [12832.557644] [<ffffffffa00595a4>] minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:25 newadsl kernel: [12832.557644] [<ffffffffa0041a55>] ieee80211_tx_status+0x188/0x3da [mac80211]
Aug 18 01:06:25 newadsl kernel: [12832.557644] [<ffffffffa007f5f1>] ath5k_tasklet_tx+0x246/0x329 [ath5k]
Aug 18 01:06:25 newadsl kernel: [12832.557644] [<ffffffff8103242c>] tasklet_action+0x71/0xbc
Aug 18 01:06:25 newadsl kernel: [12832.557644] [<ffffffff81032c28>] __do_softirq+0x9b/0x12f
Aug 18 01:06:25 newadsl kernel: [12832.557644] [<ffffffff8100befc>] call_softirq+0x1c/0x28
Aug 18 01:06:25 newadsl kernel: [12832.557644] [<ffffffff8100da14>] do_softirq+0x34/0x72
Aug 18 01:06:25 newadsl kernel: [12832.557644] [<ffffffff810329b2>] irq_exit+0x3f/0x79
Aug 18 01:06:25 newadsl kernel: [12832.557644] [<ffffffff8100d115>] do_IRQ+0xa3/0xba
Aug 18 01:06:25 newadsl kernel: [12832.557644] [<ffffffff8100b793>] ret_from_intr+0x0/0xa
Aug 18 01:06:25 newadsl kernel: [12832.557644] <EOI> [<ffffffff8101192d>] ? mwait_idle+0x6e/0x73
Aug 18 01:06:25 newadsl kernel: [12832.557644] [<ffffffff8100a212>] ? enter_idle+0x20/0x22
Aug 18 01:06:25 newadsl kernel: [12832.557644] [<ffffffff8100a266>] ? cpu_idle+0x52/0x93
Aug 18 01:06:25 newadsl kernel: [12832.557644] [<ffffffff812b5c5d>] ? rest_init+0x61/0x63
Aug 18 01:06:25 newadsl kernel: [12832.557644] [<ffffffff81412c16>] ? start_kernel+0x325/0x330
Aug 18 01:06:25 newadsl kernel: [12832.557644] [<ffffffff8141229a>] ? x86_64_start_reservations+0xaa/0xae
Aug 18 01:06:25 newadsl kernel: [12832.557644] [<ffffffff8141237f>] ? x86_64_start_kernel+0xe1/0xe8
Aug 18 01:06:25 newadsl kernel: [12832.557644] ---[ end trace d7317fe10a3c1edc ]---
Aug 18 01:06:25 newadsl kernel: [12832.560282] ------------[ cut here ]------------
Aug 18 01:06:25 newadsl kernel: [12832.560437] WARNING: at net/mac80211/rc80211_minstrel.c:185 minstrel_tx_status+0xdb/0x133 [mac80211]()
Aug 18 01:06:25 newadsl kernel: [12832.562981] Hardware name:
Aug 18 01:06:25 newadsl kernel: [12832.563068] Modules linked in: sch_teql ath5k mac80211 ath i2c_i801 i2c_core cfg80211 led_class
Aug 18 01:06:25 newadsl kernel: [12832.563260] Pid: 2642, comm: rsyslogd Tainted: G W 2.6.31-rc6-wl #9
Aug 18 01:06:25 newadsl kernel: [12832.563352] Call Trace:
Aug 18 01:06:25 newadsl kernel: [12832.563436] <IRQ> [<ffffffffa00595a4>] ? minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:25 newadsl kernel: [12832.563635] [<ffffffff8102e507>] warn_slowpath_common+0x77/0xa4
Aug 18 01:06:25 newadsl kernel: [12832.563727] [<ffffffff8102e543>] warn_slowpath_null+0xf/0x11
Aug 18 01:06:25 newadsl kernel: [12832.563838] [<ffffffffa00595a4>] minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:25 newadsl kernel: [12832.563944] [<ffffffffa0041a55>] ieee80211_tx_status+0x188/0x3da [mac80211]
Aug 18 01:06:25 newadsl kernel: [12832.564054] [<ffffffffa007f5f1>] ath5k_tasklet_tx+0x246/0x329 [ath5k]
Aug 18 01:06:25 newadsl kernel: [12832.564144] [<ffffffff8103242c>] tasklet_action+0x71/0xbc
Aug 18 01:06:25 newadsl kernel: [12832.564232] [<ffffffff81032c28>] __do_softirq+0x9b/0x12f
Aug 18 01:06:25 newadsl kernel: [12832.564319] [<ffffffff8100befc>] call_softirq+0x1c/0x28
Aug 18 01:06:25 newadsl kernel: [12832.564405] [<ffffffff8100da14>] do_softirq+0x34/0x72
Aug 18 01:06:25 newadsl kernel: [12832.564491] [<ffffffff810329b2>] irq_exit+0x3f/0x79
Aug 18 01:06:25 newadsl kernel: [12832.564576] [<ffffffff8100d115>] do_IRQ+0xa3/0xba
Aug 18 01:06:25 newadsl kernel: [12832.564662] [<ffffffff8100b793>] ret_from_intr+0x0/0xa
Aug 18 01:06:25 newadsl kernel: [12832.564744] <EOI>
Aug 18 01:06:25 newadsl kernel: [12832.564753] ---[ end trace d7317fe10a3c1edd ]---
Aug 18 01:06:25 newadsl kernel: [12832.593231] ------------[ cut here ]------------
Aug 18 01:06:25 newadsl kernel: [12832.593350] WARNING: at net/mac80211/rc80211_minstrel.c:185 minstrel_tx_status+0xdb/0x133 [mac80211]()
Aug 18 01:06:25 newadsl kernel: [12832.593520] Hardware name:
Aug 18 01:06:25 newadsl kernel: [12832.593607] Modules linked in: sch_teql ath5k mac80211 ath i2c_i801 i2c_core cfg80211 led_class
Aug 18 01:06:25 newadsl kernel: [12832.593787] Pid: 0, comm: swapper Tainted: G W 2.6.31-rc6-wl #9
Aug 18 01:06:25 newadsl kernel: [12832.593872] Call Trace:
Aug 18 01:06:25 newadsl kernel: [12832.593950] <IRQ> [<ffffffffa00595a4>] ? minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:25 newadsl kernel: [12832.594146] [<ffffffff8102e507>] warn_slowpath_common+0x77/0xa4
Aug 18 01:06:25 newadsl kernel: [12832.594215] [<ffffffff8102e543>] warn_slowpath_null+0xf/0x11
Aug 18 01:06:25 newadsl kernel: [12832.594215] [<ffffffffa00595a4>] minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:25 newadsl kernel: [12832.594215] [<ffffffffa0041a55>] ieee80211_tx_status+0x188/0x3da [mac80211]
Aug 18 01:06:25 newadsl kernel: [12832.594215] [<ffffffffa007f5f1>] ath5k_tasklet_tx+0x246/0x329 [ath5k]
Aug 18 01:06:25 newadsl kernel: [12832.594215] [<ffffffff8103242c>] tasklet_action+0x71/0xbc
Aug 18 01:06:25 newadsl kernel: [12832.594215] [<ffffffff81032c28>] __do_softirq+0x9b/0x12f
Aug 18 01:06:25 newadsl kernel: [12832.594215] [<ffffffff8100befc>] call_softirq+0x1c/0x28
Aug 18 01:06:25 newadsl kernel: [12832.594215] [<ffffffff8100da14>] do_softirq+0x34/0x72
Aug 18 01:06:25 newadsl kernel: [12832.594215] [<ffffffff810329b2>] irq_exit+0x3f/0x79
Aug 18 01:06:25 newadsl kernel: [12832.594215] [<ffffffff8100d115>] do_IRQ+0xa3/0xba
Aug 18 01:06:25 newadsl kernel: [12832.594215] [<ffffffff8100b793>] ret_from_intr+0x0/0xa
Aug 18 01:06:25 newadsl kernel: [12832.594215] <EOI> [<ffffffff8101192d>] ? mwait_idle+0x6e/0x73
Aug 18 01:06:25 newadsl kernel: [12832.594215] [<ffffffff8100a212>] ? enter_idle+0x20/0x22
Aug 18 01:06:25 newadsl kernel: [12832.594215] [<ffffffff8100a266>] ? cpu_idle+0x52/0x93
Aug 18 01:06:25 newadsl kernel: [12832.594215] [<ffffffff812b5c5d>] ? rest_init+0x61/0x63
Aug 18 01:06:25 newadsl kernel: [12832.594215] [<ffffffff81412c16>] ? start_kernel+0x325/0x330
Aug 18 01:06:25 newadsl kernel: [12832.594215] [<ffffffff8141229a>] ? x86_64_start_reservations+0xaa/0xae
Aug 18 01:06:25 newadsl kernel: [12832.594215] [<ffffffff8141237f>] ? x86_64_start_kernel+0xe1/0xe8
Aug 18 01:06:25 newadsl kernel: [12832.594215] ---[ end trace d7317fe10a3c1ede ]---
Aug 18 01:06:26 newadsl kernel: [12832.741184] ------------[ cut here ]------------
Aug 18 01:06:26 newadsl kernel: [12832.741309] WARNING: at net/mac80211/rc80211_minstrel.c:185 minstrel_tx_status+0xdb/0x133 [mac80211]()
Aug 18 01:06:26 newadsl kernel: [12832.741477] Hardware name:
Aug 18 01:06:26 newadsl kernel: [12832.741558] Modules linked in: sch_teql ath5k mac80211 ath i2c_i801 i2c_core cfg80211 led_class
Aug 18 01:06:26 newadsl kernel: [12832.741745] Pid: 0, comm: swapper Tainted: G W 2.6.31-rc6-wl #9
Aug 18 01:06:26 newadsl kernel: [12832.741833] Call Trace:
Aug 18 01:06:26 newadsl kernel: [12832.741916] <IRQ> [<ffffffffa00595a4>] ? minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:26 newadsl kernel: [12832.742115] [<ffffffff8102e507>] warn_slowpath_common+0x77/0xa4
Aug 18 01:06:26 newadsl kernel: [12832.742167] [<ffffffff8102e543>] warn_slowpath_null+0xf/0x11
Aug 18 01:06:26 newadsl kernel: [12832.742167] [<ffffffffa00595a4>] minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:26 newadsl kernel: [12832.742167] [<ffffffffa0041a55>] ieee80211_tx_status+0x188/0x3da [mac80211]
Aug 18 01:06:26 newadsl kernel: [12832.742167] [<ffffffffa007f5f1>] ath5k_tasklet_tx+0x246/0x329 [ath5k]
Aug 18 01:06:26 newadsl kernel: [12832.742167] [<ffffffff8103242c>] tasklet_action+0x71/0xbc
Aug 18 01:06:26 newadsl kernel: [12832.742167] [<ffffffff81032c28>] __do_softirq+0x9b/0x12f
Aug 18 01:06:26 newadsl kernel: [12832.742167] [<ffffffff8100befc>] call_softirq+0x1c/0x28
Aug 18 01:06:26 newadsl kernel: [12832.742167] [<ffffffff8100da14>] do_softirq+0x34/0x72
Aug 18 01:06:26 newadsl kernel: [12832.742167] [<ffffffff810329b2>] irq_exit+0x3f/0x79
Aug 18 01:06:26 newadsl kernel: [12832.742167] [<ffffffff8100d115>] do_IRQ+0xa3/0xba
Aug 18 01:06:26 newadsl kernel: [12832.742167] [<ffffffff8100b793>] ret_from_intr+0x0/0xa
Aug 18 01:06:26 newadsl kernel: [12832.742167] <EOI> [<ffffffff8101192d>] ? mwait_idle+0x6e/0x73
Aug 18 01:06:26 newadsl kernel: [12832.742167] [<ffffffff8100a212>] ? enter_idle+0x20/0x22
Aug 18 01:06:26 newadsl kernel: [12832.742167] [<ffffffff8100a266>] ? cpu_idle+0x52/0x93
Aug 18 01:06:26 newadsl kernel: [12832.742167] [<ffffffff812b5c5d>] ? rest_init+0x61/0x63
Aug 18 01:06:26 newadsl kernel: [12832.742167] [<ffffffff81412c16>] ? start_kernel+0x325/0x330
Aug 18 01:06:26 newadsl kernel: [12832.742167] [<ffffffff8141229a>] ? x86_64_start_reservations+0xaa/0xae
Aug 18 01:06:26 newadsl kernel: [12832.742167] [<ffffffff8141237f>] ? x86_64_start_kernel+0xe1/0xe8
Aug 18 01:06:26 newadsl kernel: [12832.742167] ---[ end trace d7317fe10a3c1edf ]---
Aug 18 01:06:26 newadsl kernel: [12832.760526] ------------[ cut here ]------------
Aug 18 01:06:26 newadsl kernel: [12832.760649] WARNING: at net/mac80211/rc80211_minstrel.c:185 minstrel_tx_status+0xdb/0x133 [mac80211]()
Aug 18 01:06:26 newadsl kernel: [12832.760817] Hardware name:
Aug 18 01:06:26 newadsl kernel: [12832.760907] Modules linked in: sch_teql ath5k mac80211 ath i2c_i801 i2c_core cfg80211 led_class
Aug 18 01:06:26 newadsl kernel: [12832.761097] Pid: 0, comm: swapper Tainted: G W 2.6.31-rc6-wl #9
Aug 18 01:06:26 newadsl kernel: [12832.761186] Call Trace:
Aug 18 01:06:26 newadsl kernel: [12832.761269] <IRQ> [<ffffffffa00595a4>] ? minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:26 newadsl kernel: [12832.761467] [<ffffffff8102e507>] warn_slowpath_common+0x77/0xa4
Aug 18 01:06:26 newadsl kernel: [12832.761511] [<ffffffff8102e543>] warn_slowpath_null+0xf/0x11
Aug 18 01:06:26 newadsl kernel: [12832.761511] [<ffffffffa00595a4>] minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:26 newadsl kernel: [12832.761511] [<ffffffffa0041a55>] ieee80211_tx_status+0x188/0x3da [mac80211]
Aug 18 01:06:26 newadsl kernel: [12832.761511] [<ffffffffa007f5f1>] ath5k_tasklet_tx+0x246/0x329 [ath5k]
Aug 18 01:06:26 newadsl kernel: [12832.761511] [<ffffffff8103242c>] tasklet_action+0x71/0xbc
Aug 18 01:06:26 newadsl kernel: [12832.761511] [<ffffffff81032c28>] __do_softirq+0x9b/0x12f
Aug 18 01:06:26 newadsl kernel: [12832.761511] [<ffffffff8100befc>] call_softirq+0x1c/0x28
Aug 18 01:06:26 newadsl kernel: [12832.761511] [<ffffffff8100da14>] do_softirq+0x34/0x72
Aug 18 01:06:26 newadsl kernel: [12832.761511] [<ffffffff810329b2>] irq_exit+0x3f/0x79
Aug 18 01:06:26 newadsl kernel: [12832.761511] [<ffffffff8100d115>] do_IRQ+0xa3/0xba
Aug 18 01:06:26 newadsl kernel: [12832.761511] [<ffffffff8100b793>] ret_from_intr+0x0/0xa
Aug 18 01:06:26 newadsl kernel: [12832.761511] <EOI> [<ffffffff8101192d>] ? mwait_idle+0x6e/0x73
Aug 18 01:06:26 newadsl kernel: [12832.761511] [<ffffffff8100a212>] ? enter_idle+0x20/0x22
Aug 18 01:06:26 newadsl kernel: [12832.761511] [<ffffffff8100a266>] ? cpu_idle+0x52/0x93
Aug 18 01:06:26 newadsl kernel: [12832.761511] [<ffffffff812b5c5d>] ? rest_init+0x61/0x63
Aug 18 01:06:26 newadsl kernel: [12832.761511] [<ffffffff81412c16>] ? start_kernel+0x325/0x330
Aug 18 01:06:26 newadsl kernel: [12832.761511] [<ffffffff8141229a>] ? x86_64_start_reservations+0xaa/0xae
Aug 18 01:06:26 newadsl kernel: [12832.761511] [<ffffffff8141237f>] ? x86_64_start_kernel+0xe1/0xe8
Aug 18 01:06:26 newadsl kernel: [12832.761511] ---[ end trace d7317fe10a3c1ee0 ]---
Aug 18 01:06:26 newadsl kernel: [12832.764401] ------------[ cut here ]------------
Aug 18 01:06:26 newadsl kernel: [12832.764546] WARNING: at net/mac80211/rc80211_minstrel.c:185 minstrel_tx_status+0xdb/0x133 [mac80211]()
Aug 18 01:06:26 newadsl kernel: [12832.764751] Hardware name:
Aug 18 01:06:26 newadsl kernel: [12832.764850] Modules linked in: sch_teql ath5k mac80211 ath i2c_i801 i2c_core cfg80211 led_class
Aug 18 01:06:26 newadsl kernel: [12832.765090] Pid: 2642, comm: rsyslogd Tainted: G W 2.6.31-rc6-wl #9
Aug 18 01:06:26 newadsl kernel: [12832.765196] Call Trace:
Aug 18 01:06:26 newadsl kernel: [12832.765294] <IRQ> [<ffffffffa00595a4>] ? minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:26 newadsl kernel: [12832.765548] [<ffffffff8102e507>] warn_slowpath_common+0x77/0xa4
Aug 18 01:06:26 newadsl kernel: [12832.765661] [<ffffffff8102e543>] warn_slowpath_null+0xf/0x11
Aug 18 01:06:26 newadsl kernel: [12832.765802] [<ffffffffa00595a4>] minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:26 newadsl kernel: [12832.765939] [<ffffffffa0041a55>] ieee80211_tx_status+0x188/0x3da [mac80211]
Aug 18 01:06:26 newadsl kernel: [12832.766087] [<ffffffffa007f5f1>] ath5k_tasklet_tx+0x246/0x329 [ath5k]
Aug 18 01:06:26 newadsl kernel: [12832.766207] [<ffffffff8103242c>] tasklet_action+0x71/0xbc
Aug 18 01:06:26 newadsl kernel: [12832.766321] [<ffffffff81032c28>] __do_softirq+0x9b/0x12f
Aug 18 01:06:26 newadsl kernel: [12832.766429] [<ffffffff8100befc>] call_softirq+0x1c/0x28
Aug 18 01:06:26 newadsl kernel: [12832.766519] [<ffffffff8100da14>] do_softirq+0x34/0x72
Aug 18 01:06:26 newadsl kernel: [12832.766609] [<ffffffff810329b2>] irq_exit+0x3f/0x79
Aug 18 01:06:26 newadsl kernel: [12832.766697] [<ffffffff8100d115>] do_IRQ+0xa3/0xba
Aug 18 01:06:26 newadsl kernel: [12832.766786] [<ffffffff8100b793>] ret_from_intr+0x0/0xa
Aug 18 01:06:26 newadsl kernel: [12832.766873] <EOI>
Aug 18 01:06:26 newadsl kernel: [12832.766882] ---[ end trace d7317fe10a3c1ee1 ]---
Aug 18 01:06:26 newadsl kernel: [12833.273434] ------------[ cut here ]------------
Aug 18 01:06:26 newadsl kernel: [12833.273560] WARNING: at net/mac80211/rc80211_minstrel.c:185 minstrel_tx_status+0xdb/0x133 [mac80211]()
Aug 18 01:06:26 newadsl kernel: [12833.273727] Hardware name:
Aug 18 01:06:26 newadsl kernel: [12833.273807] Modules linked in: sch_teql ath5k mac80211 ath i2c_i801 i2c_core cfg80211 led_class
Aug 18 01:06:26 newadsl kernel: [12833.274009] Pid: 0, comm: swapper Tainted: G W 2.6.31-rc6-wl #9
Aug 18 01:06:26 newadsl kernel: [12833.274099] Call Trace:
Aug 18 01:06:26 newadsl kernel: [12833.274183] <IRQ> [<ffffffffa00595a4>] ? minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:26 newadsl kernel: [12833.274380] [<ffffffff8102e507>] warn_slowpath_common+0x77/0xa4
Aug 18 01:06:26 newadsl kernel: [12833.274417] [<ffffffff8102e543>] warn_slowpath_null+0xf/0x11
Aug 18 01:06:26 newadsl kernel: [12833.274417] [<ffffffffa00595a4>] minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:26 newadsl kernel: [12833.274417] [<ffffffffa0041a55>] ieee80211_tx_status+0x188/0x3da [mac80211]
Aug 18 01:06:26 newadsl kernel: [12833.274417] [<ffffffffa007f5f1>] ath5k_tasklet_tx+0x246/0x329 [ath5k]
Aug 18 01:06:26 newadsl kernel: [12833.274417] [<ffffffff8103242c>] tasklet_action+0x71/0xbc
Aug 18 01:06:26 newadsl kernel: [12833.274417] [<ffffffff81032c28>] __do_softirq+0x9b/0x12f
Aug 18 01:06:26 newadsl kernel: [12833.274417] [<ffffffff8100befc>] call_softirq+0x1c/0x28
Aug 18 01:06:26 newadsl kernel: [12833.274417] [<ffffffff8100da14>] do_softirq+0x34/0x72
Aug 18 01:06:26 newadsl kernel: [12833.274417] [<ffffffff810329b2>] irq_exit+0x3f/0x79
Aug 18 01:06:26 newadsl kernel: [12833.274417] [<ffffffff8100d115>] do_IRQ+0xa3/0xba
Aug 18 01:06:26 newadsl kernel: [12833.274417] [<ffffffff8100b793>] ret_from_intr+0x0/0xa
Aug 18 01:06:26 newadsl kernel: [12833.274417] <EOI> [<ffffffff8101192d>] ? mwait_idle+0x6e/0x73
Aug 18 01:06:26 newadsl kernel: [12833.274417] [<ffffffff8100a212>] ? enter_idle+0x20/0x22
Aug 18 01:06:26 newadsl kernel: [12833.274417] [<ffffffff8100a266>] ? cpu_idle+0x52/0x93
Aug 18 01:06:26 newadsl kernel: [12833.274417] [<ffffffff812b5c5d>] ? rest_init+0x61/0x63
Aug 18 01:06:26 newadsl kernel: [12833.274417] [<ffffffff81412c16>] ? start_kernel+0x325/0x330
Aug 18 01:06:26 newadsl kernel: [12833.274417] [<ffffffff8141229a>] ? x86_64_start_reservations+0xaa/0xae
Aug 18 01:06:26 newadsl kernel: [12833.274417] [<ffffffff8141237f>] ? x86_64_start_kernel+0xe1/0xe8
Aug 18 01:06:26 newadsl kernel: [12833.274417] ---[ end trace d7317fe10a3c1ee2 ]---
Aug 18 01:06:35 newadsl kernel: [12842.336543] ------------[ cut here ]------------
Aug 18 01:06:35 newadsl kernel: [12842.336669] WARNING: at net/mac80211/rc80211_minstrel.c:185 minstrel_tx_status+0xdb/0x133 [mac80211]()
Aug 18 01:06:35 newadsl kernel: [12842.336837] Hardware name:
Aug 18 01:06:35 newadsl kernel: [12842.336918] Modules linked in: sch_teql ath5k mac80211 ath i2c_i801 i2c_core cfg80211 led_class
Aug 18 01:06:35 newadsl kernel: [12842.337109] Pid: 0, comm: swapper Tainted: G W 2.6.31-rc6-wl #9
Aug 18 01:06:35 newadsl kernel: [12842.337199] Call Trace:
Aug 18 01:06:35 newadsl kernel: [12842.337283] <IRQ> [<ffffffffa00595a4>] ? minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:35 newadsl kernel: [12842.337481] [<ffffffff8102e507>] warn_slowpath_common+0x77/0xa4
Aug 18 01:06:35 newadsl kernel: [12842.337528] [<ffffffff8102e543>] warn_slowpath_null+0xf/0x11
Aug 18 01:06:35 newadsl kernel: [12842.337528] [<ffffffffa00595a4>] minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:35 newadsl kernel: [12842.337528] [<ffffffffa0041a55>] ieee80211_tx_status+0x188/0x3da [mac80211]
Aug 18 01:06:35 newadsl kernel: [12842.337528] [<ffffffffa007f5f1>] ath5k_tasklet_tx+0x246/0x329 [ath5k]
Aug 18 01:06:35 newadsl kernel: [12842.337528] [<ffffffff8103242c>] tasklet_action+0x71/0xbc
Aug 18 01:06:35 newadsl kernel: [12842.337528] [<ffffffff81032c28>] __do_softirq+0x9b/0x12f
Aug 18 01:06:35 newadsl kernel: [12842.337528] [<ffffffff8100befc>] call_softirq+0x1c/0x28
Aug 18 01:06:35 newadsl kernel: [12842.337528] [<ffffffff8100da14>] do_softirq+0x34/0x72
Aug 18 01:06:35 newadsl kernel: [12842.337528] [<ffffffff810329b2>] irq_exit+0x3f/0x79
Aug 18 01:06:35 newadsl kernel: [12842.337528] [<ffffffff8100d115>] do_IRQ+0xa3/0xba
Aug 18 01:06:35 newadsl kernel: [12842.337528] [<ffffffff8100b793>] ret_from_intr+0x0/0xa
Aug 18 01:06:35 newadsl kernel: [12842.337528] <EOI> [<ffffffff8101192d>] ? mwait_idle+0x6e/0x73
Aug 18 01:06:35 newadsl kernel: [12842.337528] [<ffffffff8100a212>] ? enter_idle+0x20/0x22
Aug 18 01:06:35 newadsl kernel: [12842.337528] [<ffffffff8100a266>] ? cpu_idle+0x52/0x93
Aug 18 01:06:35 newadsl kernel: [12842.337528] [<ffffffff812b5c5d>] ? rest_init+0x61/0x63
Aug 18 01:06:35 newadsl kernel: [12842.337528] [<ffffffff81412c16>] ? start_kernel+0x325/0x330
Aug 18 01:06:35 newadsl kernel: [12842.337528] [<ffffffff8141229a>] ? x86_64_start_reservations+0xaa/0xae
Aug 18 01:06:35 newadsl kernel: [12842.337528] [<ffffffff8141237f>] ? x86_64_start_kernel+0xe1/0xe8
Aug 18 01:06:35 newadsl kernel: [12842.337528] ---[ end trace d7317fe10a3c1ee3 ]---
Aug 18 01:06:35 newadsl kernel: [12842.342062] ------------[ cut here ]------------
Aug 18 01:06:35 newadsl kernel: [12842.342209] WARNING: at net/mac80211/rc80211_minstrel.c:185 minstrel_tx_status+0xdb/0x133 [mac80211]()
Aug 18 01:06:35 newadsl kernel: [12842.342434] Hardware name:
Aug 18 01:06:35 newadsl kernel: [12842.342535] Modules linked in: sch_teql ath5k mac80211 ath i2c_i801 i2c_core cfg80211 led_class
Aug 18 01:06:35 newadsl kernel: [12842.342762] Pid: 2642, comm: rsyslogd Tainted: G W 2.6.31-rc6-wl #9
Aug 18 01:06:35 newadsl kernel: [12842.342852] Call Trace:
Aug 18 01:06:35 newadsl kernel: [12842.342933] <IRQ> [<ffffffffa00595a4>] ? minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:35 newadsl kernel: [12842.343142] [<ffffffff8102e507>] warn_slowpath_common+0x77/0xa4
Aug 18 01:06:35 newadsl kernel: [12842.343233] [<ffffffff8102e543>] warn_slowpath_null+0xf/0x11
Aug 18 01:06:35 newadsl kernel: [12842.343345] [<ffffffffa00595a4>] minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:35 newadsl kernel: [12842.343452] [<ffffffffa0041a55>] ieee80211_tx_status+0x188/0x3da [mac80211]
Aug 18 01:06:35 newadsl kernel: [12842.343560] [<ffffffffa007f5f1>] ath5k_tasklet_tx+0x246/0x329 [ath5k]
Aug 18 01:06:35 newadsl kernel: [12842.343655] [<ffffffff8103242c>] tasklet_action+0x71/0xbc
Aug 18 01:06:35 newadsl kernel: [12842.343745] [<ffffffff81032c28>] __do_softirq+0x9b/0x12f
Aug 18 01:06:35 newadsl kernel: [12842.343834] [<ffffffff8100befc>] call_softirq+0x1c/0x28
Aug 18 01:06:35 newadsl kernel: [12842.343923] [<ffffffff8100da14>] do_softirq+0x34/0x72
Aug 18 01:06:35 newadsl kernel: [12842.344019] [<ffffffff810329b2>] irq_exit+0x3f/0x79
Aug 18 01:06:35 newadsl kernel: [12842.344109] [<ffffffff8100d115>] do_IRQ+0xa3/0xba
Aug 18 01:06:35 newadsl kernel: [12842.344199] [<ffffffff8100b793>] ret_from_intr+0x0/0xa
Aug 18 01:06:35 newadsl kernel: [12842.344288] <EOI>
Aug 18 01:06:35 newadsl kernel: [12842.344298] ---[ end trace d7317fe10a3c1ee4 ]---
Aug 18 01:06:35 newadsl kernel: [12842.344463] ------------[ cut here ]------------
Aug 18 01:06:35 newadsl kernel: [12842.344572] WARNING: at net/mac80211/rc80211_minstrel.c:185 minstrel_tx_status+0xdb/0x133 [mac80211]()
Aug 18 01:06:35 newadsl kernel: [12842.344740] Hardware name:
Aug 18 01:06:35 newadsl kernel: [12842.344821] Modules linked in: sch_teql ath5k mac80211 ath i2c_i801 i2c_core cfg80211 led_class
Aug 18 01:06:35 newadsl kernel: [12842.345015] Pid: 2642, comm: rsyslogd Tainted: G W 2.6.31-rc6-wl #9
Aug 18 01:06:35 newadsl kernel: [12842.345104] Call Trace:
Aug 18 01:06:35 newadsl kernel: [12842.345186] <IRQ> [<ffffffffa00595a4>] ? minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:35 newadsl kernel: [12842.345381] [<ffffffff8102e507>] warn_slowpath_common+0x77/0xa4
Aug 18 01:06:35 newadsl kernel: [12842.345472] [<ffffffff8102e543>] warn_slowpath_null+0xf/0x11
Aug 18 01:06:35 newadsl kernel: [12842.345580] [<ffffffffa00595a4>] minstrel_tx_status+0xdb/0x133 [mac80211]
Aug 18 01:06:35 newadsl kernel: [12842.345686] [<ffffffffa0041a55>] ieee80211_tx_status+0x188/0x3da [mac80211]
Aug 18 01:06:35 newadsl kernel: [12842.345790] [<ffffffffa007f5f1>] ath5k_tasklet_tx+0x246/0x329 [ath5k]
Aug 18 01:06:35 newadsl kernel: [12842.345884] [<ffffffff8103242c>] tasklet_action+0x71/0xbc
Aug 18 01:06:35 newadsl kernel: [12842.345975] [<ffffffff81032c28>] __do_softirq+0x9b/0x12f
Aug 18 01:06:35 newadsl kernel: [12842.346071] [<ffffffff8100befc>] call_softirq+0x1c/0x28
Aug 18 01:06:35 newadsl kernel: [12842.346161] [<ffffffff8100da14>] do_softirq+0x34/0x72
Aug 18 01:06:35 newadsl kernel: [12842.346250] [<ffffffff810329b2>] irq_exit+0x3f/0x79
Aug 18 01:06:35 newadsl kernel: [12842.346342] [<ffffffff8100d115>] do_IRQ+0xa3/0xba
Aug 18 01:06:35 newadsl kernel: [12842.346432] [<ffffffff8100b793>] ret_from_intr+0x0/0xa
Aug 18 01:06:35 newadsl kernel: [12842.346519] <EOI>
Aug 18 01:06:35 newadsl kernel: [12842.346527] ---[ end trace d7317fe10a3c1ee5 ]---
Aug 18 06:25:01 newadsl kernel: imklog 3.18.6, log source = /proc/kmsg started.
Aug 18 11:16:16 newadsl kernel: [49423.388314] Device: 0 Vpi: 0 Vci: 38
Aug 18 11:16:16 newadsl kernel: [49423.388322] Device: 1 Vpi: 0 Vci: 38
Aug 18 18:29:56 newadsl kernel: [75442.697143] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:29:57 newadsl kernel: [75443.721400] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:30:00 newadsl kernel: [75447.408761] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:30:01 newadsl kernel: [75447.818463] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:30:01 newadsl kernel: [75448.433020] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:30:02 newadsl kernel: [75448.842727] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:30:02 newadsl kernel: [75449.252429] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:30:03 newadsl kernel: [75450.444393] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:30:13 newadsl kernel: [75460.520200] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:30:23 newadsl kernel: [75470.557999] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:30:32 newadsl kernel: [75478.751283] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:30:33 newadsl kernel: [75479.775563] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:30:33 newadsl kernel: [75480.595801] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:30:43 newadsl kernel: [75490.633606] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:30:54 newadsl kernel: [75500.694412] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:31:03 newadsl kernel: [75509.684092] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:31:04 newadsl kernel: [75510.708374] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:31:04 newadsl kernel: [75510.709206] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:31:14 newadsl kernel: [75520.747008] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:31:24 newadsl kernel: [75530.784809] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:31:34 newadsl kernel: [75540.822611] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:31:44 newadsl kernel: [75550.860410] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:31:54 newadsl kernel: [75560.898214] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:32:04 newadsl kernel: [75570.936013] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:32:14 newadsl kernel: [75580.973815] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:32:24 newadsl kernel: [75591.011613] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:32:34 newadsl kernel: [75601.072489] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:32:44 newadsl kernel: [75611.087216] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:32:54 newadsl kernel: [75621.125019] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:33:04 newadsl kernel: [75631.186306] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:33:14 newadsl kernel: [75641.200625] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:33:24 newadsl kernel: [75651.238426] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:33:34 newadsl kernel: [75661.276225] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:33:44 newadsl kernel: [75671.314026] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:33:54 newadsl kernel: [75681.351827] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:34:04 newadsl kernel: [75691.389630] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:34:14 newadsl kernel: [75701.427427] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:34:24 newadsl kernel: [75711.468667] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:34:34 newadsl kernel: [75721.503031] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:34:44 newadsl kernel: [75731.540832] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:34:54 newadsl kernel: [75741.578631] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:35:04 newadsl kernel: [75751.616433] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:35:15 newadsl kernel: [75761.654234] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:35:25 newadsl kernel: [75771.714991] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:35:35 newadsl kernel: [75781.729838] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:35:45 newadsl kernel: [75791.767639] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:35:55 newadsl kernel: [75801.805440] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:36:05 newadsl kernel: [75811.843241] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:36:15 newadsl kernel: [75821.881040] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:36:25 newadsl kernel: [75831.941293] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:36:35 newadsl kernel: [75841.956640] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:36:45 newadsl kernel: [75851.994441] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:36:55 newadsl kernel: [75862.032243] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:37:05 newadsl kernel: [75872.070044] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:37:15 newadsl kernel: [75882.107846] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:37:25 newadsl kernel: [75892.145647] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:37:35 newadsl kernel: [75902.183445] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:37:45 newadsl kernel: [75912.221247] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:37:55 newadsl kernel: [75922.259045] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:38:05 newadsl kernel: [75932.296853] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:38:15 newadsl kernel: [75942.334651] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:38:25 newadsl kernel: [75952.372452] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:38:35 newadsl kernel: [75962.410251] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:38:45 newadsl kernel: [75972.448051] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:38:55 newadsl kernel: [75982.485853] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:39:05 newadsl kernel: [75992.523654] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:39:15 newadsl kernel: [76002.561456] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:39:25 newadsl kernel: [76012.623323] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:39:36 newadsl kernel: [76022.637055] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:39:46 newadsl kernel: [76032.698349] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:39:56 newadsl kernel: [76042.736438] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:40:06 newadsl kernel: [76052.750455] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:40:16 newadsl kernel: [76062.788257] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:40:26 newadsl kernel: [76072.826058] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:40:36 newadsl kernel: [76082.854725] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:40:46 newadsl kernel: [76092.901661] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:40:56 newadsl kernel: [76102.939463] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:41:06 newadsl kernel: [76112.977263] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:41:16 newadsl kernel: [76122.995787] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:41:26 newadsl kernel: [76133.052864] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:41:36 newadsl kernel: [76143.090662] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:41:46 newadsl kernel: [76153.128466] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:41:56 newadsl kernel: [76163.166264] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:42:06 newadsl kernel: [76173.204065] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:42:16 newadsl kernel: [76183.207383] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:42:26 newadsl kernel: [76193.279668] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:42:36 newadsl kernel: [76203.317467] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:42:46 newadsl kernel: [76213.355268] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:42:56 newadsl kernel: [76223.393072] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:43:06 newadsl kernel: [76233.430874] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:43:16 newadsl kernel: [76243.468672] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:43:26 newadsl kernel: [76253.506474] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:43:36 newadsl kernel: [76263.544272] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:43:46 newadsl kernel: [76273.582073] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:43:56 newadsl kernel: [76283.619875] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:44:07 newadsl kernel: [76293.657676] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:44:17 newadsl kernel: [76303.717773] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:44:27 newadsl kernel: [76313.733278] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:44:37 newadsl kernel: [76323.771076] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:44:47 newadsl kernel: [76333.808877] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:44:57 newadsl kernel: [76343.846676] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:45:07 newadsl kernel: [76353.884477] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:45:17 newadsl kernel: [76363.922278] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:45:27 newadsl kernel: [76373.960082] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:45:37 newadsl kernel: [76383.997880] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:45:47 newadsl kernel: [76394.035681] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:45:57 newadsl kernel: [76404.073482] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:46:07 newadsl kernel: [76414.111284] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:46:17 newadsl kernel: [76424.149081] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:46:27 newadsl kernel: [76434.186882] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:46:37 newadsl kernel: [76444.224684] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:46:47 newadsl kernel: [76454.262485] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:46:57 newadsl kernel: [76464.271781] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:47:07 newadsl kernel: [76474.338083] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:47:17 newadsl kernel: [76484.375885] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:47:27 newadsl kernel: [76494.413685] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:47:37 newadsl kernel: [76504.451483] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:47:47 newadsl kernel: [76514.473553] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:47:57 newadsl kernel: [76524.527088] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:48:07 newadsl kernel: [76534.564890] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:48:17 newadsl kernel: [76544.602687] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:48:28 newadsl kernel: [76554.640488] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:48:38 newadsl kernel: [76564.703613] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:48:48 newadsl kernel: [76574.716087] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:48:58 newadsl kernel: [76584.753888] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:49:08 newadsl kernel: [76594.791689] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:49:18 newadsl kernel: [76604.829490] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:49:28 newadsl kernel: [76614.867290] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:49:38 newadsl kernel: [76624.905088] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:49:48 newadsl kernel: [76634.942889] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:49:58 newadsl kernel: [76644.980687] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:50:08 newadsl kernel: [76655.018487] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:50:18 newadsl kernel: [76665.078731] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:50:28 newadsl kernel: [76675.094092] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:50:38 newadsl kernel: [76685.131890] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:50:48 newadsl kernel: [76695.169691] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:50:58 newadsl kernel: [76705.207492] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:51:08 newadsl kernel: [76715.245292] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:51:18 newadsl kernel: [76725.283090] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:51:28 newadsl kernel: [76735.320894] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:51:38 newadsl kernel: [76745.358691] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:51:48 newadsl kernel: [76755.419254] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:51:58 newadsl kernel: [76765.434290] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:52:08 newadsl kernel: [76775.472091] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:52:18 newadsl kernel: [76785.509891] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:52:28 newadsl kernel: [76795.547692] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:52:38 newadsl kernel: [76805.585492] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:52:48 newadsl kernel: [76815.623297] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:52:59 newadsl kernel: [76825.685067] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:53:09 newadsl kernel: [76835.722913] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:53:19 newadsl kernel: [76845.760962] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:53:29 newadsl kernel: [76855.774497] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:53:39 newadsl kernel: [76865.810244] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:53:49 newadsl kernel: [76875.850095] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:53:59 newadsl kernel: [76885.887898] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:54:09 newadsl kernel: [76895.925696] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:54:19 newadsl kernel: [76905.985753] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:54:29 newadsl kernel: [76916.023751] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:54:39 newadsl kernel: [76926.039096] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:54:49 newadsl kernel: [76936.076897] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:54:59 newadsl kernel: [76946.114698] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:55:09 newadsl kernel: [76956.152499] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:55:19 newadsl kernel: [76966.190300] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:55:29 newadsl kernel: [76976.228101] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:55:39 newadsl kernel: [76986.233789] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:55:49 newadsl kernel: [76996.303701] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:55:59 newadsl kernel: [77006.341502] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:56:09 newadsl kernel: [77016.379300] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:56:19 newadsl kernel: [77026.417102] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:56:29 newadsl kernel: [77036.454903] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:56:39 newadsl kernel: [77046.492704] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:56:49 newadsl kernel: [77056.553117] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:56:59 newadsl kernel: [77066.590730] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:57:09 newadsl kernel: [77076.606105] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:57:20 newadsl kernel: [77086.643906] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:57:30 newadsl kernel: [77096.704148] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:57:40 newadsl kernel: [77106.719512] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:57:50 newadsl kernel: [77116.757310] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:58:00 newadsl kernel: [77126.795095] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:58:10 newadsl kernel: [77136.832910] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:58:20 newadsl kernel: [77146.870711] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:58:30 newadsl kernel: [77156.908512] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:58:40 newadsl kernel: [77166.946314] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:58:50 newadsl kernel: [77176.984115] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:59:00 newadsl kernel: [77187.021916] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:59:10 newadsl kernel: [77197.059714] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:59:20 newadsl kernel: [77207.097516] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:59:30 newadsl kernel: [77217.135314] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:59:40 newadsl kernel: [77227.173115] ath5k phy0: no further txbuf available, dropping packet
Aug 18 18:59:50 newadsl kernel: [77237.210917] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:00:00 newadsl kernel: [77247.248718] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:00:10 newadsl kernel: [77257.286519] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:00:20 newadsl kernel: [77267.324320] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:00:30 newadsl kernel: [77277.362121] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:00:40 newadsl kernel: [77287.399923] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:00:50 newadsl kernel: [77297.437721] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:01:00 newadsl kernel: [77307.464310] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:01:10 newadsl kernel: [77317.513320] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:01:20 newadsl kernel: [77327.534840] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:01:30 newadsl kernel: [77337.588923] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:01:40 newadsl kernel: [77347.605370] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:01:51 newadsl kernel: [77357.686970] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:02:01 newadsl kernel: [77367.724737] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:02:11 newadsl kernel: [77377.711165] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:02:21 newadsl kernel: [77387.777926] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:02:31 newadsl kernel: [77397.815734] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:02:41 newadsl kernel: [77407.853539] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:02:51 newadsl kernel: [77417.891339] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:03:01 newadsl kernel: [77427.929108] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:03:11 newadsl kernel: [77437.966869] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:03:21 newadsl kernel: [77448.004632] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:03:31 newadsl kernel: [77458.042552] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:03:41 newadsl kernel: [77468.080357] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:03:51 newadsl kernel: [77478.118161] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:04:01 newadsl kernel: [77488.155965] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:04:11 newadsl kernel: [77498.193766] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:04:21 newadsl kernel: [77508.231570] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:04:31 newadsl kernel: [77518.269371] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:04:41 newadsl kernel: [77528.307176] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:04:51 newadsl kernel: [77538.344980] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:05:01 newadsl kernel: [77548.382404] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:05:11 newadsl kernel: [77558.420589] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:05:21 newadsl kernel: [77568.458393] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:05:31 newadsl kernel: [77578.496198] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:05:41 newadsl kernel: [77588.534003] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:05:51 newadsl kernel: [77598.571804] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:06:01 newadsl kernel: [77608.609608] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:06:12 newadsl kernel: [77618.647413] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:06:22 newadsl kernel: [77628.708992] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:06:32 newadsl kernel: [77638.723019] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:06:42 newadsl kernel: [77648.760823] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:06:52 newadsl kernel: [77658.798628] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:07:02 newadsl kernel: [77668.836322] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:07:12 newadsl kernel: [77678.874234] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:07:22 newadsl kernel: [77688.912042] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:07:32 newadsl kernel: [77698.949847] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:07:42 newadsl kernel: [77708.987652] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:07:52 newadsl kernel: [77719.025454] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:08:02 newadsl kernel: [77729.063258] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:08:12 newadsl kernel: [77739.083590] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:08:22 newadsl kernel: [77749.138864] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:08:32 newadsl kernel: [77759.176669] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:08:42 newadsl kernel: [77769.214475] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:08:52 newadsl kernel: [77779.252279] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:09:02 newadsl kernel: [77789.290084] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:09:12 newadsl kernel: [77799.327885] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:09:22 newadsl kernel: [77809.365690] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:09:32 newadsl kernel: [77819.365342] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:09:42 newadsl kernel: [77829.400609] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:09:52 newadsl kernel: [77839.479105] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:10:02 newadsl kernel: [77849.516909] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:10:12 newadsl kernel: [77859.554711] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:10:22 newadsl kernel: [77869.592516] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:10:32 newadsl kernel: [77879.630320] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:10:43 newadsl kernel: [77889.690282] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:10:53 newadsl kernel: [77899.705927] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:11:03 newadsl kernel: [77909.743735] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:11:13 newadsl kernel: [77919.781536] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:11:23 newadsl kernel: [77929.819341] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:11:33 newadsl kernel: [77939.857143] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:11:43 newadsl kernel: [77949.894947] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:11:53 newadsl kernel: [77959.932752] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:12:03 newadsl kernel: [77969.970557] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:12:13 newadsl kernel: [77980.008362] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:12:23 newadsl kernel: [77990.046169] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:12:33 newadsl kernel: [78000.083974] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:12:43 newadsl kernel: [78010.121775] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:12:53 newadsl kernel: [78020.159580] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:13:03 newadsl kernel: [78030.197385] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:13:13 newadsl kernel: [78040.235189] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:13:23 newadsl kernel: [78050.272991] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:13:33 newadsl kernel: [78060.310799] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:13:43 newadsl kernel: [78070.348600] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:13:53 newadsl kernel: [78080.384687] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:14:03 newadsl kernel: [78090.424206] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:14:13 newadsl kernel: [78100.462010] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:14:23 newadsl kernel: [78110.499814] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:14:33 newadsl kernel: [78120.525755] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:14:43 newadsl kernel: [78130.575424] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:14:53 newadsl kernel: [78140.596290] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:15:04 newadsl kernel: [78150.651033] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:15:14 newadsl kernel: [78160.711144] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:15:24 newadsl kernel: [78170.723685] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:15:34 newadsl kernel: [78180.764442] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:15:44 newadsl kernel: [78190.802244] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:15:54 newadsl kernel: [78200.840048] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:16:04 newadsl kernel: [78210.843159] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:16:14 newadsl kernel: [78220.915657] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:16:24 newadsl kernel: [78230.953461] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:16:34 newadsl kernel: [78240.991265] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:16:44 newadsl kernel: [78251.029066] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:16:54 newadsl kernel: [78261.066871] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:17:04 newadsl kernel: [78271.104672] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:17:14 newadsl kernel: [78281.142483] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:17:24 newadsl kernel: [78291.180284] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:17:34 newadsl kernel: [78301.218088] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:17:44 newadsl kernel: [78311.255889] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:17:54 newadsl kernel: [78321.293693] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:18:04 newadsl kernel: [78331.331497] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:18:14 newadsl kernel: [78341.369302] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:18:24 newadsl kernel: [78351.407106] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:18:34 newadsl kernel: [78361.444910] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:18:44 newadsl kernel: [78371.482711] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:18:54 newadsl kernel: [78381.520515] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:19:04 newadsl kernel: [78391.558316] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:19:14 newadsl kernel: [78401.596121] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:19:24 newadsl kernel: [78411.633925] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:19:35 newadsl kernel: [78421.694858] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:19:45 newadsl kernel: [78431.709538] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:19:55 newadsl kernel: [78441.747344] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:20:05 newadsl kernel: [78451.785151] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:20:15 newadsl kernel: [78461.822958] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:20:25 newadsl kernel: [78471.860761] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:20:35 newadsl kernel: [78481.897783] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:20:45 newadsl kernel: [78491.936371] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:20:55 newadsl kernel: [78501.968322] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:21:05 newadsl kernel: [78512.003592] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:21:15 newadsl kernel: [78522.049790] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:21:25 newadsl kernel: [78532.087597] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:21:35 newadsl kernel: [78542.125403] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:21:45 newadsl kernel: [78552.144669] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:21:55 newadsl kernel: [78562.201713] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:22:05 newadsl kernel: [78572.238823] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:22:15 newadsl kernel: [78582.250477] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:22:25 newadsl kernel: [78592.336597] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:22:35 newadsl kernel: [78602.352239] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:22:45 newadsl kernel: [78612.390042] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:22:55 newadsl kernel: [78622.427849] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:23:05 newadsl kernel: [78632.465655] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:23:15 newadsl kernel: [78642.503463] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:23:25 newadsl kernel: [78652.541268] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:23:35 newadsl kernel: [78662.579074] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:23:45 newadsl kernel: [78672.616877] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:23:56 newadsl kernel: [78682.654683] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:24:06 newadsl kernel: [78692.714810] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:24:16 newadsl kernel: [78702.730292] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:24:26 newadsl kernel: [78712.768099] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:24:36 newadsl kernel: [78722.805908] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:24:46 newadsl kernel: [78732.843711] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:24:56 newadsl kernel: [78742.881518] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:25:06 newadsl kernel: [78752.919324] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:25:16 newadsl kernel: [78762.957130] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:25:26 newadsl kernel: [78772.994933] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:25:36 newadsl kernel: [78783.032738] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:25:46 newadsl kernel: [78793.070545] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:25:56 newadsl kernel: [78803.108351] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:26:06 newadsl kernel: [78813.146154] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:26:16 newadsl kernel: [78823.183961] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:26:26 newadsl kernel: [78833.221766] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:26:36 newadsl kernel: [78843.259572] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:26:46 newadsl kernel: [78853.297375] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:26:56 newadsl kernel: [78863.335185] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:27:06 newadsl kernel: [78873.372990] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:27:16 newadsl kernel: [78883.410796] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:27:26 newadsl kernel: [78893.448599] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:27:36 newadsl kernel: [78903.486405] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:27:46 newadsl kernel: [78913.516762] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:27:56 newadsl kernel: [78923.562014] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:28:06 newadsl kernel: [78933.599820] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:28:17 newadsl kernel: [78943.637626] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:28:27 newadsl kernel: [78953.698076] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:28:37 newadsl kernel: [78963.713238] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:28:47 newadsl kernel: [78973.751040] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:28:57 newadsl kernel: [78983.813820] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:29:07 newadsl kernel: [78993.826648] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:29:17 newadsl kernel: [79003.864455] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:29:27 newadsl kernel: [79013.902264] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:29:37 newadsl kernel: [79023.940070] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:29:47 newadsl kernel: [79033.977872] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:29:57 newadsl kernel: [79044.015678] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:30:07 newadsl kernel: [79054.053484] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:30:17 newadsl kernel: [79064.091289] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:30:27 newadsl kernel: [79074.129092] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:30:37 newadsl kernel: [79084.166901] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:30:47 newadsl kernel: [79094.204704] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:30:57 newadsl kernel: [79104.242510] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:31:07 newadsl kernel: [79114.280312] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:31:17 newadsl kernel: [79124.318118] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:31:27 newadsl kernel: [79134.355923] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:31:37 newadsl kernel: [79144.393729] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:31:47 newadsl kernel: [79154.431535] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:31:57 newadsl kernel: [79164.469343] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:32:07 newadsl kernel: [79174.507150] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:32:17 newadsl kernel: [79184.544951] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:32:27 newadsl kernel: [79194.582758] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:32:37 newadsl kernel: [79204.620563] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:32:48 newadsl kernel: [79214.658369] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:32:58 newadsl kernel: [79224.719303] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:33:08 newadsl kernel: [79234.733980] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:33:18 newadsl kernel: [79244.771782] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:33:28 newadsl kernel: [79254.809588] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:33:38 newadsl kernel: [79264.847390] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:33:48 newadsl kernel: [79274.885196] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:33:58 newadsl kernel: [79284.923001] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:34:08 newadsl kernel: [79294.959385] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:34:18 newadsl kernel: [79304.994654] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:34:28 newadsl kernel: [79315.029923] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:34:38 newadsl kernel: [79325.065192] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:34:48 newadsl kernel: [79335.100461] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:34:58 newadsl kernel: [79345.135729] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:35:08 newadsl kernel: [79355.170998] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:35:18 newadsl kernel: [79365.225438] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:35:28 newadsl kernel: [79375.263244] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:35:38 newadsl kernel: [79385.276805] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:35:48 newadsl kernel: [79395.338855] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:35:58 newadsl kernel: [79405.376660] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:36:08 newadsl kernel: [79415.414465] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:36:18 newadsl kernel: [79425.417879] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:36:28 newadsl kernel: [79435.490072] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:36:38 newadsl kernel: [79445.527868] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:36:48 newadsl kernel: [79455.565673] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:36:58 newadsl kernel: [79465.603469] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:37:09 newadsl kernel: [79475.641267] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:37:19 newadsl kernel: [79485.701539] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:37:29 newadsl kernel: [79495.716862] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:37:39 newadsl kernel: [79505.754660] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:37:49 newadsl kernel: [79515.792459] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:37:59 newadsl kernel: [79525.830258] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:38:09 newadsl kernel: [79535.868057] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:38:19 newadsl kernel: [79545.905852] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:38:29 newadsl kernel: [79555.943651] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:38:39 newadsl kernel: [79565.981447] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:38:49 newadsl kernel: [79576.019245] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:38:59 newadsl kernel: [79586.057044] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:39:09 newadsl kernel: [79596.094843] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:39:19 newadsl kernel: [79606.132642] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:39:29 newadsl kernel: [79616.170441] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:39:39 newadsl kernel: [79626.208239] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:39:49 newadsl kernel: [79636.246038] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:39:59 newadsl kernel: [79646.283834] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:40:09 newadsl kernel: [79656.321633] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:40:19 newadsl kernel: [79666.359428] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:40:29 newadsl kernel: [79676.397230] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:40:39 newadsl kernel: [79686.435026] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:40:49 newadsl kernel: [79696.472825] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:40:59 newadsl kernel: [79706.507625] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:41:09 newadsl kernel: [79716.542887] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:41:19 newadsl kernel: [79726.578149] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:41:29 newadsl kernel: [79736.613413] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:41:40 newadsl kernel: [79746.661819] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:41:50 newadsl kernel: [79756.705251] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:42:00 newadsl kernel: [79766.737413] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:42:10 newadsl kernel: [79776.754461] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:42:20 newadsl kernel: [79786.813008] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:42:30 newadsl kernel: [79796.824985] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:42:40 newadsl kernel: [79806.860247] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:42:50 newadsl kernel: [79816.926405] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:43:00 newadsl kernel: [79826.930772] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:43:10 newadsl kernel: [79836.966035] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:43:20 newadsl kernel: [79847.039799] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:43:30 newadsl kernel: [79857.077598] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:43:40 newadsl kernel: [79867.115393] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:43:50 newadsl kernel: [79877.153192] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:44:00 newadsl kernel: [79887.190991] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:44:10 newadsl kernel: [79897.228793] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:44:20 newadsl kernel: [79907.266589] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:44:30 newadsl kernel: [79917.304387] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:44:40 newadsl kernel: [79927.342186] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:44:50 newadsl kernel: [79937.379986] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:45:00 newadsl kernel: [79947.417781] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:45:10 newadsl kernel: [79957.455581] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:45:20 newadsl kernel: [79967.493380] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:45:30 newadsl kernel: [79977.531178] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:45:40 newadsl kernel: [79987.568975] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:45:50 newadsl kernel: [79997.606773] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:46:01 newadsl kernel: [80007.644572] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:46:11 newadsl kernel: [80017.706067] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:46:21 newadsl kernel: [80027.720167] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:46:31 newadsl kernel: [80037.757970] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:46:41 newadsl kernel: [80047.795769] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:46:51 newadsl kernel: [80057.833567] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:47:01 newadsl kernel: [80067.871364] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:47:11 newadsl kernel: [80077.909162] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:47:21 newadsl kernel: [80087.946958] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:47:31 newadsl kernel: [80097.984757] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:47:41 newadsl kernel: [80108.022557] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:47:51 newadsl kernel: [80118.060356] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:48:01 newadsl kernel: [80128.098155] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:48:11 newadsl kernel: [80138.135954] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:48:21 newadsl kernel: [80148.173750] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:48:31 newadsl kernel: [80158.196833] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:48:41 newadsl kernel: [80168.232096] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:48:51 newadsl kernel: [80178.287144] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:49:01 newadsl kernel: [80188.302620] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:49:11 newadsl kernel: [80198.362746] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:49:21 newadsl kernel: [80208.373145] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:49:31 newadsl kernel: [80218.408408] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:49:41 newadsl kernel: [80228.476140] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:49:51 newadsl kernel: [80238.478933] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:50:01 newadsl kernel: [80248.514196] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:50:11 newadsl kernel: [80258.589538] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:50:21 newadsl kernel: [80268.627334] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:50:32 newadsl kernel: [80278.687579] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:50:42 newadsl kernel: [80288.725074] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:50:52 newadsl kernel: [80298.740728] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:51:02 newadsl kernel: [80308.801178] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:51:12 newadsl kernel: [80318.816326] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:51:22 newadsl kernel: [80328.854126] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:51:32 newadsl kernel: [80338.891928] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:51:42 newadsl kernel: [80348.929728] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:51:52 newadsl kernel: [80358.967524] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:52:02 newadsl kernel: [80369.005323] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:52:12 newadsl kernel: [80379.043122] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:52:22 newadsl kernel: [80389.080921] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:52:32 newadsl kernel: [80399.118717] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:52:42 newadsl kernel: [80409.156520] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:52:52 newadsl kernel: [80419.194316] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:53:02 newadsl kernel: [80429.232115] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:53:12 newadsl kernel: [80439.269911] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:53:22 newadsl kernel: [80449.307711] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:53:32 newadsl kernel: [80459.345509] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:53:42 newadsl kernel: [80469.383306] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:53:52 newadsl kernel: [80479.421103] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:54:02 newadsl kernel: [80489.458901] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:54:12 newadsl kernel: [80499.496698] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:54:22 newadsl kernel: [80509.533418] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:54:32 newadsl kernel: [80519.572289] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:54:42 newadsl kernel: [80529.610086] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:54:53 newadsl kernel: [80539.647880] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:55:03 newadsl kernel: [80549.695707] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:55:13 newadsl kernel: [80559.723474] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:55:23 newadsl kernel: [80569.744981] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:55:33 newadsl kernel: [80579.780241] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:55:43 newadsl kernel: [80589.815502] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:55:53 newadsl kernel: [80599.850763] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:56:03 newadsl kernel: [80609.886023] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:56:13 newadsl kernel: [80619.950250] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:56:23 newadsl kernel: [80629.988054] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:56:33 newadsl kernel: [80639.991805] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:56:43 newadsl kernel: [80650.027066] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:56:53 newadsl kernel: [80660.101440] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:57:03 newadsl kernel: [80670.139237] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:57:13 newadsl kernel: [80680.177034] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:57:23 newadsl kernel: [80690.214831] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:57:33 newadsl kernel: [80700.261010] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:57:43 newadsl kernel: [80710.290426] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:57:53 newadsl kernel: [80720.328220] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:58:03 newadsl kernel: [80730.366017] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:58:13 newadsl kernel: [80740.403811] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:58:23 newadsl kernel: [80750.441608] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:58:33 newadsl kernel: [80760.479406] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:58:43 newadsl kernel: [80770.517203] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:58:53 newadsl kernel: [80780.555001] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:59:03 newadsl kernel: [80790.592798] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:59:13 newadsl kernel: [80800.630595] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:59:24 newadsl kernel: [80810.690886] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:59:34 newadsl kernel: [80820.706187] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:59:44 newadsl kernel: [80830.743984] ath5k phy0: no further txbuf available, dropping packet
Aug 18 19:59:54 newadsl kernel: [80840.781778] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:00:04 newadsl kernel: [80850.819579] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:00:14 newadsl kernel: [80860.857373] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:00:24 newadsl kernel: [80870.895170] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:00:34 newadsl kernel: [80880.932968] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:00:44 newadsl kernel: [80890.970766] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:00:54 newadsl kernel: [80901.008559] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:01:04 newadsl kernel: [80911.046249] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:01:14 newadsl kernel: [80921.081510] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:01:24 newadsl kernel: [80931.121955] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:01:34 newadsl kernel: [80941.159750] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:01:44 newadsl kernel: [80951.197547] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:01:54 newadsl kernel: [80961.235342] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:02:04 newadsl kernel: [80971.257815] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:02:14 newadsl kernel: [80981.293076] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:02:24 newadsl kernel: [80991.328338] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:02:34 newadsl kernel: [81001.386532] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:02:44 newadsl kernel: [81011.424329] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:02:54 newadsl kernel: [81021.462124] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:03:04 newadsl kernel: [81031.499921] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:03:14 newadsl kernel: [81041.504644] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:03:24 newadsl kernel: [81051.539905] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:03:34 newadsl kernel: [81061.613311] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:03:45 newadsl kernel: [81071.651112] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:03:55 newadsl kernel: [81081.711251] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:04:05 newadsl kernel: [81091.726704] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:04:15 newadsl kernel: [81101.764502] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:04:25 newadsl kernel: [81111.802299] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:04:35 newadsl kernel: [81121.840094] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:04:45 newadsl kernel: [81131.877891] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:04:55 newadsl kernel: [81141.915689] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:05:05 newadsl kernel: [81151.953487] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:05:15 newadsl kernel: [81161.991281] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:05:25 newadsl kernel: [81172.029079] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:05:35 newadsl kernel: [81182.066876] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:05:45 newadsl kernel: [81192.104674] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:05:55 newadsl kernel: [81202.142469] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:06:05 newadsl kernel: [81212.180270] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:06:15 newadsl kernel: [81222.218068] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:06:25 newadsl kernel: [81232.255865] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:06:35 newadsl kernel: [81242.293660] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:06:45 newadsl kernel: [81252.331458] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:06:55 newadsl kernel: [81262.369252] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:07:05 newadsl kernel: [81272.407050] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:07:15 newadsl kernel: [81282.444848] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:07:25 newadsl kernel: [81292.482646] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:07:35 newadsl kernel: [81302.520444] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:07:45 newadsl kernel: [81312.558242] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:07:55 newadsl kernel: [81322.594365] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:08:05 newadsl kernel: [81332.633834] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:08:16 newadsl kernel: [81342.693803] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:08:26 newadsl kernel: [81352.709427] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:08:36 newadsl kernel: [81362.747227] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:08:46 newadsl kernel: [81372.785025] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:08:56 newadsl kernel: [81382.822820] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:09:06 newadsl kernel: [81392.860618] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:09:16 newadsl kernel: [81402.898416] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:09:26 newadsl kernel: [81412.936214] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:09:36 newadsl kernel: [81422.974008] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:09:46 newadsl kernel: [81433.011809] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:09:56 newadsl kernel: [81443.049604] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:10:06 newadsl kernel: [81453.087402] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:10:16 newadsl kernel: [81463.125196] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:10:26 newadsl kernel: [81473.162994] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:10:36 newadsl kernel: [81483.200793] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:10:46 newadsl kernel: [81493.238591] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:10:56 newadsl kernel: [81503.276389] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:11:06 newadsl kernel: [81513.314189] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:11:16 newadsl kernel: [81523.351987] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:11:26 newadsl kernel: [81533.389782] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:11:36 newadsl kernel: [81543.427580] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:11:46 newadsl kernel: [81553.465378] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:11:56 newadsl kernel: [81563.503176] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:12:06 newadsl kernel: [81573.540018] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:12:16 newadsl kernel: [81583.575279] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:12:26 newadsl kernel: [81593.616567] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:12:37 newadsl kernel: [81603.654365] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:12:47 newadsl kernel: [81613.714385] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:12:57 newadsl kernel: [81623.729958] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:13:07 newadsl kernel: [81633.751587] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:13:17 newadsl kernel: [81643.805554] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:13:27 newadsl kernel: [81653.843352] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:13:37 newadsl kernel: [81663.857372] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:13:47 newadsl kernel: [81673.892633] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:13:57 newadsl kernel: [81683.956746] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:14:07 newadsl kernel: [81693.994541] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:14:17 newadsl kernel: [81704.032339] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:14:27 newadsl kernel: [81714.070134] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:14:37 newadsl kernel: [81724.107932] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:14:47 newadsl kernel: [81734.145730] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:14:57 newadsl kernel: [81744.183528] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:15:07 newadsl kernel: [81754.221326] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:15:17 newadsl kernel: [81764.259124] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:15:27 newadsl kernel: [81774.296919] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:15:37 newadsl kernel: [81784.334717] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:15:47 newadsl kernel: [81794.372512] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:15:57 newadsl kernel: [81804.410317] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:16:07 newadsl kernel: [81814.448111] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:16:17 newadsl kernel: [81824.485910] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:16:27 newadsl kernel: [81834.523705] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:16:37 newadsl kernel: [81844.561503] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:16:47 newadsl kernel: [81854.599301] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:16:58 newadsl kernel: [81864.637099] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:17:08 newadsl kernel: [81874.697570] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:17:18 newadsl kernel: [81884.712695] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:17:28 newadsl kernel: [81894.750490] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:17:38 newadsl kernel: [81904.788288] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:17:48 newadsl kernel: [81914.826083] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:17:58 newadsl kernel: [81924.863881] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:18:08 newadsl kernel: [81934.901679] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:18:18 newadsl kernel: [81944.939478] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:18:28 newadsl kernel: [81954.977275] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:18:38 newadsl kernel: [81965.015074] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:18:48 newadsl kernel: [81975.052872] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:18:58 newadsl kernel: [81985.090670] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:19:08 newadsl kernel: [81995.128465] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:19:18 newadsl kernel: [82005.166264] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:19:28 newadsl kernel: [82015.204058] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:19:38 newadsl kernel: [82025.261008] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:19:48 newadsl kernel: [82035.279655] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:19:58 newadsl kernel: [82045.299721] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:20:08 newadsl kernel: [82055.355251] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:20:18 newadsl kernel: [82065.370244] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:20:28 newadsl kernel: [82075.430845] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:20:38 newadsl kernel: [82085.468643] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:20:48 newadsl kernel: [82095.476030] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:20:58 newadsl kernel: [82105.511291] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:21:08 newadsl kernel: [82115.582038] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:21:18 newadsl kernel: [82125.619836] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:21:29 newadsl kernel: [82135.657631] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:21:39 newadsl kernel: [82145.717738] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:21:49 newadsl kernel: [82155.733228] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:21:59 newadsl kernel: [82165.771026] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:22:09 newadsl kernel: [82175.808824] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:22:19 newadsl kernel: [82185.846623] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:22:29 newadsl kernel: [82195.884417] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:22:39 newadsl kernel: [82205.922216] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:22:49 newadsl kernel: [82215.960011] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:22:59 newadsl kernel: [82225.997809] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:23:09 newadsl kernel: [82236.035607] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:23:19 newadsl kernel: [82246.073409] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:23:29 newadsl kernel: [82256.111204] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:23:39 newadsl kernel: [82266.149003] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:23:49 newadsl kernel: [82276.186801] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:23:59 newadsl kernel: [82286.224599] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:24:09 newadsl kernel: [82296.262394] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:24:19 newadsl kernel: [82306.300193] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:24:29 newadsl kernel: [82316.337991] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:24:39 newadsl kernel: [82326.375790] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:24:49 newadsl kernel: [82336.413585] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:24:59 newadsl kernel: [82346.451384] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:25:09 newadsl kernel: [82356.489182] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:25:19 newadsl kernel: [82366.526980] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:25:29 newadsl kernel: [82376.564775] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:25:39 newadsl kernel: [82386.602577] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:25:50 newadsl kernel: [82396.640375] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:26:00 newadsl kernel: [82406.701045] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:26:10 newadsl kernel: [82416.715969] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:26:20 newadsl kernel: [82426.742081] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:26:30 newadsl kernel: [82436.791563] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:26:40 newadsl kernel: [82446.812606] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:26:50 newadsl kernel: [82456.867160] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:27:00 newadsl kernel: [82466.904958] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:27:10 newadsl kernel: [82476.942756] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:27:20 newadsl kernel: [82486.953655] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:27:30 newadsl kernel: [82497.018350] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:27:40 newadsl kernel: [82507.056148] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:27:50 newadsl kernel: [82517.093944] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:28:00 newadsl kernel: [82527.094705] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:28:10 newadsl kernel: [82537.129967] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:28:20 newadsl kernel: [82547.207343] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:28:30 newadsl kernel: [82557.245138] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:28:40 newadsl kernel: [82567.282936] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:28:50 newadsl kernel: [82577.320735] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:29:00 newadsl kernel: [82587.358533] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:29:10 newadsl kernel: [82597.396329] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:29:20 newadsl kernel: [82607.434131] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:29:30 newadsl kernel: [82617.471926] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:29:40 newadsl kernel: [82627.509724] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:29:50 newadsl kernel: [82637.547520] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:30:00 newadsl kernel: [82647.585319] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:30:10 newadsl kernel: [82657.623117] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:30:21 newadsl kernel: [82667.660915] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:30:31 newadsl kernel: [82677.720863] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:30:41 newadsl kernel: [82687.736515] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:30:51 newadsl kernel: [82697.774314] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:31:01 newadsl kernel: [82707.812110] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:31:11 newadsl kernel: [82717.849909] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:31:21 newadsl kernel: [82727.887707] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:31:31 newadsl kernel: [82737.925505] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:31:41 newadsl kernel: [82747.963301] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:31:51 newadsl kernel: [82758.001103] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:32:01 newadsl kernel: [82768.038899] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:32:11 newadsl kernel: [82778.076698] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:32:21 newadsl kernel: [82788.114492] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:32:31 newadsl kernel: [82798.152291] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:32:41 newadsl kernel: [82808.190090] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:32:51 newadsl kernel: [82818.227889] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:33:01 newadsl kernel: [82828.265687] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:33:11 newadsl kernel: [82838.303486] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:33:21 newadsl kernel: [82848.341285] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:33:31 newadsl kernel: [82858.379084] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:33:41 newadsl kernel: [82868.396033] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:33:51 newadsl kernel: [82878.431295] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:34:01 newadsl kernel: [82888.492473] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:34:11 newadsl kernel: [82898.501821] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:34:21 newadsl kernel: [82908.537084] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:34:31 newadsl kernel: [82918.605869] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:34:42 newadsl kernel: [82928.643668] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:34:52 newadsl kernel: [82938.703781] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:35:02 newadsl kernel: [82948.719262] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:35:12 newadsl kernel: [82958.757061] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:35:22 newadsl kernel: [82968.794857] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:35:32 newadsl kernel: [82978.832661] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:35:42 newadsl kernel: [82988.870457] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:35:52 newadsl kernel: [82998.908256] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:36:02 newadsl kernel: [83008.946052] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:36:12 newadsl kernel: [83018.983850] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:36:22 newadsl kernel: [83029.021649] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:36:32 newadsl kernel: [83039.059448] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:36:42 newadsl kernel: [83049.097247] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:36:52 newadsl kernel: [83059.135045] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:37:02 newadsl kernel: [83069.172841] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:37:12 newadsl kernel: [83079.210640] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:37:22 newadsl kernel: [83089.248435] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:37:32 newadsl kernel: [83099.286234] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:37:42 newadsl kernel: [83109.324033] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:37:52 newadsl kernel: [83119.361832] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:38:02 newadsl kernel: [83129.399631] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:38:12 newadsl kernel: [83139.437430] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:38:22 newadsl kernel: [83149.475228] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:38:32 newadsl kernel: [83159.513027] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:38:42 newadsl kernel: [83169.550823] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:38:52 newadsl kernel: [83179.588622] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:39:02 newadsl kernel: [83189.626417] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:39:13 newadsl kernel: [83199.687096] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:39:23 newadsl kernel: [83209.718654] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:39:33 newadsl kernel: [83219.732634] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:39:43 newadsl kernel: [83229.777613] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:39:53 newadsl kernel: [83239.815411] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:40:03 newadsl kernel: [83249.838423] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:40:13 newadsl kernel: [83259.891006] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:40:23 newadsl kernel: [83269.928808] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:40:33 newadsl kernel: [83279.944213] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:40:43 newadsl kernel: [83289.979476] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:40:53 newadsl kernel: [83300.014739] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:41:03 newadsl kernel: [83310.050002] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:41:13 newadsl kernel: [83320.117797] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:41:23 newadsl kernel: [83330.155596] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:41:33 newadsl kernel: [83340.193395] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:41:43 newadsl kernel: [83350.231193] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:41:53 newadsl kernel: [83360.268992] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:42:03 newadsl kernel: [83370.306788] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:42:13 newadsl kernel: [83380.344587] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:42:23 newadsl kernel: [83390.382383] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:42:33 newadsl kernel: [83400.420182] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:42:43 newadsl kernel: [83410.457981] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:42:53 newadsl kernel: [83420.495783] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:43:03 newadsl kernel: [83430.533579] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:43:13 newadsl kernel: [83440.571378] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:43:23 newadsl kernel: [83450.609177] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:43:34 newadsl kernel: [83460.646976] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:43:44 newadsl kernel: [83470.706928] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:43:54 newadsl kernel: [83480.722571] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:44:04 newadsl kernel: [83490.760369] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:44:14 newadsl kernel: [83500.798169] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:44:24 newadsl kernel: [83510.835965] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:44:34 newadsl kernel: [83520.873764] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:44:44 newadsl kernel: [83530.911562] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:44:54 newadsl kernel: [83540.949358] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:45:04 newadsl kernel: [83550.987150] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:45:14 newadsl kernel: [83561.024950] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:45:24 newadsl kernel: [83571.062745] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:45:34 newadsl kernel: [83581.100541] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:45:44 newadsl kernel: [83591.138334] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:45:54 newadsl kernel: [83601.175012] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:46:04 newadsl kernel: [83611.213923] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:46:14 newadsl kernel: [83621.251719] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:46:24 newadsl kernel: [83631.281997] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:46:34 newadsl kernel: [83641.327311] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:46:44 newadsl kernel: [83651.365107] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:46:54 newadsl kernel: [83661.386574] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:47:04 newadsl kernel: [83671.421834] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:47:14 newadsl kernel: [83681.457094] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:47:24 newadsl kernel: [83691.516285] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:47:34 newadsl kernel: [83701.554081] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:47:44 newadsl kernel: [83711.562875] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:47:54 newadsl kernel: [83721.598135] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:48:05 newadsl kernel: [83731.689780] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:48:15 newadsl kernel: [83741.705266] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:48:25 newadsl kernel: [83751.743062] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:48:35 newadsl kernel: [83761.780858] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:48:45 newadsl kernel: [83771.818651] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:48:55 newadsl kernel: [83781.856450] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:49:05 newadsl kernel: [83791.894243] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:49:15 newadsl kernel: [83801.932039] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:49:25 newadsl kernel: [83811.969832] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:49:35 newadsl kernel: [83822.007628] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:49:45 newadsl kernel: [83832.045425] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:49:55 newadsl kernel: [83842.083220] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:50:05 newadsl kernel: [83852.121016] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:50:15 newadsl kernel: [83862.158817] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:50:25 newadsl kernel: [83872.196612] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:50:35 newadsl kernel: [83882.234405] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:50:45 newadsl kernel: [83892.272202] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:50:55 newadsl kernel: [83902.309998] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:51:05 newadsl kernel: [83912.347794] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:51:15 newadsl kernel: [83922.385587] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:51:25 newadsl kernel: [83932.423386] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:51:35 newadsl kernel: [83942.461179] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:51:45 newadsl kernel: [83952.498975] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:51:55 newadsl kernel: [83962.536768] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:52:05 newadsl kernel: [83972.574565] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:52:15 newadsl kernel: [83982.612361] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:52:26 newadsl kernel: [83992.650157] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:52:36 newadsl kernel: [84002.710262] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:52:46 newadsl kernel: [84012.723087] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:52:56 newadsl kernel: [84022.763546] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:53:06 newadsl kernel: [84032.801342] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:53:16 newadsl kernel: [84042.839135] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:53:26 newadsl kernel: [84052.876932] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:53:36 newadsl kernel: [84062.914725] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:53:46 newadsl kernel: [84072.952521] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:53:56 newadsl kernel: [84082.969909] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:54:06 newadsl kernel: [84093.005170] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:54:16 newadsl kernel: [84103.065910] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:54:26 newadsl kernel: [84113.103706] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:54:36 newadsl kernel: [84123.110952] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:54:46 newadsl kernel: [84133.146212] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:54:56 newadsl kernel: [84143.181472] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:55:06 newadsl kernel: [84153.254892] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:55:16 newadsl kernel: [84163.292685] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:55:26 newadsl kernel: [84173.330481] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:55:36 newadsl kernel: [84183.368274] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:55:46 newadsl kernel: [84193.406071] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:55:56 newadsl kernel: [84203.443867] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:56:06 newadsl kernel: [84213.481663] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:56:16 newadsl kernel: [84223.519460] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:56:26 newadsl kernel: [84233.557256] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:56:36 newadsl kernel: [84243.595049] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:56:46 newadsl kernel: [84253.632846] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:56:57 newadsl kernel: [84263.692796] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:57:07 newadsl kernel: [84273.708436] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:57:17 newadsl kernel: [84283.746232] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:57:27 newadsl kernel: [84293.784028] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:57:37 newadsl kernel: [84303.788448] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:57:47 newadsl kernel: [84313.859621] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:57:57 newadsl kernel: [84323.897417] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:58:07 newadsl kernel: [84333.935214] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:58:17 newadsl kernel: [84343.973007] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:58:27 newadsl kernel: [84354.010804] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:58:37 newadsl kernel: [84364.048597] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:58:47 newadsl kernel: [84374.086397] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:58:57 newadsl kernel: [84384.124190] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:59:07 newadsl kernel: [84394.161987] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:59:17 newadsl kernel: [84404.199783] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:59:27 newadsl kernel: [84414.237579] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:59:37 newadsl kernel: [84424.275373] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:59:47 newadsl kernel: [84434.313169] ath5k phy0: no further txbuf available, dropping packet
Aug 18 20:59:57 newadsl kernel: [84444.350969] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:00:07 newadsl kernel: [84454.388766] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:00:17 newadsl kernel: [84464.412213] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:00:27 newadsl kernel: [84474.464356] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:00:37 newadsl kernel: [84484.482735] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:00:47 newadsl kernel: [84494.517995] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:00:57 newadsl kernel: [84504.553256] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:01:07 newadsl kernel: [84514.588517] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:01:17 newadsl kernel: [84524.623778] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:01:28 newadsl kernel: [84534.713603] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:01:38 newadsl kernel: [84544.728926] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:01:48 newadsl kernel: [84554.729561] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:01:58 newadsl kernel: [84564.804515] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:02:08 newadsl kernel: [84574.842312] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:02:18 newadsl kernel: [84584.880108] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:02:28 newadsl kernel: [84594.917908] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:02:38 newadsl kernel: [84604.955701] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:02:48 newadsl kernel: [84614.993498] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:02:58 newadsl kernel: [84625.031295] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:03:08 newadsl kernel: [84635.069091] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:03:18 newadsl kernel: [84645.106886] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:03:28 newadsl kernel: [84655.144681] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:03:38 newadsl kernel: [84665.182478] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:03:48 newadsl kernel: [84675.220275] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:03:58 newadsl kernel: [84685.280241] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:04:08 newadsl kernel: [84695.295866] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:04:18 newadsl kernel: [84705.333662] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:04:28 newadsl kernel: [84715.371459] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:04:38 newadsl kernel: [84725.409252] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:04:48 newadsl kernel: [84735.447052] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:04:58 newadsl kernel: [84745.484849] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:05:08 newadsl kernel: [84755.522646] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:05:18 newadsl kernel: [84765.560439] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:05:28 newadsl kernel: [84775.598235] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:05:39 newadsl kernel: [84785.636029] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:05:49 newadsl kernel: [84795.696630] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:05:59 newadsl kernel: [84805.711623] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:06:09 newadsl kernel: [84815.749420] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:06:19 newadsl kernel: [84825.784007] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:06:29 newadsl kernel: [84835.819268] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:06:39 newadsl kernel: [84845.854529] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:06:49 newadsl kernel: [84855.889790] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:06:59 newadsl kernel: [84865.938397] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:07:09 newadsl kernel: [84875.976194] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:07:19 newadsl kernel: [84885.995574] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:07:29 newadsl kernel: [84896.051790] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:07:39 newadsl kernel: [84906.089584] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:07:49 newadsl kernel: [84916.127381] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:07:59 newadsl kernel: [84926.136618] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:08:09 newadsl kernel: [84936.202974] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:08:19 newadsl kernel: [84946.207140] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:08:29 newadsl kernel: [84956.278568] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:08:39 newadsl kernel: [84966.316362] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:08:49 newadsl kernel: [84976.354158] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:08:59 newadsl kernel: [84986.391953] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:09:09 newadsl kernel: [84996.429749] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:09:19 newadsl kernel: [85006.467546] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:09:29 newadsl kernel: [85016.505343] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:09:39 newadsl kernel: [85026.543140] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:09:49 newadsl kernel: [85036.580940] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:09:59 newadsl kernel: [85046.618737] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:10:10 newadsl kernel: [85056.656530] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:10:20 newadsl kernel: [85066.716472] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:10:30 newadsl kernel: [85076.732125] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:10:40 newadsl kernel: [85086.769921] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:10:50 newadsl kernel: [85096.807715] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:11:00 newadsl kernel: [85106.845515] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:11:10 newadsl kernel: [85116.883309] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:11:20 newadsl kernel: [85126.921106] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:11:30 newadsl kernel: [85136.958900] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:11:40 newadsl kernel: [85146.996696] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:11:50 newadsl kernel: [85157.034494] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:12:00 newadsl kernel: [85167.072290] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:12:10 newadsl kernel: [85177.110087] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:12:20 newadsl kernel: [85187.147885] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:12:30 newadsl kernel: [85197.185681] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:12:40 newadsl kernel: [85207.223478] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:12:50 newadsl kernel: [85217.261272] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:13:00 newadsl kernel: [85227.296855] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:13:10 newadsl kernel: [85237.336863] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:13:20 newadsl kernel: [85247.374660] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:13:30 newadsl kernel: [85257.412457] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:13:40 newadsl kernel: [85267.450254] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:13:50 newadsl kernel: [85277.473161] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:14:00 newadsl kernel: [85287.508423] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:14:10 newadsl kernel: [85297.543684] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:14:20 newadsl kernel: [85307.578946] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:14:30 newadsl kernel: [85317.614207] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:14:41 newadsl kernel: [85327.699394] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:14:51 newadsl kernel: [85337.706119] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:15:01 newadsl kernel: [85347.752627] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:15:11 newadsl kernel: [85357.790421] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:15:21 newadsl kernel: [85367.790515] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:15:31 newadsl kernel: [85377.866015] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:15:41 newadsl kernel: [85387.903812] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:15:51 newadsl kernel: [85397.916130] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:16:01 newadsl kernel: [85407.979407] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:16:11 newadsl kernel: [85418.017200] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:16:21 newadsl kernel: [85428.054997] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:16:31 newadsl kernel: [85438.092792] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:16:41 newadsl kernel: [85448.130588] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:16:51 newadsl kernel: [85458.168386] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:17:01 newadsl kernel: [85468.224318] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:17:11 newadsl kernel: [85478.243980] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:17:21 newadsl kernel: [85488.281777] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:17:31 newadsl kernel: [85498.319574] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:17:41 newadsl kernel: [85508.357371] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:17:51 newadsl kernel: [85518.395165] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:18:01 newadsl kernel: [85528.432962] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:18:11 newadsl kernel: [85538.470756] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:18:21 newadsl kernel: [85548.508556] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:18:31 newadsl kernel: [85558.546350] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:18:41 newadsl kernel: [85568.584147] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:18:51 newadsl kernel: [85578.621944] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:19:02 newadsl kernel: [85588.659742] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:19:12 newadsl kernel: [85598.720519] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:19:22 newadsl kernel: [85608.735334] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:19:32 newadsl kernel: [85618.773135] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:19:42 newadsl kernel: [85628.809719] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:19:52 newadsl kernel: [85638.844979] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:20:02 newadsl kernel: [85648.886524] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:20:12 newadsl kernel: [85658.924318] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:20:22 newadsl kernel: [85668.950765] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:20:32 newadsl kernel: [85678.986027] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:20:42 newadsl kernel: [85689.037710] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:20:52 newadsl kernel: [85699.056552] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:21:02 newadsl kernel: [85709.113306] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:21:12 newadsl kernel: [85719.151100] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:21:22 newadsl kernel: [85729.188898] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:21:32 newadsl kernel: [85739.226692] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:21:42 newadsl kernel: [85749.264490] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:21:52 newadsl kernel: [85759.268123] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:22:02 newadsl kernel: [85769.340088] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:22:12 newadsl kernel: [85779.377882] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:22:22 newadsl kernel: [85789.438304] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:22:32 newadsl kernel: [85799.453478] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:22:42 newadsl kernel: [85809.491275] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:22:52 newadsl kernel: [85819.529069] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:23:02 newadsl kernel: [85829.566867] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:23:12 newadsl kernel: [85839.604664] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:23:23 newadsl kernel: [85849.642462] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:23:33 newadsl kernel: [85859.702862] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:23:43 newadsl kernel: [85869.718055] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:23:53 newadsl kernel: [85879.755852] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:24:03 newadsl kernel: [85889.793650] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:24:13 newadsl kernel: [85899.831445] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:24:23 newadsl kernel: [85909.869245] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:24:33 newadsl kernel: [85919.907042] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:24:43 newadsl kernel: [85929.944840] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:24:53 newadsl kernel: [85939.982635] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:25:03 newadsl kernel: [85950.020433] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:25:13 newadsl kernel: [85960.058227] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:25:23 newadsl kernel: [85970.096025] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:25:33 newadsl kernel: [85980.133822] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:25:43 newadsl kernel: [85990.171620] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:25:53 newadsl kernel: [86000.209418] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:26:03 newadsl kernel: [86010.247215] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:26:13 newadsl kernel: [86020.307941] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:26:23 newadsl kernel: [86030.322807] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:26:33 newadsl kernel: [86040.324791] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:26:43 newadsl kernel: [86050.398400] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:26:53 newadsl kernel: [86060.436201] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:27:03 newadsl kernel: [86070.463649] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:27:13 newadsl kernel: [86080.511792] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:27:23 newadsl kernel: [86090.549590] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:27:33 newadsl kernel: [86100.587388] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:27:43 newadsl kernel: [86110.604697] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:27:54 newadsl kernel: [86120.685290] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:28:04 newadsl kernel: [86130.723105] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:28:14 newadsl kernel: [86140.710484] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:28:24 newadsl kernel: [86150.776374] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:28:34 newadsl kernel: [86160.814168] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:28:44 newadsl kernel: [86170.816270] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:28:54 newadsl kernel: [86180.889764] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:29:04 newadsl kernel: [86190.927561] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:29:14 newadsl kernel: [86200.965359] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:29:24 newadsl kernel: [86211.003160] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:29:34 newadsl kernel: [86221.040957] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:29:44 newadsl kernel: [86231.078753] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:29:54 newadsl kernel: [86241.116550] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:30:04 newadsl kernel: [86251.154348] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:30:14 newadsl kernel: [86261.192145] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:30:24 newadsl kernel: [86271.229940] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:30:34 newadsl kernel: [86281.267741] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:30:44 newadsl kernel: [86291.305535] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:30:54 newadsl kernel: [86301.343334] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:31:04 newadsl kernel: [86311.381128] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:31:14 newadsl kernel: [86321.418925] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:31:24 newadsl kernel: [86331.456724] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:31:34 newadsl kernel: [86341.494521] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:31:44 newadsl kernel: [86351.532319] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:31:54 newadsl kernel: [86361.570117] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:32:04 newadsl kernel: [86371.607915] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:32:15 newadsl kernel: [86381.645712] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:32:25 newadsl kernel: [86391.706797] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:32:35 newadsl kernel: [86401.721305] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:32:45 newadsl kernel: [86411.759099] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:32:55 newadsl kernel: [86421.796898] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:33:05 newadsl kernel: [86431.834695] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:33:15 newadsl kernel: [86441.872493] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:33:25 newadsl kernel: [86451.906017] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:33:35 newadsl kernel: [86461.941280] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:33:45 newadsl kernel: [86471.985883] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:33:55 newadsl kernel: [86482.023681] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:34:05 newadsl kernel: [86492.061475] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:34:15 newadsl kernel: [86502.099280] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:34:25 newadsl kernel: [86512.137075] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:34:35 newadsl kernel: [86522.174872] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:34:45 newadsl kernel: [86532.234922] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:34:55 newadsl kernel: [86542.250465] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:35:05 newadsl kernel: [86552.288262] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:35:15 newadsl kernel: [86562.326060] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:35:25 newadsl kernel: [86572.363858] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:35:35 newadsl kernel: [86582.364430] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:35:45 newadsl kernel: [86592.439450] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:35:55 newadsl kernel: [86602.477252] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:36:05 newadsl kernel: [86612.515055] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:36:15 newadsl kernel: [86622.552860] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:36:25 newadsl kernel: [86632.590665] ath5k phy0: no further txbuf available, dropping packet
Aug 18 21:36:35 newadsl kernel: [86642.628470] ath5k phy0: no further txbuf available, dropping packet


Attachments:
(No filename) (0.00 B)
signature.asc (197.00 B)
This is a digitally signed message part.
Download all attachments

2009-08-20 00:21:17

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: Regulatory problems with ath5k in AP mode

On Mon, Aug 17, 2009 at 1:27 PM, Simon Farnsworth<[email protected]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello,
>
> I'm facing problems using two ath5k miniPCI cards in a single box as a
> dual-band access point. I'm using wireless-testing as of commit
> d5a88a192e556a7c30f9d425bb6673b5bff5e3f3.

This is a bit old now, please update. The updates won't help you
regulatory wise, but for purposes of testing new patches it would be
easier.

> As I'm trying to use the cards for AP mode, I cannot rely on beacons with
> regulatory data being present;

Regulatory questions are often and I try really hard to answer them
first through documentation so it seems we need to improve
documentation further. To be thorough though I'd first like to ask if
you have read all this:

Linux regulatory docs:

http://wireless.kernel.org/en/developers/Regulatory

Atheros shared module documentation (ath.ko):

http://wireless.kernel.org/en/users/Drivers/ath

The above has specifics about how the Atheros EEPROM is designed in
consideration for regulatory purposes, and what we do in Linux with
regards to the new Linux regulatory infrastructure.

Perhaps one aspect regarding regulatory that may need some updating is
how we deal with world roaming. Let me clarify a little on that and
please let me know if the documentation hasn't been crystal clear so
we can improve on it.

World roaming is a practice vendors use to allow customers (OEMs, etc)
sell wireless devices in different regions. Typically you would expect
one device sold for one particular region and building and programming
the device, EEPROM or firmware for that region. Over time this has
proven economically cost prohibitive but also impractical due to the
dynamic nature of regulatory rules world wide so vendors tend to allow
for more control for regulatory purposes to be more dynamic, one way
or another. This shift is done purely for the sake of reducing cost,
while also simplifying hardware and increasing the range in which
customers can sell their products. What increases in complexity is
software which needs to deal with this.

Technically you can come up with a world wide regulatory domain which
allows operation of an 802.11 device world wide. But obviously this
itself can change as well, and so remains dynamic. The complexity of
the considerations increases when you start to consider the different
modes of operation which you can use on an 802.11 device. Addressing
station mode support is the easiest as you *do* not necessarily have
to initiate transmit in order to find your Access Point. If you try to
address regulatory rules in consideration for dealing with initial TX
your rules become more complex.

Sometimes you don't have to be so restrictive on some bands (2.4 GHz
or 5 GHz) for some customers shipping to only a few countries, so a
world regulatory domain is pretty restrictive. When only a few
countries are being used to ship products some customers may request a
different regulatory domain to be created to work as the intersection
between those countries and not *every* country. Sometimes some
companies like to only customize a few "world regulatory domains" and
only sell to customers on one of those few choices. This varies,
vendor by vendor.

Your most basic regulatory setting would consist of a 1-1 mapping
where the device *knows* for sure it was packaged and sold and tested
for only one country. For that case the rules are very clear and we
can simply read the rules only for that country on some sort of
database. This is however a very rare case though, at least for
Atheros cards. Most Atheros cards use world regulatory domains. From a
design perspective what regulatory domain an 802.11 device falls under
is up to the customer, where the customer typically means an OEM, or
card manufacturer. Today the end user has no say in what regulatory
domain your card is designed and tested for except for the general
assumption that if you purchase a laptop or wireless device in a
country an assumption is made based on the targeted audience for that
product. A laptop from a manufacturer who typically sells a lot to
companies world wide may prefer to use a world regulatory domain to
accommodate a set of countries they will market their product for, we
refer to these as SKUs. At times maybe a manufacturer will see a
product is not selling well in certain countries and may change their
strategy and sell to some other countries. A prepared manufacturer may
have foreseen this and because of it chose a world regulatory domain
SKU which would fit its current target countries and also a few
potential ones.

What mode of operation you use is important too, but for example today
laptops are *typically* not sold with the intention to support AP
mode, for example, even though your hardware is completely capable of
it, and we may see this change in the future.

When you world roam you are typically now allowed to initiate TX on
some channels, the exception today is channels 1-11 on the 2.4 GHz
band as every country allows for operation on these channels. On 5 GHz
though this means regulatory wise we enforce passive scanning on many
world regulatory domains. This is the case of all Atheros world
regulatory domains, and the Linux world regulatory domain. There are
certain heuristics you can use, however, to help with this though if
you do want to support AP mode on 5 GHz on some of these cards though.
An example here is if you detect a beacon from an AP on a 5 GHz
channel you could then assume you can also initiate TX. This
assumption works well right on 5 GHz except for channels which require
DFS. We take advantage of this assumption in Linux and enable
initiating TX (beaconing) when we see an AP around us on non-DFS
channels.

Typical practice in the industry is user input is not used for
regulatory compliance. Truth is user input could in fact be very
valuable and we do take advantage of it on Linux to *help* regulatory
compliance. An example here is a user purchases a device from Japan
and moves to the US and wants to disable usage of channels 13 and 14
which are not allowed in the US. If a user informs the kernel the user
is in the US we can disable scanning on channels 13 and 14 and
therefore improve scan time and roaming time.

Now, although some optimizations may be welcomed like world roaming
enhancements, and user input could in fact be valuable information to
help regulatory compliance, one thing still remains true: devices sold
today are not designed with user input in mind for regulatory
compliance. The extent to which we make use of certain optimizations
in Linux are purely practical in nature, but care must be taken to
note that laws must still be respected. Because regulatory laws vary
but do not make it clear explicit user input is welcomed manufacturers
still do need to be careful to not over step the boundaries of what is
allowed and what may make perfect sense to some developers and users
may not be necessarily agreeable currently to current regulatory
agencies. I do believe this shall change though, it is inevitable, but
we're not there yet.

Until then please do understand that current regulatory framework
exist to aid vendors primarily with regulatory compliance and user
input is used only as optimizations. As such also take into
consideration that although the "US" regulatory domain can be well
defined, not all vendors use it even if they do sell devices in the
US. Vendors may also have custom world regulatory domains if they
choose to not want to just use the intersection between all countries,
the default.

Now with all that said and with you having read the documentation,
lets move on :)

> instead, I have modprobe configured to run
> "iw reg set GB" after cfg80211 is loaded,

How do you have modprove configured to do that? Are you using
ieee80211_regdom module parameter? If so please consider just using
'iw' or hostapd configured as you have below.

> and hostapd.conf files containing
> the line "country_code=GB".

You only need one of those.

For Atheros devices this is an example of a user helping compliance.

> My cards both have a regdomain in the EEPROM of 0x0,

This is something that the manufacturer would have decided on.

> which my vendor assures
> me is the correct regdomain for cards which don't claim any particular
> regulatory compliance,

Who exactly did you speak to?

Atheros uses 0x0 for a default mapping to the US.

> and which rely on the host OS getting regulatory
> compliance right.

The driver does indeed map 0x0 to "US".

> I am seeing two problems; firstly, the regulatory
> infrastructure insists that I'm in the United States,

Bingo, its not the Linux regulatory infrastructure doing this, it is
the ath.ko shared module which is used as a helper to share code
between ath5k, ath9k, ar9170 and soon ar9271. Atheros' EEPROM was
designed with specific regulatory considerations, its engineered so
that the device's EEPROM indicates what regulatory domain should be
used. As I explained above, what regulatory domain your card is
programmed with is not up to you, it is up to the manufacturer. While
I agree this may be silly, its for a reason and until regulatory rules
change this will be the case.

> thus preventing legal
> use of the WiFi bands, but allowing me illegal use.

This is no different than considering the case of when you ship an
access point from JP to the US and you start beaconing on channel 13.
You are violating local US regulatory laws if your configuration was
to beacon on channel 13. If you take a US AP to the JP you then are
prevented from usage of the allowed channel 13.

I realize it may seem silly, and in fact I agree, but that is the law.
If you were to bring an AP from JP to the US *with* a regulatory
domain which matches the JP SKUs and therefore are allowed to beacon
on channel 13 we give you the flexibility in Linux to enhance
compliance and indicate you are on in the US and disable channel 13.
Now, as much as I would love for it to be the case that the other way
around should be enabled it is not, and although technically it is
feasible, it is just not something agreeable to current regulatory
agencies. Maybe one day it will be for 802.11, who knows.

Anyway in your case since the device sends a regulatory hint for "US"
first, and then you say "GB" the card will *always* respect first
"US", and "GB" is just used to further help compliance.

> Secondly, I'm seeing different regulatory settings on each card. "iw list"
> shows me that in the 2GHz band, phy1 is being allowed to use 27.0 dBm on
> channels 1-11, whereas I'm only allowed to use 20.0 dBm, but I'm allowed
> channels 1-13.

I did not understand the last part, can you rephrase this again?

> In the 5GHz band, phy1 is allowed 17.0 dBm on channels 36-48,
> to my local regulation's 20.0 dBm, reduced power in the (unusable as yet due
> to driver limitations) DFS-only channels between 5.490 GHz and 5.710 GHz,
> and 30 dBm in the illegal channels for my region of 149 to 165.

OK, first lets review US and GB regulatory domain:

country GB:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 20)
(5250 - 5330 @ 40), (N/A, 20), DFS
(5490 - 5710 @ 40), (N/A, 27), DFS

country US:
(2402 - 2472 @ 40), (3, 27)
(5170 - 5250 @ 40), (3, 17)
(5250 - 5330 @ 40), (3, 20), DFS
(5490 - 5710 @ 40), (3, 20), DFS
(5735 - 5835 @ 40), (3, 30)

Now here is what an intersection yields for me between US and GB:

mcgrof@tux ~/devel/crda (git::master)$ sudo ./intersect
../wireless-regdb/regulatory.bin
GB (4) intersect US (5) ==> 4 rules
Only one intersection completed
== World regulatory domain: ==
country 99:
(2402.000 - 2472.000 @ 40.000), (N/A, 20.00)
(5170.000 - 5250.000 @ 40.000), (N/A, 17.00)
(5250.000 - 5330.000 @ 40.000), (N/A, 20.00), DFS
(5490.000 - 5710.000 @ 40.000), (N/A, 20.00), DFS

So since your card is programmed for the "US" that information is
*always* respected. GB info is only used to further help compliance.
This means whatever channels are not allowed by the "US" regulatory
domain will never be allowed on your card even if you say you are in
"GB".

> On phy0, I see that I'm being permitted 20.0 dBm in the 2GHz band (but still
> only channels 1-11, and no beaconing permitted in the 5GHz band.

Interesting, consider that phy0 is the first device detected, its
regulatory hint would have first listened to, since both devices have
the same regulatory domain according to what you are indicating they
would agree.

And instead of reading your interpretation of what is allowed or not
can you please instead provide the 'iw list' output?

> How do I persuade the Atheros drivers that, since I'm using AP mode, the
> user-set regulatory domain is correct,

You cannot. But information from the user to help compliance is
certainly welcomed.

> and that the domain it selects for
> EEPROM regdomain 0x0 is wrong?

Its not wrong per se, it was designed that way and you do disagree
with it. There is also a lot of historical and legal history behind
how you ended up with a "US" card in "GB". I hope to have clarified
that.

> Ideally, I would expect both cards to have the same regulatory rules
> applied;

Indeed, this does seems like a bug.

> I would further expect to be able to select a different country's
> regulations to the ones selected by default,

Yeah typically that's what users expect but that's not the case.
Granted there are devices in Linux for which the device has no
regulatory information at all. In those cases the user does have final
say on the device. If the vendor does know better though that
information is respected.

> without losing the card's
> calibration settings (which I believe are stored in a way that depends on
> the EEPROM regdomain setting).

Spot on -- calibration is actually very important for device
functionality, it is actually also used for regulatory conformance on
what we call 'Conformance Test Limits'. Now this is very Atheros
specific but the idea is the same between vendors, to respect max EIRP
on band edges very carefully. The CTL info *also* does provide
regulatory limits for max EIPR in-band, and not just band edges. This
information is used to conform to the device's calibrated regulatory
domain.

> I should note that I'm happy to run a
> privately patched kernel, if that's the only way to do what I want, but I'm
> still concerned about the differing regulatory rules between the two cards.

I recommend to help resolve your issues by reporting the issues as you
have but with detailed logs. Sure you can hack up ath5k and ath9k to
do weird things, maybe even sing, but I advise against it unless you
know what you are doing. We do have good support upstream for ath9k
and ath5k for regulatory and calibration purposes. The point is to
help you use your device as was intended, we can't help you if you
take your device out of intended regulatory domain due to the
differences in calibration settings and because it may make the device
use settings which could potentially damage it. Things are they way
they are for a reason, except if there is a bug and I do think you
have found one.

> The relevant chunk of dmesg follows, and I can provide any other needed
> information upon request:
>
> [    1.857433] cfg80211: Calling CRDA to update world regulatory domain
> [    1.891579] cfg80211: Calling CRDA for country: GB

This probably came from the modprobe thing you have, whatever that
was. This indicates userspace is being kicked to call /sbin/crda so
that crda sends the GB regulatory domain to cfg80211. Notice how
cfg80211 hasn't yet replied though, or maybe it has but cfg80211
hasn't yet processed anything until later after the other
regulatory_hint()s.

> [    2.015975] ath5k 0000:02:04.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
> [    2.016204] ath5k 0000:02:04.0: registered as 'phy0'
> [    2.152564] ath: EEPROM regdomain: 0x0

OK first device has 0x0.

> [    2.152574] ath: EEPROM indicates default country code should be used
> [    2.152580] ath: doing EEPROM country->regdmn map search
> [    2.152589] ath: country maps to regdmn code: 0x3a
> [    2.152595] ath: Country alpha2 being used: US

and it maps the US.

> [    2.152601] ath: Regpair used: 0x3a
> [    2.264328] phy0: Selected rate control algorithm 'minstrel'
> [    2.264822] ath5k phy0: Atheros AR5414 chip found (MAC: 0xa5, PHY: 0x61)
> [    2.265041]   alloc irq_desc for 17 on node -1
> [    2.265048]   alloc kstat_irqs on node -1
> [    2.265066] ath5k 0000:02:08.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> [    2.265276] ath5k 0000:02:08.0: registered as 'phy1'
> [    2.400795] ath: EEPROM regdomain: 0x0

Here is the second device and it also has 0x0, ok good.

> [    2.400805] ath: EEPROM indicates default country code should be used
> [    2.400812] ath: doing EEPROM country->regdmn map search
> [    2.400821] ath: country maps to regdmn code: 0x3a
> [    2.400827] ath: Country alpha2 being used: US

And again "US" is picked up.

> [    2.400832] ath: Regpair used: 0x3a
> [    2.400924] cfg80211: Calling CRDA for country: US

This is the first regulatory_hint() being processed by cfg80211
module. Eventually userspace udev will kick /sbin/crda and crda will
send the "US" regulatory domain to cfg80211.

> [    2.403133] phy1: Selected rate control algorithm 'minstrel'
> [    2.403636] ath5k phy1: Atheros AR5414 chip found (MAC: 0xa5, PHY: 0x61)
> [    2.403867] cfg80211: Calling CRDA for country: US

Here is the second regulatory_hint() being processed. At this point
userspace is expected to have run twice and the kernel should have
received the "US" regulatory domain twice.

Now notice the timestamps below in comparison to the one above:

> [    3.076972] cfg80211: Current regulatory domain intersected:
> [    3.077089]  (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
> [    3.077277]  (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
> [    3.077386]  (2457000 KHz - 2472000 KHz @ 15000 KHz), (300 mBi, 2000 mBm)
> [    3.077494]  (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
> [    3.077602]  (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

Lets compare this against the intersection I ran in userspace:

(2402.000 - 2472.000 @ 40.000), (N/A, 20.00)
(5170.000 - 5250.000 @ 40.000), (N/A, 17.00)
(5250.000 - 5330.000 @ 40.000), (N/A, 20.00), DFS
(5490.000 - 5710.000 @ 40.000), (N/A, 20.00), DFS

A few observations:

* Notice how the 2457000 KHz - 2472000 KHz is present on your ouput
but not on mine.

* Notice how you have 15000 KHz bandwidth allowed for your 2457000
KHz - 2472000 KHz frequency range. That bandwidth is there because
2472000 minus 2457000 yields 15000, but why the rule is there is not
clear to me as I am not sure what regulatory domains are being
intersected here.

* The 2472000 - 2457000 frequency rule is good example of
overlapping rules which could probably be avoided if we formalize
regulatory definitions more as Johannes had proved a while ago.

* My intersection yielded 5250.000 - 5330.000 but you do not have this at all

* You have 5735000 KHz - 5835000 KHz but should not.

We can debug all this further but first I'd like to see your full log.
To be clearer I'll also recommend for now for you to not have
something to trigger a regulatory hint from userspace early, either
through the ieee80211_regdom module parameter, which you have not
indicated you have used but I do suspect you did use, or through some
script upon cfg80211 loading. I don't expect a script to have
triggered a regulatory hint prior to ath5k loading so I am curious how
you accomplished this.

What is very curious here is cfg80211 indicates it is already
intersecting. This to me indicates you have either forgotten to add
more dmesg info from the initial regulatory domain setting *or* there
is a bug here between cfg80211 believing it already has processed GB.
Either way you are certainly right that something is fishy here.

Can you just post your full dmesg log?

> [    3.082954] cfg80211: Current regulatory domain intersected:
> [    3.083078]  (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
> [    3.083278]  (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
> [    3.083392]  (2457000 KHz - 2472000 KHz @ 15000 KHz), (300 mBi, 2000 mBm)
> [    3.083504]  (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
> [    3.083616]  (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

This listing is identical as the one above. What is even fishier is
once you have an intersected regulatory domain IIRC we don't let much
through anymore.

Please enable in your kernel

CONFIG_CFG80211_REG_DEBUG=y

Also please ensure to disable CONFIG_WIRELESS_OLD_REGULATORY and
please tell me if you had this set or not.

Thank you for taking the time to report this.

Luis

2009-08-20 16:20:01

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: Regulatory problems with ath5k in AP mode

Note: this e-mail is on a public mailing list. I'm adding David and Michael.

On Thu, Aug 20, 2009 at 09:23:39AM +0100, Simon Farnsworth wrote:
> On Thursday 20 August 2009 01:20:58 Luis R. Rodriguez wrote:
> > On Mon, Aug 17, 2009 at 1:27 PM, Simon Farnsworth<[email protected]> wrote:
> > > As I'm trying to use the cards for AP mode, I cannot rely on beacons with
> > > regulatory data being present;
> >
> > Regulatory questions are often and I try really hard to answer them
> > first through documentation so it seems we need to improve
> > documentation further. To be thorough though I'd first like to ask if
> > you have read all this:
> >
> > Linux regulatory docs:
> >
> > http://wireless.kernel.org/en/developers/Regulatory
> >
> > Atheros shared module documentation (ath.ko):
> >
> > http://wireless.kernel.org/en/users/Drivers/ath
> >
> I've read both of those - they're why I'm not simply overriding the EEPROM
> by hacking ath5k.ko around.

Great to hear.

> > > instead, I have modprobe configured to run
> > > "iw reg set GB" after cfg80211 is loaded,
> >
> > How do you have modprove configured to do that? Are you using
> > ieee80211_regdom module parameter? If so please consider just using
> > 'iw' or hostapd configured as you have below.
> >
>
> In /etc/modprobe.d/regulatory, I have a line:
> install cfg80211 /sbin/modprobe --ignore-install cfg80211 ; /usr/local/sbin/iw reg set GB

Heh, interesting, yeah I guess I have to test such a concoction and I guess using the
ieee80211_regdom parameter will do the same. Anyway, this is will only help compliance,
and since you are already setting this on hostapd setting it twice will yield an -EALREADY,
so I recommend to just do it once and if you do want to set it, set it on hostapd.

> > > My cards both have a regdomain in the EEPROM of 0x0,
> >
> > This is something that the manufacturer would have decided on.
> >
> > > which my vendor assures
> > > me is the correct regdomain for cards which don't claim any particular
> > > regulatory compliance,
> >
> > Who exactly did you speak to?
> >
> > Atheros uses 0x0 for a default mapping to the US.
> >
>
> I spoke to Mikrotik, who manufactured the R52 card I'm using. They assured
> me that EEPROM regdomain 0x0 was correct for a card with no knowledge of
> what regulatory domain it would be sold in, and in any case, told me that
> it works fine with the driver they have from Atheros, so it must be an
> upstream kernel bug.

Please kindly inform them that this information is incorrect. 0x0 is to be used
by Atheros devices to map to the "US", always. Mikrotek just so happens to be
a manufacturer who sells cards for AP purposes. Ubiquity is another example but
I am aware Ubiquity sells Atheros *modified* hardware to operate either with
higher EIRP or on different frequency ranges. Anyway, manufactuers in general
who sell hardware with intentions of supporting AP mode have to test their
cards for proper operation and calibration and for regulatory purposes. This
is why you see these cards come with their own FCC ID attached.

So be aware, 0x0 will always map to the US. If the manufacturer did not intend to
do that they can provide their own regulatory.bin to customers where they can map
"US" to their own defined regulatory domain. For you to use their regulatory.bin
they can make public their RSA public key generated by building a modified
wireless-regdb so users can compile crda to trust it. The pubkey from the
manfuacturer can be put into the crda/pubkeys/ before compilation. If the
manufacturer uses another value to put into the EEPROM they should use whatever
country that value maps to to build their own regulatory.bin. If the manufacturer
intended for the card they sell to be used in different countries *and* they
support letting users change the country they can add those countries they
have tested for regulatory support and have regulatory certification onto their
regulatory.bin, in this case the default EEPROM mapping should yield a large
regulatory domain which allows the full capability they want to allow for on their
cards. That is if their cards are programmed with 0x0 then since ath.ko will ask
for regulatory_hint("US") for Atheros devices they must map "US" to a big
regulatory domain, and next their customers can use 'iw reg set' or embed
the country code as you have in hostapd.conf so that it then restricts the
regulatory settings further to fit the country you are in, that is the
intersection between the big regulatory domain and the one intended. Granted
this means if they used "0x0" "US" is already taken, so they could either
provide patches for ath.ko for their customers so that "0x0" does not match
to "US" all the time but to something else like a debug mode like "ZZ", or
maybe numbers "50" maybe, although I forget if this will fail right now
on cfg80211, or simply use another alpah2 for "US" for their customers.

Keep in mind though that the functionality to support country selection for
AP operation is something that I understand as not welcomed by the FCC so
I would be careful in considertion supporting this as a manufacturer for users
in the US.

Anyway the advantage of all this is all this can be supported now through userspace.
It used to be some manufacturers had to provide patches on top of the supported
Atheros driver to support custom regulatory domains. Provided the manfucturer has
tested a regulatory domain this is no longer required and these changes can now
be done completey in userspace.

Feel free to refer Mikrotek, Ubiquity, or any manufacturer selling Atheros cards
to support AP mode to the above. They should first test their stuff though :)

> > > thus preventing legal
> > > use of the WiFi bands, but allowing me illegal use.
> >
> > This is no different than considering the case of when you ship an
> > access point from JP to the US and you start beaconing on channel 13.
> > You are violating local US regulatory laws if your configuration was
> > to beacon on channel 13. If you take a US AP to the JP you then are
> > prevented from usage of the allowed channel 13.
> >
> > I realize it may seem silly, and in fact I agree, but that is the law.
> > If you were to bring an AP from JP to the US *with* a regulatory
> > domain which matches the JP SKUs and therefore are allowed to beacon
> > on channel 13 we give you the flexibility in Linux to enhance
> > compliance and indicate you are on in the US and disable channel 13.
> > Now, as much as I would love for it to be the case that the other way
> > around should be enabled it is not, and although technically it is
> > feasible, it is just not something agreeable to current regulatory
> > agencies. Maybe one day it will be for 802.11, who knows.
> >
> > Anyway in your case since the device sends a regulatory hint for "US"
> > first, and then you say "GB" the card will *always* respect first
> > "US", and "GB" is just used to further help compliance.
> >
>
> So, if I understand correctly, this is not considered a bug by you or the
> card manufacturer, both of whom insist that the other one is wrong. Am I
> right in thinking that the easiest way to resolve this is to stick with an
> unmodified kernel, but to use my own regulatory database that treats US as
> GB?

Your manufacturer has their information incorrect in thinking 0x0 maps to
some debug mode to allow all channels. 0x0 maps to "US" by default on
Atheros drivers. See the above explanation for what your manufacturer
*can* do.

> > > Secondly, I'm seeing different regulatory settings on each card. "iw
> > > list" shows me that in the 2GHz band, phy1 is being allowed to use 27.0
> > > dBm on channels 1-11, whereas I'm only allowed to use 20.0 dBm, but I'm
> > > allowed channels 1-13.
> >
> > I did not understand the last part, can you rephrase this again?
> >
>
> Easiest to look at the full iw list output below, and remember that my
> local regulatory domain is GB, which is also the domain the cards were sold
> as having.

OK I'll try to do that, but again, I think we already spotted the main issue here:
your manufacturer should be notified 0x0 is intended by Atheros drivers to map to
the "US". For support for new upstream Atheros Linux drivers (in the Linux kernel)
they should revisit how they should support customers for regulatory purposes
in light of the new regulatory infrastructure which does allow them to modify
the regulatory database in userspace and sign off on it.

I'll look into the other logs through another thread. Feel free to refer
manufacturers to this e-mail for documentation purposes.

Luis