In the Marvell wifi driver, there are dereferences attempts occuring before the NULL check. Fix: Patch included. Basically moves the NULL check to before any dereferences attempts. Patch attached with submission follows:
Responsible Changed From-To: freebsd-bugs->freebsd-wireless Over to maintainer(s).
The NULL check for this pointer is not needed (because it's the address of an array member) and was removed in r300077.