876c9d3aeb
Add the Marvell Libertas 8388 802.11 USB driver. Signed-off-by: Marcelo Tosatti <marcelo@kvack.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
9 lines
160 B
C
9 lines
160 B
C
#define DRIVER_RELEASE_VERSION "320.p0"
|
|
const char libertas_driver_version[] = "COMM-USB8388-" DRIVER_RELEASE_VERSION
|
|
#ifdef DEBUG
|
|
"-dbg"
|
|
#endif
|
|
"";
|
|
|
|
|