CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2016/04/28 02:28:18
Modified files: sys/dev/pci : if_iwn.c if_iwnreg.h Log message: Add a better implementation of iwn's update_htprot callback which uses the RXON_ASSOC command instead of clearing and restoring firmware state. This matches the behaviour of the Linux driver more closely. However, for now, keep this implementation disabled and do _nothing_ when HT protection changes. For some unknown reason, updating HT protection seems to be related to subsequent Tx errors and block ack session instablity. We'll see how this approach works out in the wild. Please report any issues. ok tb@