avos d3b6c9c90f net80211: provide a set of ieee80211_add_channel*() functions
This change adds few methods for net80211 channel table setup:

- ieee80211_add_channel()
- ieee80211_add_channel_ht40()
(primarily for drivers, that parse EEPROM to get channel list -
they will allow to hide implementation details).

- ieee80211_add_channel_list_2ghz()
- ieee80211_add_channel_list_5ghz()
(mostly as a replacement for ieee80211_init_channels() - they will allow
to specify non-default channel list; may be used in ic_getradiocaps()).

Tested with wpi(4) (add_channel) and rum(4) (add_channel_list_2ghz).

Reviewed by:	adrian
Differential Revision:	https://reviews.freebsd.org/D6124
2016-04-29 21:18:14 +00:00
..
2016-04-28 09:40:24 +00:00
2016-04-29 20:31:49 +00:00
2016-04-29 21:05:48 +00:00
2016-04-29 20:22:10 +00:00
2016-04-27 19:09:21 +00:00
2016-04-27 20:24:48 +00:00
2016-04-29 20:53:39 +00:00
2016-04-29 20:51:24 +00:00
2016-04-20 14:29:03 +00:00
2016-04-29 21:11:31 +00:00
2016-04-27 19:09:21 +00:00
2016-04-27 19:38:24 +00:00
2016-04-29 20:33:20 +00:00
2016-04-29 16:07:25 +00:00
2016-04-24 15:56:05 +00:00
2016-04-29 20:12:45 +00:00
2016-04-29 20:43:51 +00:00