]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[iwm] if_iwm - Use chan list from ieee80211_scan_state for scan, not ic_channels.
authorAdrian Chadd <adrian@FreeBSD.org>
Wed, 26 Jul 2017 05:26:01 +0000 (05:26 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Wed, 26 Jul 2017 05:26:01 +0000 (05:26 +0000)
commit2aa3dbb05919985812a18f679800d93ac37cefb6
treefb698664057c74ffc54637a96aed92c2252015ee
parentf24d0484b3dccf4ef40ee1bf27a6edded1fd93f5
[iwm] if_iwm - Use chan list from ieee80211_scan_state for scan, not ic_channels.

* Limiting the channel list with "ifconfig wlan0 chanlist ..." now will
  actually set the list of channels scanned by iwm.

Tested:

* Intel 7260, STA mode, setting chanlist to 1-14 and 36-254, and indeed it does what
  it should!
sys/dev/iwm/if_iwm_scan.c