All of lore.kernel.org
 help / color / mirror / Atom feed
* wireless testing working with ath9k?
@ 2012-10-26 20:03 Ben Greear
  2012-10-26 20:17 ` Johannes Berg
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Greear @ 2012-10-26 20:03 UTC (permalink / raw)
  To: linux-wireless@vger.kernel.org

I have a few small patches...and wireless-testing is failing to
register it's hardware:

	/* Register with mac80211 */
	error = ieee80211_register_hw(hw);
	if (error) {
		ath_err(common, "Unable to register hw: %i\n", error);
		goto error_register;
	}

[  764.193028] ath: country maps to regdmn code: 0x3a
[  764.193042] ath: Country alpha2 being used: US
[  764.193052] ath: Regpair used: 0x3a
[  764.195415] ath: phy0: Unable to register hw: -22
[  764.200949] ath9k 0000:03:00.0: Failed to initialize device
[  764.206811] ath9k: probe of 0000:03:00.0 failed with error -22

Just wondering if this is a known problem before start digging into it...

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: wireless testing working with ath9k?
  2012-10-26 20:03 wireless testing working with ath9k? Ben Greear
@ 2012-10-26 20:17 ` Johannes Berg
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Berg @ 2012-10-26 20:17 UTC (permalink / raw)
  To: Ben Greear; +Cc: linux-wireless@vger.kernel.org

On Fri, 2012-10-26 at 13:03 -0700, Ben Greear wrote:
> I have a few small patches...and wireless-testing is failing to
> register it's hardware:
> 
> 	/* Register with mac80211 */
> 	error = ieee80211_register_hw(hw);
> 	if (error) {
> 		ath_err(common, "Unable to register hw: %i\n", error);
> 		goto error_register;
> 	}
> 
> [  764.193028] ath: country maps to regdmn code: 0x3a
> [  764.193042] ath: Country alpha2 being used: US
> [  764.193052] ath: Regpair used: 0x3a
> [  764.195415] ath: phy0: Unable to register hw: -22
> [  764.200949] ath9k 0000:03:00.0: Failed to initialize device
> [  764.206811] ath9k: probe of 0000:03:00.0 failed with error -22
> 
> Just wondering if this is a known problem before start digging into it...

yes, patch in my last mac80211-next pull request.

johannes


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-26 20:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-26 20:03 wireless testing working with ath9k? Ben Greear
2012-10-26 20:17 ` Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.