Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d5d5ac0 authored by Jean Tourrilhes's avatar Jean Tourrilhes Committed by Jeff Garzik
Browse files

[PATCH] ray_cs : WE-17 support



        This adds support for WE-17 to the ray_cs driver. Tested
with 2.6.13 (with real HW).

Signed-off-by: default avatarJean Tourrilhes <jt@hpl.hp.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent 6582c164
Loading
Loading
Loading
Loading
+450 −415

File changed.

Preview size limit exceeded, changes collapsed.

+2 −5
Original line number Diff line number Diff line
@@ -63,13 +63,10 @@ typedef struct ray_dev_t {
    UCHAR last_rsl;
    int beacon_rxed;
    struct beacon_rx last_bcn;
#ifdef WIRELESS_EXT
    iw_stats	wstats;		/* Wireless specific stats */
#endif
#ifdef WIRELESS_SPY
    int		spy_number;		/* Number of addresses to spy */
    mac_addr	spy_address[IW_MAX_SPY + 1];	/* The addresses to spy */
    iw_qual	spy_stat[IW_MAX_SPY + 1];	/* Statistics gathered */
    struct iw_spy_data		spy_data;
    struct iw_public_data	wireless_data;
#endif	/* WIRELESS_SPY */

} ray_dev_t;