CVSROOT:        /cvs
Module name:    src
Changes by:     s...@cvs.openbsd.org    2018/08/07 12:13:14

Modified files:
        sys/net80211   : ieee80211_input.c ieee80211_node.c 
                         ieee80211_node.h 

Log message:
Ignore basic MCS set information found in association responses.

Some APs (Aruba 105) send a bogus basic MCS set in assoc responses
which prevents us from enabling 11n support with those APs, while
these APs still behave as if were were an 11n client which renders
the association unusable.

The basic MSC set is already provided in beacons anyway, and the
802.11 2012 standard says the basic MSC set is reserved in frames
other than beacons (see Table 8-130).

ok mpi@

Reply via email to