Bug 330621
| Summary: | ath5k driver causes a null pointer dereference on network start | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Joseph Davidson <nugins99> |
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | 6 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-10-15 18:16:37 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Joseph Davidson
2007-10-13 13:26:25 UTC
I've spent a some time digging into this a bit more...
It appears that ath5k_hw_get_rate_table() is returning NULL.
It is getting passed mode value of 5, and the
hal->ah_capabilities.cap_mode == 6
So the function returns NULL with this if statement:
if (!test_bit(mode, hal->ah_capabilities.cap_mode))
return NULL;
Some more information on the hwardware
This card is Dynex DX-WGDTC (purchased at BestBuy)
02:07.0 Ethernet controller: Atheros Communications, Inc. AR5005G 802.11abg
NIC (rev 01)
Subsystem: Unknown device 17f9:0018
Flags: bus master, medium devsel, latency 168, IRQ 20
Memory at eb000000 (32-bit, non-prefetchable) [size=64K]
Capabilities: [44] Power Management version 2
|