Skip to content

Commit

Permalink
staging: wlags49_h2: Remove old WIRELESS_EXT support
Browse files Browse the repository at this point in the history
Since the driver is now in-kernel remove support for building
against ancient WIRELESS_EXT versions.

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 20, 2011
1 parent e8df167 commit f49334a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 114 deletions.
7 changes: 0 additions & 7 deletions drivers/staging/wlags49_h2/wl_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,8 @@
#include <pcmcia/ds.h>
#endif // BUS_PCMCIA

#ifdef HAS_WIRELESS_EXTENSIONS
#include <linux/wireless.h>
#if WIRELESS_EXT > 13
#include <net/iw_handler.h>
#endif // WIRELESS_EXT > 13
#define USE_DBM
#define RETURN_CURRENT_NETWORKNAME
#define USE_FREQUENCY
#endif // HAS_WIRELESS_EXTENSIONS/

#include <linux/list.h>

Expand Down
3 changes: 0 additions & 3 deletions drivers/staging/wlags49_h2/wl_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,6 @@ err: define bus type;
* There doesn't seem to be a difference for PCMCIA and PCI anymore, at least
* for PCMCIA the same defines are needed now as previously only used for PCI
*/
#if USE_WEXT
#define HAS_WIRELESS_EXTENSIONS
#endif // USE_WEXT

#define NEW_MULTICAST
#define ALLOC_SKB(len) dev_alloc_skb(len+2)
Expand Down
Loading

0 comments on commit f49334a

Please sign in to comment.