Add comments on the new Broadcom driver not using driver_broadcom.c

The newer Broadcom driver ("hybrid Linux driver") supports Linux
wireless extensions and does not need (or even work) with the old
driver wrapper.
This commit is contained in:
Jouni Malinen 2009-01-30 21:34:40 +02:00
parent c9c3eafacb
commit 1c5aeef0c2
3 changed files with 14 additions and 4 deletions

View file

@ -1,5 +1,5 @@
/*
* WPA Supplicant - driver interaction with Broadcom wl.o driver
* WPA Supplicant - driver interaction with old Broadcom wl.o driver
* Copyright (c) 2004, Nikki Chumkov <nikki@gattaca.ru>
* Copyright (c) 2004, Jouni Malinen <j@w1.fi>
*
@ -11,6 +11,10 @@
* license.
*
* See README and COPYING for more details.
*
* Please note that the newer Broadcom driver ("hybrid Linux driver") supports
* Linux wireless extensions and does not need (or even work) with this old
* driver wrapper. Use driver_wext.c with that driver.
*/
#include "includes.h"