Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126607
b: refs/heads/master
c: fc4a76f
h: refs/heads/master
i:
  126605: a8e1046
  126603: 168e29e
  126599: f0fd53b
  126591: fe5d7ba
v: v3
  • Loading branch information
Solomon Peachy authored and Greg Kroah-Hartman committed Jan 6, 2009
1 parent e0e78aa commit 0a6fc19
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 575a8a5c28005838fa82c228cd77138379df87ba
refs/heads/master: fc4a76ff199c40f2e8e5a0004dc625bbd54ed80e
2 changes: 1 addition & 1 deletion trunk/drivers/staging/wlan-ng/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config PRISM2_USB
tristate "Prism2.5/3 USB driver"
depends on WLAN_80211 && USB
depends on WLAN_80211 && USB && CONFIG_WIRELESS_EXT
default n
---help---
This is the wlan-ng prism 2.5/3 USB driver for a wide range of
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/wlan-ng/p80211netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -866,12 +866,10 @@ int wlan_setup(wlandevice_t *wlandev)
dev->open = p80211knetdev_open;
dev->stop = p80211knetdev_stop;

#ifdef CONFIG_NET_WIRELESS
#if (WIRELESS_EXT < 21)
dev->get_wireless_stats = p80211wext_get_wireless_stats;
#endif
dev->wireless_handlers = &p80211wext_handler_def;
#endif

netif_stop_queue(dev);
#ifdef HAVE_CHANGE_MTU
Expand Down
7 changes: 0 additions & 7 deletions trunk/drivers/staging/wlan-ng/p80211netdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,12 @@ typedef struct p80211_frmrx_t
u32 decrypt_err;
} p80211_frmrx_t;

#ifdef WIRELESS_EXT
/* called by /proc/net/wireless */
struct iw_statistics* p80211wext_get_wireless_stats(netdevice_t *dev);
/* wireless extensions' ioctls */
int p80211wext_support_ioctl(netdevice_t *dev, struct ifreq *ifr, int cmd);
extern struct iw_handler_def p80211wext_handler_def;
int p80211wext_event_associated(struct wlandevice *wlandev, int assoc);
#endif /* wireless extensions */

/* WEP stuff */
#define NUM_WEPKEYS 4
Expand Down Expand Up @@ -232,17 +230,12 @@ typedef struct wlandevice
/* 802.11 device statistics */
struct p80211_frmrx_t rx;

/* compatibility to wireless extensions */
#ifdef WIRELESS_EXT
struct iw_statistics wstats;

/* jkriegl: iwspy fields */
u8 spy_number;
char spy_address[IW_MAX_SPY][ETH_ALEN];
struct iw_quality spy_stat[IW_MAX_SPY];

#endif

} wlandevice_t;

/* WEP stuff */
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/staging/wlan-ng/p80211wext.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ static int p80211wext_giwrate(netdevice_t *dev,
static int p80211wext_giwessid(netdevice_t *dev,
struct iw_request_info *info,
struct iw_point *data, char *essid);
/* compatibility to wireless extensions */
#ifdef WIRELESS_EXT

static u8 p80211_mhz_to_channel(u16 mhz)
{
Expand Down Expand Up @@ -1830,8 +1828,5 @@ int p80211wext_event_associated(wlandevice_t *wlandev, int assoc)
}


#endif /* compatibility to wireless extensions */




0 comments on commit 0a6fc19

Please sign in to comment.