* Please add PCI id
@ 2012-04-13 15:32 Yoshinori Sato
2012-04-13 20:42 ` Adrian Chadd
0 siblings, 1 reply; 2+ messages in thread
From: Yoshinori Sato @ 2012-04-13 15:32 UTC (permalink / raw)
To: ath5k-devel; +Cc: linux-wireless
This device works fine of ath5k.
Details bellow
05:00.0 0200: 168c:ff1b (rev 01)
05:00.0 Ethernet controller: Atheros Communications Inc. Device ff1b (rev 01)
Flags: bus master, fast devsel, latency 0, IRQ 19
Memory at febf0000 (64-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>
Kernel driver in use: ath5k
ath5k 0000:05:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
ath5k 0000:05:00.0: setting latency timer to 64
ath5k 0000:05:00.0: registered as 'phy0'
ath: EEPROM regdomain: 0x67
ath: EEPROM indicates we should expect a direct regpair map
ath: Country alpha2 being used: 00
ath: Regpair used: 0x67
ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
ath5k phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
diff --git a/drivers/net/wireless/ath/ath5k/pci.c b/drivers/net/wireless/ath/ath5k/pci.c
index eaf79b4..1be418c 100644
--- a/drivers/net/wireless/ath/ath5k/pci.c
+++ b/drivers/net/wireless/ath/ath5k/pci.c
@@ -44,6 +44,7 @@ static DEFINE_PCI_DEVICE_TABLE(ath5k_pci_id_table) = {
{ PCI_VDEVICE(ATHEROS, 0x001b) }, /* 5413 Eagle */
{ PCI_VDEVICE(ATHEROS, 0x001c) }, /* PCI-E cards */
{ PCI_VDEVICE(ATHEROS, 0x001d) }, /* 2417 Nala */
+ { PCI_VDEVICE(ATHEROS, 0xff1b) }, /* AR5BXB63 */
{ 0 }
};
MODULE_DEVICE_TABLE(pci, ath5k_pci_id_table);
--
Yoshinori Sato
<ysato@users.sourceforge.jp>
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: Please add PCI id
2012-04-13 15:32 Please add PCI id Yoshinori Sato
@ 2012-04-13 20:42 ` Adrian Chadd
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Chadd @ 2012-04-13 20:42 UTC (permalink / raw)
To: Yoshinori Sato; +Cc: ath5k-devel, linux-wireless
Hi,
0xff1b indicates the device wasn't correctly setup post power on.
So I'd try to find out exactly why that is.
Adrian
On 13 April 2012 08:32, Yoshinori Sato <ysato@users.sourceforge.jp> wrote:
> This device works fine of ath5k.
>
> Details bellow
> 05:00.0 0200: 168c:ff1b (rev 01)
> 05:00.0 Ethernet controller: Atheros Communications Inc. Device ff1b (rev 01)
> Flags: bus master, fast devsel, latency 0, IRQ 19
> Memory at febf0000 (64-bit, non-prefetchable) [size=64K]
> Capabilities: <access denied>
> Kernel driver in use: ath5k
>
> ath5k 0000:05:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
> ath5k 0000:05:00.0: setting latency timer to 64
> ath5k 0000:05:00.0: registered as 'phy0'
> ath: EEPROM regdomain: 0x67
> ath: EEPROM indicates we should expect a direct regpair map
> ath: Country alpha2 being used: 00
> ath: Regpair used: 0x67
> ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
> ath5k phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
>
> Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
>
> diff --git a/drivers/net/wireless/ath/ath5k/pci.c b/drivers/net/wireless/ath/ath5k/pci.c
> index eaf79b4..1be418c 100644
> --- a/drivers/net/wireless/ath/ath5k/pci.c
> +++ b/drivers/net/wireless/ath/ath5k/pci.c
> @@ -44,6 +44,7 @@ static DEFINE_PCI_DEVICE_TABLE(ath5k_pci_id_table) = {
> { PCI_VDEVICE(ATHEROS, 0x001b) }, /* 5413 Eagle */
> { PCI_VDEVICE(ATHEROS, 0x001c) }, /* PCI-E cards */
> { PCI_VDEVICE(ATHEROS, 0x001d) }, /* 2417 Nala */
> + { PCI_VDEVICE(ATHEROS, 0xff1b) }, /* AR5BXB63 */
> { 0 }
> };
> MODULE_DEVICE_TABLE(pci, ath5k_pci_id_table);
>
> --
> Yoshinori Sato
> <ysato@users.sourceforge.jp>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-13 20:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-13 15:32 Please add PCI id Yoshinori Sato
2012-04-13 20:42 ` Adrian Chadd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).