mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Revert last junk...
This commit is contained in:
parent
1fdc45cd2e
commit
68fc5ce70b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192492
@ -58,11 +58,14 @@
|
||||
* value.
|
||||
*/
|
||||
#define WI_MAX_DATALEN 512
|
||||
|
||||
#if 0
|
||||
struct wi_req {
|
||||
u_int16_t wi_len;
|
||||
u_int16_t wi_type;
|
||||
u_int16_t wi_val[WI_MAX_DATALEN];
|
||||
};
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Private LTV records (interpreted only by the driver). This is
|
||||
|
@ -145,6 +145,7 @@ static int wi_alloc_fid(struct wi_softc *, int, int *);
|
||||
static void wi_read_nicid(struct wi_softc *);
|
||||
static int wi_write_ssid(struct wi_softc *, int, u_int8_t *, int);
|
||||
|
||||
static int wi_cmd(struct wi_softc *, int, int, int, int);
|
||||
static int wi_seek_bap(struct wi_softc *, int, int);
|
||||
static int wi_read_bap(struct wi_softc *, int, int, void *, int);
|
||||
static int wi_write_bap(struct wi_softc *, int, int, void *, int);
|
||||
@ -1801,7 +1802,7 @@ wi_write_wep(struct wi_softc *sc, struct ieee80211vap *vap)
|
||||
return error;
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
wi_cmd(struct wi_softc *sc, int cmd, int val0, int val1, int val2)
|
||||
{
|
||||
int i, s = 0;
|
||||
@ -2120,5 +2121,3 @@ wi_free(device_t dev)
|
||||
sc->mem = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
MODULE_VERSION(wi, 1);
|
||||
|
@ -184,6 +184,3 @@ void wi_init(void *);
|
||||
void wi_intr(void *);
|
||||
int wi_mgmt_xmit(struct wi_softc *, caddr_t, int);
|
||||
void wi_stop(struct wi_softc *, int);
|
||||
|
||||
/* KLUDGE */
|
||||
int wi_cmd(struct wi_softc *, int, int, int, int);
|
||||
|
Loading…
Reference in New Issue
Block a user