https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143
--- Comment #9 from Andriy Voskoboinyk <[email protected]> --- Created attachment 153911 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153911&action=edit Bugfixes2.diff - Revert changes related to IEEE80211_F_DATAPAD (there is no padding in RX path). - Copy correct addresses to node.macaddr / rxon.myaddr. - Handle beaconing properly. - Enable HOSTAP mode (experimental). - Use HW AES-CCMP for all keys. - (partially) Replace global mutex with per-structure locks. - Remove races in wpi*intr functions. - Acquire ifq lock while checking / modifying IFF_DRV_OACTIVE flag. - Add WPI_DEBUG_NODE / WPI_DEBUG_REGISTER debug categories. - Use internal functions for node table management. - Move association from wpi_tx_data() to wpi_newassoc(). - Other minor fixes. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "[email protected]"
