CVSROOT: /cvs Module name: src Changes by: dam...@cvs.openbsd.org 2009/03/06 11:35:02
Modified files: sys/net80211 : ieee80211_input.c ieee80211_output.c Log message: Fix setting of the Short Slot Time subfield of the Capability Information field in (Re)Association Requests. This fixes association with APs refusing non-short-slot-time capable STAs. This should also prevent the AP we're associating with to disable the use of short slot time in the BSS as we join. Fix debug message in recv_assoc_resp() while I'm here (s/reason/status/). Scary. Thanks to Adam Emanuel for spotting this.