[patch] Change ath(4) to report correct chip name for Qualcomm Atheros cards

2016-02-03 Thread Tobias Kortkamp
Hi, when using ath(4) the driver reports the wrong name for Qualcomm Atheros chips on attach e.g. a QCA9565 card reports as being an AR9565. ath_hal(4) however mentions QCA9565 and not AR9565. This is confusing if you want to find out if your card is supposed to be supported or not. I also saw

Atheros AR9565 not working: a lot of "bad series0"

2016-02-03 Thread Alberto Calero
Hi, I'm trying to get wireless working on my FreeBSD 10.2 for my job and I don't know exactly what's happening (maybe there's a bug in the ath(4) driver for my card). I paste the results of dmesg | grep -i 'ath' Some help will be appreciate

Re: [patch] Change ath(4) to report correct chip name for Qualcomm Atheros cards

2016-02-03 Thread Adrian Chadd
Hi! Thanks! I've been meaning to do this for a while but have been .. slack-ish. Can you attach it as a patch? I'll commit it tonight. -a On 3 February 2016 at 03:27, Tobias Kortkamp wrote: > Hi, > > when using ath(4) the driver reports the wrong name for Qualcomm Atheros > chips on attach e

Re: [patch] Change ath(4) to report correct chip name for Qualcomm Atheros cards

2016-02-03 Thread Tobias Kortkamp
Sure. Here you go. On Wed, Feb 3, 2016, at 10:00 PM, Adrian Chadd wrote: > Hi! > > Thanks! I've been meaning to do this for a while but have been .. > slack-ish. > > Can you attach it as a patch? I'll commit it tonight. > > > -a > > > On 3 February 2016 at 03:27, Tobias Kortkamp wrote: > >