linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [MAC80211] Radar detection management issue
@ 2014-04-07  9:30 Cedric VONCKEN
  2014-04-07 11:09 ` Janusz Dziedzic
  0 siblings, 1 reply; 5+ messages in thread
From: Cedric VONCKEN @ 2014-04-07  9:30 UTC (permalink / raw)
  To: linux-wireless

	I'm doing some tests in 802.11a with ath9k driver and I found a
strange behavior.

	With iw phy0 info, I check the regulation rules. I can see some
channels needs radar detection. For test I set an AP on this channel and
I can see the beacon with wireshark. But ATH9K doesn't support radar
detection, so these channels should be disabled.

	I think the problem is on MAC80211 layer. In /net/wireless/reg.c
the function map_regdom_flags set the flags IEEE80211_CHAN_RADAR if the
regulatory domain set NL80211_RRF_DFS.
	But ATH9K doesn't support the radar detection, and I don't found
in MAC80211 a test on this capability.

	I only found a capabilities in ATH9K (ATH9K_HW_CAP_DFS), but
this flag is set and not used.

	I don't know how fix this issue. For the moment I disable the
channel when the NL80211_RRF_DFS is set (in map_regdom_flags).

Cedric Voncken 


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

end of thread, other threads:[~2014-04-07 15:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-07  9:30 [MAC80211] Radar detection management issue Cedric VONCKEN
2014-04-07 11:09 ` Janusz Dziedzic
2014-04-07 12:04   ` voncken
2014-04-07 12:53     ` Janusz Dziedzic
2014-04-07 13:48       ` voncken

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).