Bug 140567 - [ath] [patch] ath is not worked on my notebook PC
Summary: [ath] [patch] ath is not worked on my notebook PC
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: wireless (show other bugs)
Version: 8.0-PRERELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-wireless (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-15 12:20 UTC by MURAMATSU Atsushi
Modified: 2014-09-22 19:01 UTC (History)
1 user (show)

See Also:


Attachments
dmesg (2.05 KB, text/plain)
2009-11-15 12:20 UTC, MURAMATSU Atsushi
no flags Details
file.diff (1.78 KB, patch)
2009-11-15 12:20 UTC, MURAMATSU Atsushi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description MURAMATSU Atsushi 2009-11-15 12:20:00 UTC
My notebook PC "Fujitsu LOOX U C40" has Athreos 9280 chip.
Athreos 9280 is supported by FreeBSD's ath driver, but not worked collectly.

Dmesg with AH_DEBUG option and hw.ath.hal.debug=0xffffff is attached
this report.

Fix: I wrote a patch for sys/dev/ath/ath_hal/ah_regdomain.c.
With this patch, ath is worked on my notebook.
How-To-Repeat: 
Add below kernel options into configulation file, and create kernel.
Then boot with created kernel on Fujitsu LOOX U.

device    wlan
options   IEEE80211_AMPDU_AGE
options   IEEE80211_SUPPORT_MESH
device    wlan_wep
device    wlan_ccmp
device    wlan_tkip
device    wlan_amrr
device    ath
device    ath_hal
options   AH_SUPPORT_AR5416
device    ath_rate_sample
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-11-15 20:45:59 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-net

Over to maintainer.
Comment 2 Alexander Best freebsd_committer freebsd_triage 2010-09-06 23:55:01 UTC
State Changed
From-To: open->patched

This issue was fixed in HEAD (r199491) and stable/8 (r199800). Still missing in 
stable/7.
Comment 3 Alexander Best freebsd_committer freebsd_triage 2010-09-07 10:05:59 UTC
Responsible Changed
From-To: freebsd-net->rpaulo

Assign to committer as MFC reminder.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2010-12-04 16:16:54 UTC
Responsible Changed
From-To: rpaulo->adrian

rpaulo has return his commit bit for safekeeing.  Adrian, if you are working 
on MFCs of ath to -7, put this on your list; otherwise, just return it to the 
pool.  Thanks.
Comment 5 Adrian Chadd freebsd_committer freebsd_triage 2011-04-09 04:09:44 UTC
Responsible Changed
From-To: adrian->freebsd-wireless

bump to freebsd-wireless
Comment 6 Adrian Chadd freebsd_committer freebsd_triage 2011-10-10 13:37:48 UTC
State Changed
From-To: patched->closed
Comment 7 Adrian Chadd freebsd_committer freebsd_triage 2011-10-10 13:38:25 UTC
State Changed
From-To: closed->patched

oops
Comment 8 Adrian Chadd freebsd_committer freebsd_triage 2014-09-22 19:01:12 UTC
i'm not going to mfc this to -7. :(