mention that Atheros is mostly SoftMAC

This commit is contained in:
Daniel Micay 2020-09-29 03:45:33 -04:00
parent f1faf19f40
commit 697c4fdd65

View File

@ -759,6 +759,13 @@
responsible for it due to control over the configuration of shared memory and the responsible for it due to control over the configuration of shared memory and the
complexity of the interface and the OS side implementation.</p> complexity of the interface and the OS side implementation.</p>
<p>The mobile Atheros Wi-Fi driver/firmware is primarily a SoftMAC implementation with
the vast majority of the complexity in the driver rather than the firmware. The fully
functional driver is massive and the firmware is quite small. Unfortunately, since the
Linux kernel is monolithic and has no internal security boundaries, the attack surface
is problematic and a HardMAC implementation with most complexity in isolated firmware
would be better than the status quo. An isolated driver would be ideal.</p>
<h2 id="day-to-day-use"> <h2 id="day-to-day-use">
<a href="#day-to-day-use">Day to day use</a> <a href="#day-to-day-use">Day to day use</a>
</h2> </h2>