From 697c4fdd6530de5e18047986f8a7090159a11b84 Mon Sep 17 00:00:00 2001
From: Daniel Micay
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.
+