CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2016/01/04 05:25:46
Modified files: sys/net80211 : ieee80211.c ieee80211_input.c ieee80211_proto.c Log message: Don't return 11n mode from ieee80211_chan2mode() so we can switch into 11a and 11b/g mode correctly when the driver supports 11n. And make sure the result of this funtion is only used to index ic_sup_rates. Its stated purpose is to help select a legacy rate. ok sthen jasper kettenis deraadt mpi