On Mon, Jun 02, 2014 at 11:41:52AM +0200, Stefan Sperling wrote:
> On Sun, Jun 01, 2014 at 09:17:09PM +0200, mijenix wrote:
> > Hope someone can commit the new product id.
> > Connecting to a WLAN network works and also hostap mode.
> 
> Thanks. I'll handle this.
> 
> Please fix your diff submission process. Your patch didn't
> apply at all because all tabs were replaced with spaces.

Hmmm, I'm not so sure about this.

The ID 0xff1c seems to be used within Atheros during "OFW emulation".
http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/4229

Can we safely assume that this ID always refers to a AR9281 device?
Perhaps only someone invovled with Atheros can tell.

This ID doesn't seem to be matched by drivers in other operating
systems. Can you confirm that?
 
> > 
> > Thank you very much.
> > 
> > Cheers,
> > Mathias
> > 
> > 
> > Index: if_athn_pci.c
> > ===================================================================
> > RCS file: /cvs/src/sys/dev/pci/if_athn_pci.c,v
> > retrieving revision 1.14
> > diff -u -p -r1.14 if_athn_pci.c
> > --- if_athn_pci.c       6 Dec 2013 21:03:03 -0000       1.14
> > +++ if_athn_pci.c       1 Jun 2014 19:09:11 -0000
> > @@ -94,6 +94,7 @@ static const struct pci_matchid athn_pci
> >         { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9160 },
> >         { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9280 },
> >         { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9281 },
> > +       { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9281_2 },
> >         { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9285 },
> >         { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR2427 },
> >         { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9227 },
> > Index: pcidevs
> > ===================================================================
> > RCS file: /cvs/src/sys/dev/pci/pcidevs,v
> > retrieving revision 1.1728
> > diff -u -p -r1.1728 pcidevs
> > --- pcidevs     20 May 2014 15:02:24 -0000      1.1728
> > +++ pcidevs     1 Jun 2014 19:09:22 -0000
> > @@ -1840,6 +1840,7 @@ product ATHEROS AR5211_DEFAULT    0x1112  AR
> >  product ATHEROS AR5212_FPGA    0xf013  AR5212
> >  product ATHEROS AR5211_FPGA11B 0xf11b  AR5211Ref
> >  product ATHEROS AR5211_LEGACY  0xff12  AR5211Ref
> > +product ATHEROS AR9281_2       0xff1c  AR9281
> > 
> >  /* Atmel products */
> >  product ATMEL AT76C506         0x0506  AT76C506

Reply via email to