#18656: hostapd auto-selects indoor channels if DFS is enabled
--------------------------+-----------------------------------
  Reporter:  andrenarchy  |      Owner:  developers
      Type:  defect       |     Status:  new
  Priority:  normal       |  Milestone:
 Component:  packages     |    Version:  Barrier Breaker 14.07
Resolution:               |   Keywords:
--------------------------+-----------------------------------

Comment (by mi-la):

 I found a temporary workaround thanks to the ticket #18211. It is possible
 to edit regdb.txt and disable indoor channels completely.

 {{{
 --- package/kernel/mac80211/files/regdb.txt     (revision 44053)
 +++ package/kernel/mac80211/files/regdb.txt     (working copy)
 @@ -289,11 +289,11 @@
  # implemented.
  country CZ: DFS-ETSI
         (2400 - 2483.5 @ 40), (100 mW)
 -       (5150 - 5250 @ 80), (200 mW), NO-OUTDOOR, AUTO-BW
 -       (5250 - 5350 @ 80), (100 mW), NO-OUTDOOR, DFS, AUTO-BW
 +       #(5150 - 5250 @ 80), (200 mW), NO-OUTDOOR, AUTO-BW
 +       #(5250 - 5350 @ 80), (100 mW), NO-OUTDOOR, AUTO-BW
         (5470 - 5725 @ 160), (500 mW), DFS
         # 60 gHz band channels 1-4, ref: Etsi En 302 567
 -       (57000 - 66000 @ 2160), (40)
 +       #(57000 - 66000 @ 2160), (40)
 }}}

 Then I have:
 {{{
 # iw reg get
 country CZ: DFS-ETSI
         (2400 - 2483 @ 40), (N/A, 20), (N/A)
         (5470 - 5725 @ 160), (N/A, 27), (0 ms), DFS
 # iwinfo wlan1 freqlist
   5.500 GHz (Channel 100) [restricted]
   5.520 GHz (Channel 104) [restricted]
 * 5.540 GHz (Channel 108) [restricted]
   5.560 GHz (Channel 112) [restricted]
   5.580 GHz (Channel 116) [restricted]
   5.600 GHz (Channel 120) [restricted]
   5.620 GHz (Channel 124) [restricted]
   5.640 GHz (Channel 128) [restricted]
   5.660 GHz (Channel 132) [restricted]
   5.680 GHz (Channel 136) [restricted]
   5.700 GHz (Channel 140) [restricted]
 }}}

 I've also tried just to remove `DFS` from line `(5250 - 5350 @ 80), (100
 mW), NO-OUTDOOR, DFS, AUTO-BW` but it stilled used indoor channels.

 Still removing indoor channels is suitable when I need pure outdoor
 connection until a proper solution is found.

--
Ticket URL: <https://dev.openwrt.org/ticket/18656#comment:2>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to