Skip to content

Commit

Permalink
staging: wlags49_h2: Declare support for WEXT 21
Browse files Browse the repository at this point in the history
WEXT changes between versions 15 and 21 have been taken care of,
so update the declared support.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
David Kilroy authored and Greg Kroah-Hartman committed Sep 27, 2011
1 parent 8706346 commit 145a401
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/staging/wlags49_h2/wl_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ err: define bus type;
" for " BUS_TYPE ", " \
MODULE_DATE " by " VENDOR_NAME

#define WIRELESS_SUPPORT 15 // The version of wireless extensions we support
/* The version of wireless extensions we support */
#define WIRELESS_SUPPORT 21

//#define DBG_MOD_NAME DRIVER_NAME ":" BUS_TYPE ":" HW_TYPE ":" FW_TYPE
#define DBG_MOD_NAME MODULE_NAME
Expand Down

0 comments on commit 145a401

Please sign in to comment.