[BACK]Return to 75.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/75.html between version 1.13 and 1.14

version 1.13, 2024/03/23 08:47:18 version 1.14, 2024/03/23 09:35:08
Line 133 
Line 133 
   
 <li>Added or improved wireless network drivers:  <li>Added or improved wireless network drivers:
   <ul>    <ul>
   <li>...    <li>Introduce <a href="https://man.openbsd.org/qwx.4">qwx(4)</a>,
     a port of the Linux ath11k driver for QCNFA765 devices.
     Available on the amd64 and arm64 platforms.
     <li>Fix Tx rate selection for management frames in
     <a href="https://man.openbsd.org/iwx.4">iwx(4)</a>.
     <li>Fix <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> loading the wrong
     firmware image on some devices.
     <li>Make <a href="https://man.openbsd.org/bfwm.4">bwfm(4)</a> work with MAC
     addresses set via ifconfig lladdr.
     <li>Ensure that <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> uses the
     80MHz primary channel index announced in beacons.
     <li>Avoid using MCS-9 in <a href="https://man.openbsd.org/iwm.4">iwm(4)</a>
     Tx rate selection if 40 MHz is disabled to prevent firmware errors.
     <li>Ensure that <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and
     <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> devices announce VHT
     capabilities in probe requests.
     <li>Fix bug in <a href="https://man.openbsd.org/iwm.4">iwm(4)</a>,
     <a href="https://man.openbsd.org/iwx.4">iwx(4)</a>, and
     <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> which could result
     in some channels missing from scan results.
     <li>Enable <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> on the
     arm64 platform.
   </ul>    </ul>
   
 <li>IEEE 802.11 wireless stack improvements and bugfixes:  <li>IEEE 802.11 wireless stack improvements and bugfixes:
   <ul>    <ul>
   <li>...    <li> Ignore 40/80 MHz wide channel configurations which do not appear
     in the 802.11ac spec. This prevents device firmware errors which
     occurred when an access point announced an invalid channel configuration.
   </ul>    </ul>
   
 <li>Installer, upgrade and bootloader improvements:  <li>Installer, upgrade and bootloader improvements:

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14