summaryrefslogtreecommitdiffstats
path: root/sys/dev/wi/if_wi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/wi/if_wi.c')
-rw-r--r--sys/dev/wi/if_wi.c2815
1 files changed, 674 insertions, 2141 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c
index 9ff16a4..d750ab1 100644
--- a/sys/dev/wi/if_wi.c
+++ b/sys/dev/wi/if_wi.c
@@ -1,5 +1,3 @@
-/* $NetBSD: wi.c,v 1.109 2003/01/09 08:52:19 dyoung Exp $ */
-
/*-
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -64,11 +62,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#define WI_HERMES_AUTOINC_WAR /* Work around data write autoinc bug. */
#define WI_HERMES_STATS_WAR /* Work around stats counter bug. */
-#define NBPFILTER 1
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/endian.h>
@@ -83,6 +78,7 @@ __FBSDID("$FreeBSD$");
#include <sys/random.h>
#include <sys/syslog.h>
#include <sys/sysctl.h>
+#include <sys/taskqueue.h>
#include <machine/bus.h>
#include <machine/resource.h>
@@ -112,33 +108,41 @@ __FBSDID("$FreeBSD$");
#include <dev/wi/if_wireg.h>
#include <dev/wi/if_wivar.h>
+static struct ieee80211vap *wi_vap_create(struct ieee80211com *ic,
+ const char name[IFNAMSIZ], int unit, int opmode, int flags,
+ const uint8_t bssid[IEEE80211_ADDR_LEN],
+ const uint8_t mac[IEEE80211_ADDR_LEN]);
+static void wi_vap_delete(struct ieee80211vap *vap);
+static void wi_stop_locked(struct wi_softc *sc, int disable);
static void wi_start_locked(struct ifnet *);
static void wi_start(struct ifnet *);
static int wi_start_tx(struct ifnet *ifp, struct wi_frame *frmhdr,
struct mbuf *m0);
static int wi_raw_xmit(struct ieee80211_node *, struct mbuf *,
const struct ieee80211_bpf_params *);
-static int wi_reset(struct ifnet *);
+static int wi_newstate_sta(struct ieee80211vap *, enum ieee80211_state, int);
+static int wi_newstate_hostap(struct ieee80211vap *, enum ieee80211_state, int);
+static void wi_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m,
+ int subtype, int rssi, int noise, u_int32_t rstamp);
+static int wi_reset(struct wi_softc *);
static void wi_watchdog(void *);
static int wi_ioctl(struct ifnet *, u_long, caddr_t);
-static int wi_media_change(struct ifnet *);
static void wi_media_status(struct ifnet *, struct ifmediareq *);
static void wi_rx_intr(struct wi_softc *);
static void wi_tx_intr(struct wi_softc *);
static void wi_tx_ex_intr(struct wi_softc *);
-static void wi_info_intr(struct wi_softc *);
-static int wi_key_alloc(struct ieee80211com *, const struct ieee80211_key *,
- ieee80211_keyix *, ieee80211_keyix *);
+static void wi_status_connected(void *, int);
+static void wi_status_disconnected(void *, int);
+static void wi_status_oor(void *, int);
+static void wi_status_assoc_failed(void *, int);
+static void wi_info_intr(struct wi_softc *);
-#if 0
-static int wi_get_cfg(struct ifnet *, u_long, caddr_t);
-static int wi_set_cfg(struct ifnet *, u_long, caddr_t);
-#endif
-static int wi_write_txrate(struct wi_softc *);
-static int wi_write_wep(struct wi_softc *);
+static int wi_write_txrate(struct wi_softc *, struct ieee80211vap *);
+static int wi_write_wep(struct wi_softc *, struct ieee80211vap *);
static int wi_write_multi(struct wi_softc *);
+static void wi_update_mcast(struct ifnet *);
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);
@@ -150,33 +154,11 @@ static int wi_write_bap(struct wi_softc *, int, int, void *, int);
static int wi_mwrite_bap(struct wi_softc *, int, int, struct mbuf *, int);
static int wi_read_rid(struct wi_softc *, int, void *, int *);
static int wi_write_rid(struct wi_softc *, int, void *, int);
-
-static int wi_newstate(struct ieee80211com *, enum ieee80211_state, int);
-
-static int wi_scan_ap(struct wi_softc *, u_int16_t, u_int16_t);
-static void wi_scan_result(struct wi_softc *, int, int);
-
-static void wi_dump_pkt(struct wi_frame *, struct ieee80211_node *, int rssi);
-
-#if 0
-static int wi_get_debug(struct wi_softc *, struct wi_req *);
-static int wi_set_debug(struct wi_softc *, struct wi_req *);
-#endif
-
-/* support to download firmware for symbol CF card */
-static int wi_symbol_write_firm(struct wi_softc *, const void *, int,
- const void *, int);
-static int wi_symbol_set_hcr(struct wi_softc *, int);
+static int wi_write_appie(struct wi_softc *, int, const struct ieee80211_appie *);
static void wi_scan_start(struct ieee80211com *);
-static void wi_scan_curchan(struct ieee80211com *, unsigned long);
-static void wi_scan_mindwell(struct ieee80211com *);
static void wi_scan_end(struct ieee80211com *);
static void wi_set_channel(struct ieee80211com *);
-static void wi_update_slot(struct ifnet *);
-static struct ieee80211_node *wi_node_alloc(struct ieee80211_node_table *);
-static int wi_ioctl_get(struct ifnet *ifp, u_long command, caddr_t data);
-static int wi_ioctl_set(struct ifnet *ifp, u_long command, caddr_t data);
static __inline int
wi_write_val(struct wi_softc *sc, int rid, u_int16_t val)
@@ -199,15 +181,9 @@ SYSCTL_INT(_hw_wi, OID_AUTO, txerate, CTLFLAG_RW, &wi_txerate,
static int wi_debug = 0;
SYSCTL_INT(_hw_wi, OID_AUTO, debug, CTLFLAG_RW, &wi_debug,
0, "control debugging printfs");
-
#define DPRINTF(X) if (wi_debug) printf X
-#define DPRINTF2(X) if (wi_debug > 1) printf X
-#define IFF_DUMPPKTS(_ifp) \
- (((_ifp)->if_flags & (IFF_DEBUG|IFF_LINK2)) == (IFF_DEBUG|IFF_LINK2))
#else
#define DPRINTF(X)
-#define DPRINTF2(X)
-#define IFF_DUMPPKTS(_ifp) 0
#endif
#define WI_INTRS (WI_EV_RX | WI_EV_ALLOC | WI_EV_INFO)
@@ -255,7 +231,7 @@ int
wi_attach(device_t dev)
{
struct wi_softc *sc = device_get_softc(dev);
- struct ieee80211com *ic = &sc->sc_ic;
+ struct ieee80211com *ic;
struct ifnet *ifp;
int i, nrates, buflen;
u_int16_t val;
@@ -266,13 +242,13 @@ wi_attach(device_t dev)
};
int error;
- ifp = sc->sc_ifp = if_alloc(IFT_ETHER);
+ ifp = sc->sc_ifp = if_alloc(IFT_IEEE80211);
if (ifp == NULL) {
device_printf(dev, "can not if_alloc\n");
wi_free(dev);
- return (ENOSPC);
+ return ENOSPC;
}
- ifp->if_softc = sc;
+ ic = ifp->if_l2com;
/*
* NB: no locking is needed here; don't put it here
@@ -284,18 +260,40 @@ wi_attach(device_t dev)
if (error) {
device_printf(dev, "bus_setup_intr() failed! (%d)\n", error);
wi_free(dev);
- return (error);
+ return error;
}
- mtx_init(&sc->sc_mtx, device_get_nameunit(dev), MTX_NETWORK_LOCK,
- MTX_DEF | MTX_RECURSE);
- callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0);
-
sc->sc_firmware_type = WI_NOTYPE;
sc->wi_cmd_count = 500;
/* Reset the NIC. */
- if (wi_reset(ifp) != 0)
+ if (wi_reset(sc) != 0) {
+ wi_free(dev);
return ENXIO; /* XXX */
+ }
+
+ /* Read NIC identification */
+ wi_read_nicid(sc);
+ switch (sc->sc_firmware_type) {
+ case WI_LUCENT:
+ if (sc->sc_sta_firmware_ver < 60006)
+ goto reject;
+ break;
+ case WI_INTERSIL:
+ if (sc->sc_sta_firmware_ver < 800)
+ goto reject;
+ break;
+ default:
+ reject:
+ device_printf(dev, "Sorry, this card is not supported "
+ "(type %d, firmware ver %d)\n",
+ sc->sc_firmware_type, sc->sc_sta_firmware_ver);
+ wi_free(dev);
+ return EOPNOTSUPP;
+ }
+
+ mtx_init(&sc->sc_mtx, device_get_nameunit(dev), MTX_NETWORK_LOCK,
+ MTX_DEF | MTX_RECURSE);
+ callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0);
/*
* Read the station address.
@@ -320,9 +318,7 @@ wi_attach(device_t dev)
return (error);
}
- /* Read NIC identification */
- wi_read_nicid(sc);
-
+ ifp->if_softc = sc;
if_initname(ifp, device_get_name(dev), device_get_unit(dev));
ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
ifp->if_ioctl = wi_ioctl;
@@ -335,11 +331,9 @@ wi_attach(device_t dev)
ic->ic_ifp = ifp;
ic->ic_phytype = IEEE80211_T_DS;
ic->ic_opmode = IEEE80211_M_STA;
- ic->ic_state = IEEE80211_S_INIT;
ic->ic_caps = IEEE80211_C_PMGT
- | IEEE80211_C_WEP /* everyone supports WEP */
+ | IEEE80211_C_MONITOR
;
- ic->ic_max_aid = WI_MAX_AID;
/*
* Query the card for available channels and setup the
@@ -360,28 +354,7 @@ wi_attach(device_t dev)
c->ic_freq = ieee80211_ieee2mhz(i, IEEE80211_CHAN_B);
c->ic_flags = IEEE80211_CHAN_B;
c->ic_ieee = i;
- }
-
- /*
- * Read the default channel from the NIC. This may vary
- * depending on the country where the NIC was purchased, so
- * we can't hard-code a default and expect it to work for
- * everyone.
- *
- * If no channel is specified, let the 802.11 code select.
- */
- buflen = sizeof(val);
- if (wi_read_rid(sc, WI_RID_OWN_CHNL, &val, &buflen) == 0) {
- val = le16toh(val);
- ic->ic_bsschan = ieee80211_find_channel(ic,
- ieee80211_ieee2mhz(val, IEEE80211_CHAN_B),
- IEEE80211_CHAN_B);
- if (ic->ic_bsschan == NULL)
- ic->ic_bsschan = &ic->ic_channels[0];
- } else {
- device_printf(dev,
- "WI_RID_OWN_CHNL failed, using first channel!\n");
- ic->ic_bsschan = &ic->ic_channels[0];
+ /* XXX txpowers? */
}
/*
@@ -390,31 +363,18 @@ wi_attach(device_t dev)
switch (sc->sc_firmware_type) {
case WI_LUCENT:
sc->sc_ntxbuf = 1;
- sc->sc_flags |= WI_FLAGS_HAS_SYSSCALE;
-#ifdef WI_HERMES_AUTOINC_WAR
- /* XXX: not confirmed, but never seen for recent firmware */
- if (sc->sc_sta_firmware_ver < 40000) {
- sc->sc_flags |= WI_FLAGS_BUG_AUTOINC;
- }
-#endif
- if (sc->sc_sta_firmware_ver >= 60000)
- sc->sc_flags |= WI_FLAGS_HAS_MOR;
- if (sc->sc_sta_firmware_ver >= 60006) {
- ic->ic_caps |= IEEE80211_C_IBSS;
- ic->ic_caps |= IEEE80211_C_MONITOR;
- }
- sc->sc_ibss_port = htole16(1);
+ ic->ic_caps |= IEEE80211_C_IBSS;
+ sc->sc_ibss_port = WI_PORTTYPE_BSS;
+ sc->sc_monitor_port = WI_PORTTYPE_ADHOC;
sc->sc_min_rssi = WI_LUCENT_MIN_RSSI;
sc->sc_max_rssi = WI_LUCENT_MAX_RSSI;
sc->sc_dbm_offset = WI_LUCENT_DBM_OFFSET;
break;
-
case WI_INTERSIL:
sc->sc_ntxbuf = WI_NTXBUF;
- sc->sc_flags |= WI_FLAGS_HAS_FRAGTHR;
- sc->sc_flags |= WI_FLAGS_HAS_ROAMING;
- sc->sc_flags |= WI_FLAGS_HAS_SYSSCALE;
+ sc->sc_flags |= WI_FLAGS_HAS_FRAGTHR
+ | WI_FLAGS_HAS_ROAMING;
/*
* Old firmware are slow, so give peace a chance.
*/
@@ -422,31 +382,26 @@ wi_attach(device_t dev)
sc->wi_cmd_count = 5000;
if (sc->sc_sta_firmware_ver > 10101)
sc->sc_flags |= WI_FLAGS_HAS_DBMADJUST;
- if (sc->sc_sta_firmware_ver >= 800) {
- ic->ic_caps |= IEEE80211_C_IBSS;
- ic->ic_caps |= IEEE80211_C_MONITOR;
- }
+ ic->ic_caps |= IEEE80211_C_IBSS;
/*
* version 0.8.3 and newer are the only ones that are known
* to currently work. Earlier versions can be made to work,
- * at least according to the Linux driver.
+ * at least according to the Linux driver but we require
+ * monitor mode so this is irrelevant.
*/
- if (sc->sc_sta_firmware_ver >= 803)
- ic->ic_caps |= IEEE80211_C_HOSTAP;
- sc->sc_ibss_port = htole16(0);
-
- sc->sc_min_rssi = WI_PRISM_MIN_RSSI;
- sc->sc_max_rssi = WI_PRISM_MAX_RSSI;
- sc->sc_dbm_offset = WI_PRISM_DBM_OFFSET;
- break;
-
- case WI_SYMBOL:
- sc->sc_ntxbuf = 1;
- sc->sc_flags |= WI_FLAGS_HAS_DIVERSITY;
- if (sc->sc_sta_firmware_ver >= 25000)
- ic->ic_caps |= IEEE80211_C_IBSS;
- sc->sc_ibss_port = htole16(4);
+ ic->ic_caps |= IEEE80211_C_HOSTAP;
+ if (sc->sc_sta_firmware_ver >= 10603)
+ sc->sc_flags |= WI_FLAGS_HAS_ENHSECURITY;
+ if (sc->sc_sta_firmware_ver >= 10700) {
+ /*
+ * 1.7.0+ have the necessary support for sta mode WPA.
+ */
+ sc->sc_flags |= WI_FLAGS_HAS_WPASUPPORT;
+ ic->ic_caps |= IEEE80211_C_WPA;
+ }
+ sc->sc_ibss_port = WI_PORTTYPE_IBSS;
+ sc->sc_monitor_port = WI_PORTTYPE_APSILENT;
sc->sc_min_rssi = WI_PRISM_MIN_RSSI;
sc->sc_max_rssi = WI_PRISM_MAX_RSSI;
sc->sc_dbm_offset = WI_PRISM_DBM_OFFSET;
@@ -459,7 +414,7 @@ wi_attach(device_t dev)
buflen = sizeof(val);
if (wi_read_rid(sc, WI_RID_WEP_AVAIL, &val, &buflen) == 0 &&
val != htole16(0))
- ic->ic_caps |= IEEE80211_C_WEP;
+ ic->ic_cryptocaps |= IEEE80211_CRYPTO_WEP;
/* Find supported rates. */
buflen = sizeof(ratebuf);
@@ -482,48 +437,21 @@ wi_attach(device_t dev)
sc->sc_dbm_offset = le16toh(val);
}
- sc->sc_max_datalen = 2304;
- sc->sc_system_scale = 1;
- sc->sc_cnfauthmode = IEEE80211_AUTH_OPEN;
- sc->sc_roaming_mode = 1;
- sc->wi_channel = IEEE80211_CHAN_ANYC;
sc->sc_portnum = WI_DEFAULT_PORT;
- sc->sc_authtype = WI_DEFAULT_AUTHTYPE;
-
- bzero(sc->sc_nodename, sizeof(sc->sc_nodename));
- sc->sc_nodelen = sizeof(WI_DEFAULT_NODENAME) - 1;
- bcopy(WI_DEFAULT_NODENAME, sc->sc_nodename, sc->sc_nodelen);
+ TASK_INIT(&sc->sc_oor_task, 0, wi_status_oor, ic);
- bzero(sc->sc_net_name, sizeof(sc->sc_net_name));
- bcopy(WI_DEFAULT_NETNAME, sc->sc_net_name,
- sizeof(WI_DEFAULT_NETNAME) - 1);
-
- /*
- * Call MI attach routine.
- */
ieee80211_ifattach(ic);
- /* override state transition method */
- sc->sc_newstate = ic->ic_newstate;
- sc->sc_key_alloc = ic->ic_crypto.cs_key_alloc;
- ic->ic_crypto.cs_key_alloc = wi_key_alloc;
- ic->ic_newstate = wi_newstate;
ic->ic_raw_xmit = wi_raw_xmit;
-
ic->ic_scan_start = wi_scan_start;
- ic->ic_scan_curchan = wi_scan_curchan;
- ic->ic_scan_mindwell = wi_scan_mindwell;
ic->ic_scan_end = wi_scan_end;
ic->ic_set_channel = wi_set_channel;
- ic->ic_node_alloc = wi_node_alloc;
- ic->ic_updateslot = wi_update_slot;
- ic->ic_reset = wi_reset;
- ieee80211_media_init(ic, wi_media_change, wi_media_status);
+ ic->ic_vap_create = wi_vap_create;
+ ic->ic_vap_delete = wi_vap_delete;
+ ic->ic_update_mcast = wi_update_mcast;
-#if NBPFILTER > 0
- bpfattach2(ifp, DLT_IEEE802_11_RADIO,
- sizeof(struct ieee80211_frame) + sizeof(sc->sc_tx_th),
- &sc->sc_drvbpf);
+ bpfattach(ifp, DLT_IEEE802_11_RADIO,
+ sizeof(struct ieee80211_frame) + sizeof(sc->sc_tx_th));
/*
* Initialize constant fields.
* XXX make header lengths a multiple of 32-bits so subsequent
@@ -540,7 +468,6 @@ wi_attach(device_t dev)
sc->sc_rx_th_len = roundup(sizeof(sc->sc_rx_th), sizeof(u_int32_t));
sc->sc_rx_th.wr_ihdr.it_len = htole16(sc->sc_rx_th_len);
sc->sc_rx_th.wr_ihdr.it_present = htole32(WI_RX_RADIOTAP_PRESENT);
-#endif
if (bootverbose)
ieee80211_announce(ic);
@@ -553,19 +480,18 @@ wi_detach(device_t dev)
{
struct wi_softc *sc = device_get_softc(dev);
struct ifnet *ifp = sc->sc_ifp;
+ struct ieee80211com *ic = ifp->if_l2com;
WI_LOCK(sc);
/* check if device was removed */
sc->wi_gone |= !bus_child_present(dev);
- wi_stop(ifp, 0);
+ wi_stop_locked(sc, 0);
WI_UNLOCK(sc);
-
-#if NBPFILTER > 0
bpfdetach(ifp);
-#endif
- ieee80211_ifdetach(&sc->sc_ic);
+ ieee80211_ifdetach(ic);
+
bus_teardown_intr(dev, sc->irq, sc->wi_intrhand);
if_free(sc->sc_ifp);
wi_free(dev);
@@ -573,60 +499,82 @@ wi_detach(device_t dev)
return (0);
}
-#ifdef __NetBSD__
-int
-wi_activate(struct device *self, enum devact act)
+static struct ieee80211vap *
+wi_vap_create(struct ieee80211com *ic,
+ const char name[IFNAMSIZ], int unit, int opmode, int flags,
+ const uint8_t bssid[IEEE80211_ADDR_LEN],
+ const uint8_t mac[IEEE80211_ADDR_LEN])
{
- struct wi_softc *sc = (struct wi_softc *)self;
- int rv = 0, s;
+ struct wi_softc *sc = ic->ic_ifp->if_softc;
+ struct wi_vap *wvp;
+ struct ieee80211vap *vap;
- s = splnet();
- switch (act) {
- case DVACT_ACTIVATE:
- rv = EOPNOTSUPP;
- break;
+ if (!TAILQ_EMPTY(&ic->ic_vaps)) /* only one at a time */
+ return NULL;
+ wvp = (struct wi_vap *) malloc(sizeof(struct wi_vap),
+ M_80211_VAP, M_NOWAIT | M_ZERO);
+ if (wvp == NULL)
+ return NULL;
- case DVACT_DEACTIVATE:
- if_deactivate(sc->sc_ifp);
- break;
- }
- splx(s);
- return rv;
-}
+ vap = &wvp->wv_vap;
+ ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid, mac);
-void
-wi_power(struct wi_softc *sc, int why)
-{
- struct ifnet *ifp = sc->sc_ifp;
- int s;
+ vap->iv_max_aid = WI_MAX_AID;
- s = splnet();
- switch (why) {
- case PWR_SUSPEND:
- case PWR_STANDBY:
- wi_stop(ifp, 1);
+ switch (opmode) {
+ case IEEE80211_M_STA:
+ sc->sc_porttype = WI_PORTTYPE_BSS;
+ wvp->wv_newstate = vap->iv_newstate;
+ vap->iv_newstate = wi_newstate_sta;
+ /* need to filter mgt frames to avoid confusing state machine */
+ wvp->wv_recv_mgmt = vap->iv_recv_mgmt;
+ vap->iv_recv_mgmt = wi_recv_mgmt;
break;
- case PWR_RESUME:
- if (ifp->if_flags & IFF_UP) {
- wi_init(sc);
- (void)wi_intr(sc);
- }
+ case IEEE80211_M_IBSS:
+ sc->sc_porttype = sc->sc_ibss_port;
+ wvp->wv_newstate = vap->iv_newstate;
+ vap->iv_newstate = wi_newstate_sta;
+ break;
+ case IEEE80211_M_AHDEMO:
+ sc->sc_porttype = WI_PORTTYPE_ADHOC;
+ break;
+ case IEEE80211_M_HOSTAP:
+ sc->sc_porttype = WI_PORTTYPE_HOSTAP;
+ wvp->wv_newstate = vap->iv_newstate;
+ vap->iv_newstate = wi_newstate_hostap;
+ break;
+ case IEEE80211_M_MONITOR:
+ sc->sc_porttype = sc->sc_monitor_port;
break;
- case PWR_SOFTSUSPEND:
- case PWR_SOFTSTANDBY:
- case PWR_SOFTRESUME:
+ default:
break;
}
- splx(s);
+
+ TASK_INIT(&wvp->wv_connected_task, 0, wi_status_connected, vap);
+ TASK_INIT(&wvp->wv_disconnected_task, 0, wi_status_disconnected, vap);
+ TASK_INIT(&wvp->wv_assoc_failed_task, 0, wi_status_assoc_failed, vap);
+
+ /* complete setup */
+ ieee80211_vap_attach(vap, ieee80211_media_change, wi_media_status);
+ ic->ic_opmode = opmode;
+ return vap;
+}
+
+static void
+wi_vap_delete(struct ieee80211vap *vap)
+{
+ struct wi_vap *wvp = WI_VAP(vap);
+
+ ieee80211_vap_detach(vap);
+ free(wvp, M_80211_VAP);
}
-#endif /* __NetBSD__ */
void
wi_shutdown(device_t dev)
{
struct wi_softc *sc = device_get_softc(dev);
- wi_stop(sc->sc_ifp, 1);
+ wi_stop(sc, 1);
}
void
@@ -658,7 +606,6 @@ wi_intr(void *arg)
if (status & WI_EV_INFO)
wi_info_intr(sc);
if ((ifp->if_drv_flags & IFF_DRV_OACTIVE) == 0 &&
- (sc->sc_flags & WI_FLAGS_OUTRANGE) == 0 &&
!IFQ_DRV_IS_EMPTY(&ifp->if_snd))
wi_start_locked(ifp);
@@ -670,257 +617,344 @@ wi_intr(void *arg)
return;
}
+static void
+wi_enable(struct wi_softc *sc)
+{
+ /* Enable interrupts */
+ CSR_WRITE_2(sc, WI_INT_EN, WI_INTRS);
+
+ /* enable port */
+ wi_cmd(sc, WI_CMD_ENABLE | sc->sc_portnum, 0, 0, 0);
+ sc->sc_enabled = 1;
+}
+
+static int
+wi_setup_locked(struct wi_softc *sc, int porttype, int mode,
+ uint8_t mac[IEEE80211_ADDR_LEN])
+{
+ int i;
+
+ wi_reset(sc);
+
+ wi_write_val(sc, WI_RID_PORTTYPE, porttype);
+ wi_write_val(sc, WI_RID_CREATE_IBSS, mode);
+ wi_write_val(sc, WI_RID_MAX_DATALEN, 2304);
+ /* XXX IEEE80211_BPF_NOACK wants 0 */
+ wi_write_val(sc, WI_RID_ALT_RETRY_CNT, 2);
+ if (sc->sc_flags & WI_FLAGS_HAS_ROAMING)
+ wi_write_val(sc, WI_RID_ROAMING_MODE, 3); /* NB: disabled */
+
+ wi_write_rid(sc, WI_RID_MAC_NODE, mac, IEEE80211_ADDR_LEN);
+
+ /* Allocate fids for the card */
+ sc->sc_buflen = IEEE80211_MAX_LEN + sizeof(struct wi_frame);
+ for (i = 0; i < sc->sc_ntxbuf; i++) {
+ int error = wi_alloc_fid(sc, sc->sc_buflen,
+ &sc->sc_txd[i].d_fid);
+ if (error) {
+ device_printf(sc->sc_dev,
+ "tx buffer allocation failed (error %u)\n",
+ error);
+ return error;
+ }
+ sc->sc_txd[i].d_len = 0;
+ }
+ sc->sc_txcur = sc->sc_txnext = 0;
+
+ return 0;
+}
+
+static void
+wi_init_locked(struct wi_softc *sc)
+{
+ struct ifnet *ifp = sc->sc_ifp;
+ struct ieee80211com *ic = ifp->if_l2com;
+ int wasenabled;
+
+ WI_LOCK_ASSERT(sc);
+
+ wasenabled = sc->sc_enabled;
+ if (wasenabled)
+ wi_stop_locked(sc, 1);
+
+ IEEE80211_ADDR_COPY(ic->ic_myaddr, IF_LLADDR(ifp));
+ if (wi_setup_locked(sc, sc->sc_porttype, 3, ic->ic_myaddr) != 0) {
+ if_printf(ifp, "interface not running\n");
+ wi_stop_locked(sc, 1);
+ return;
+ }
+
+ ifp->if_drv_flags |= IFF_DRV_RUNNING;
+ ifp->if_drv_flags &= ~IFF_DRV_OACTIVE;
+
+ callout_reset(&sc->sc_watchdog, hz, wi_watchdog, sc);
+
+ wi_enable(sc); /* Enable desired port */
+}
+
void
wi_init(void *arg)
{
struct wi_softc *sc = arg;
struct ifnet *ifp = sc->sc_ifp;
- struct ieee80211com *ic = &sc->sc_ic;
- struct wi_joinreq join;
- struct ieee80211_channel *chan;
- int i;
- int error = 0, wasenabled;
+ struct ieee80211com *ic = ifp->if_l2com;
+ WI_LOCK(sc);
+ wi_init_locked(sc);
+ WI_UNLOCK(sc);
+ ieee80211_start_all(ic);
+}
- if (sc->wi_gone)
- return;
+static void
+wi_stop_locked(struct wi_softc *sc, int disable)
+{
+ struct ifnet *ifp = sc->sc_ifp;
- if ((wasenabled = sc->sc_enabled))
- wi_stop(ifp, 1);
+ WI_LOCK_ASSERT(sc);
- WI_LOCK(sc);
- wi_reset(ifp);
+ if (sc->sc_enabled && !sc->wi_gone) {
+ CSR_WRITE_2(sc, WI_INT_EN, 0);
+ wi_cmd(sc, WI_CMD_DISABLE | sc->sc_portnum, 0, 0, 0);
+ if (disable)
+ sc->sc_enabled = 0;
+ } else if (sc->wi_gone && disable) /* gone --> not enabled */
+ sc->sc_enabled = 0;
- /* common 802.11 configuration */
- ic->ic_flags &= ~IEEE80211_F_IBSSON;
- sc->sc_flags &= ~WI_FLAGS_OUTRANGE;
- switch (ic->ic_opmode) {
- case IEEE80211_M_STA:
- wi_write_val(sc, WI_RID_PORTTYPE, WI_PORTTYPE_BSS);
- break;
- case IEEE80211_M_IBSS:
- wi_write_val(sc, WI_RID_PORTTYPE, sc->sc_ibss_port);
- ic->ic_flags |= IEEE80211_F_IBSSON;
- break;
- case IEEE80211_M_AHDEMO:
- wi_write_val(sc, WI_RID_PORTTYPE, WI_PORTTYPE_ADHOC);
- break;
- case IEEE80211_M_HOSTAP:
- /*
- * For PRISM cards, override the empty SSID, because in
- * HostAP mode the controller will lock up otherwise.
- */
- if (sc->sc_firmware_type == WI_INTERSIL &&
- ic->ic_des_ssid[0].len == 0) {
- ic->ic_des_ssid[0].ssid[0] = ' ';
- ic->ic_des_ssid[0].len = 1;
- }
- wi_write_val(sc, WI_RID_PORTTYPE, WI_PORTTYPE_HOSTAP);
- break;
- case IEEE80211_M_MONITOR:
- switch (sc->sc_firmware_type) {
- case WI_LUCENT:
- wi_write_val(sc, WI_RID_PORTTYPE, WI_PORTTYPE_ADHOC);
- break;
-
- case WI_INTERSIL:
- wi_write_val(sc, WI_RID_PORTTYPE, WI_PORTTYPE_APSILENT);
- break;
- }
+ callout_stop(&sc->sc_watchdog);
+ sc->sc_tx_timer = 0;
+ sc->sc_false_syns = 0;
- wi_cmd(sc, WI_CMD_DEBUG | (WI_TEST_MONITOR << 8), 0, 0, 0);
- break;
- case IEEE80211_M_WDS:
- /* XXXX */
- break;
- }
+ ifp->if_drv_flags &= ~(IFF_DRV_OACTIVE | IFF_DRV_RUNNING);
+}
- /* Intersil interprets this RID as joining ESS even in IBSS mode */
- if (sc->sc_firmware_type == WI_LUCENT &&
- (ic->ic_flags & IEEE80211_F_IBSSON) && ic->ic_des_ssid[0].len > 0)
- wi_write_val(sc, WI_RID_CREATE_IBSS, 1);
- else
- wi_write_val(sc, WI_RID_CREATE_IBSS, 0);
- wi_write_val(sc, WI_RID_MAX_SLEEP, ic->ic_lintval);
- wi_write_ssid(sc, WI_RID_DESIRED_SSID, ic->ic_des_ssid[0].ssid,
- ic->ic_des_ssid[0].len);
- wi_write_val(sc, WI_RID_OWN_CHNL,
- ieee80211_chan2ieee(ic, ic->ic_bsschan));
- wi_write_ssid(sc, WI_RID_OWN_SSID, ic->ic_des_ssid[0].ssid,
- ic->ic_des_ssid[0].len);
+void
+wi_stop(struct wi_softc *sc, int disable)
+{
+ WI_LOCK(sc);
+ wi_stop_locked(sc, disable);
+ WI_UNLOCK(sc);
+}
- IEEE80211_ADDR_COPY(ic->ic_myaddr, IF_LLADDR(ifp));
- wi_write_rid(sc, WI_RID_MAC_NODE, ic->ic_myaddr, IEEE80211_ADDR_LEN);
+static void
+wi_set_channel(struct ieee80211com *ic)
+{
+ struct ifnet *ifp = ic->ic_ifp;
+ struct wi_softc *sc = ifp->if_softc;
- if (ic->ic_caps & IEEE80211_C_PMGT)
- wi_write_val(sc, WI_RID_PM_ENABLED,
- (ic->ic_flags & IEEE80211_F_PMGTON) ? 1 : 0);
+ DPRINTF(("%s: channel %d, %sscanning\n", __func__,
+ ieee80211_chan2ieee(ic, ic->ic_curchan),
+ ic->ic_flags & IEEE80211_F_SCAN ? "" : "!"));
- /* not yet common 802.11 configuration */
- wi_write_val(sc, WI_RID_MAX_DATALEN, sc->sc_max_datalen);
- wi_write_val(sc, WI_RID_RTS_THRESH, ic->ic_rtsthreshold);
- if (sc->sc_flags & WI_FLAGS_HAS_FRAGTHR)
- wi_write_val(sc, WI_RID_FRAG_THRESH, ic->ic_fragthreshold);
+ WI_LOCK(sc);
+ wi_write_val(sc, WI_RID_OWN_CHNL,
+ ieee80211_chan2ieee(ic, ic->ic_curchan));
- /* driver specific 802.11 configuration */
- if (sc->sc_flags & WI_FLAGS_HAS_SYSSCALE)
- wi_write_val(sc, WI_RID_SYSTEM_SCALE, sc->sc_system_scale);
- if (sc->sc_flags & WI_FLAGS_HAS_ROAMING)
- wi_write_val(sc, WI_RID_ROAMING_MODE, sc->sc_roaming_mode);
- if (sc->sc_flags & WI_FLAGS_HAS_MOR)
- wi_write_val(sc, WI_RID_MICROWAVE_OVEN, sc->sc_microwave_oven);
- wi_write_txrate(sc);
- wi_write_ssid(sc, WI_RID_NODENAME, sc->sc_nodename, sc->sc_nodelen);
- wi_write_val(sc, WI_RID_ALT_RETRY_CNT, 0); /* for IEEE80211_BPF_NOACK */
+ sc->sc_tx_th.wt_chan_freq = sc->sc_rx_th.wr_chan_freq =
+ htole16(ic->ic_curchan->ic_freq);
+ sc->sc_tx_th.wt_chan_flags = sc->sc_rx_th.wr_chan_flags =
+ htole16(ic->ic_curchan->ic_flags);
+ WI_UNLOCK(sc);
+}
- if (ic->ic_opmode == IEEE80211_M_HOSTAP &&
- sc->sc_firmware_type == WI_INTERSIL) {
- wi_write_val(sc, WI_RID_OWN_BEACON_INT, ic->ic_bintval);
- wi_write_val(sc, WI_RID_BASIC_RATE, 0x03); /* 1, 2 */
- wi_write_val(sc, WI_RID_SUPPORT_RATE, 0x0f); /* 1, 2, 5.5, 11 */
- wi_write_val(sc, WI_RID_DTIM_PERIOD, ic->ic_dtim_period);
- }
+static void
+wi_scan_start(struct ieee80211com *ic)
+{
+ struct ifnet *ifp = ic->ic_ifp;
+ struct wi_softc *sc = ifp->if_softc;
+ struct ieee80211_scan_state *ss = ic->ic_scan;
+ DPRINTF(("%s\n", __func__));
+
+ WI_LOCK(sc);
/*
- * Initialize promisc mode.
- * Being in the Host-AP mode causes a great
- * deal of pain if primisc mode is set.
- * Therefore we avoid confusing the firmware
- * and always reset promisc mode in Host-AP
- * mode. Host-AP sees all the packets anyway.
+ * Switch device to monitor mode.
*/
- if (ic->ic_opmode != IEEE80211_M_HOSTAP &&
- (ifp->if_flags & IFF_PROMISC) != 0) {
- wi_write_val(sc, WI_RID_PROMISC, 1);
- } else {
- wi_write_val(sc, WI_RID_PROMISC, 0);
+ wi_write_val(sc, WI_RID_PORTTYPE, sc->sc_monitor_port);
+ if (sc->sc_firmware_type == WI_INTERSIL) {
+ wi_cmd(sc, WI_CMD_DISABLE | WI_PORT0, 0, 0, 0);
+ wi_cmd(sc, WI_CMD_ENABLE | WI_PORT0, 0, 0, 0);
}
+ /* force full dwell time to compensate for firmware overhead */
+ ss->ss_mindwell = ss->ss_maxdwell = msecs_to_ticks(400);
+ WI_UNLOCK(sc);
- /* Configure WEP. */
- if (ic->ic_caps & IEEE80211_C_WEP) {
- sc->sc_cnfauthmode = ic->ic_bss->ni_authmode;
- wi_write_wep(sc);
- } else
- sc->sc_encryption = 0;
+}
+
+static void
+wi_scan_end(struct ieee80211com *ic)
+{
+ struct ifnet *ifp = ic->ic_ifp;
+ struct wi_softc *sc = ifp->if_softc;
- /* Set multicast filter. */
- wi_write_multi(sc);
+ DPRINTF(("%s: restore port type %d\n", __func__, sc->sc_porttype));
- /* Allocate fids for the card */
- if (sc->sc_firmware_type != WI_SYMBOL || !wasenabled) {
- sc->sc_buflen = IEEE80211_MAX_LEN + sizeof(struct wi_frame);
- if (sc->sc_firmware_type == WI_SYMBOL)
- sc->sc_buflen = 1585; /* XXX */
- for (i = 0; i < sc->sc_ntxbuf; i++) {
- error = wi_alloc_fid(sc, sc->sc_buflen,
- &sc->sc_txd[i].d_fid);
- if (error) {
- device_printf(sc->sc_dev,
- "tx buffer allocation failed (error %u)\n",
- error);
- goto out;
- }
- sc->sc_txd[i].d_len = 0;
- }
+ WI_LOCK(sc);
+ wi_write_val(sc, WI_RID_PORTTYPE, sc->sc_porttype);
+ if (sc->sc_firmware_type == WI_INTERSIL) {
+ wi_cmd(sc, WI_CMD_DISABLE | WI_PORT0, 0, 0, 0);
+ wi_cmd(sc, WI_CMD_ENABLE | WI_PORT0, 0, 0, 0);
}
- sc->sc_txcur = sc->sc_txnext = 0;
+ WI_UNLOCK(sc);
+}
- /* Enable desired port */
- wi_cmd(sc, WI_CMD_ENABLE | sc->sc_portnum, 0, 0, 0);
+static void
+wi_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m,
+ int subtype, int rssi, int noise, u_int32_t rstamp)
+{
+ struct ieee80211vap *vap = ni->ni_vap;
- sc->sc_enabled = 1;
- ifp->if_drv_flags |= IFF_DRV_RUNNING;
- ifp->if_drv_flags &= ~IFF_DRV_OACTIVE;
- if (ic->ic_opmode == IEEE80211_M_AHDEMO ||
- ic->ic_opmode == IEEE80211_M_IBSS ||
- ic->ic_opmode == IEEE80211_M_MONITOR ||
- ic->ic_opmode == IEEE80211_M_HOSTAP) {
- chan = (sc->wi_channel == IEEE80211_CHAN_ANYC) ?
- ic->ic_curchan : sc->wi_channel;
- ieee80211_create_ibss(ic, chan);
+ switch (subtype) {
+ case IEEE80211_FC0_SUBTYPE_AUTH:
+ case IEEE80211_FC0_SUBTYPE_ASSOC_RESP:
+ case IEEE80211_FC0_SUBTYPE_REASSOC_RESP:
+ /* NB: filter frames that trigger state changes */
+ return;
}
- /* Enable interrupts */
- CSR_WRITE_2(sc, WI_INT_EN, WI_INTRS);
+ WI_VAP(vap)->wv_recv_mgmt(ni, m, subtype, rssi, noise, rstamp);
+}
- if (!wasenabled &&
- ic->ic_opmode == IEEE80211_M_HOSTAP &&
- sc->sc_firmware_type == WI_INTERSIL) {
- /* XXX: some card need to be re-enabled for hostap */
- wi_cmd(sc, WI_CMD_DISABLE | WI_PORT0, 0, 0, 0);
- wi_cmd(sc, WI_CMD_ENABLE | WI_PORT0, 0, 0, 0);
- }
+static int
+wi_newstate_sta(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg)
+{
+ struct ieee80211com *ic = vap->iv_ic;
+ struct ifnet *ifp = ic->ic_ifp;
+ struct ieee80211_node *bss;
+ struct wi_softc *sc = ifp->if_softc;
+
+ DPRINTF(("%s: %s -> %s\n", __func__,
+ ieee80211_state_name[vap->iv_state],
+ ieee80211_state_name[nstate]));
+
+ if (nstate == IEEE80211_S_AUTH) {
+ WI_LOCK(sc);
+ wi_setup_locked(sc, WI_PORTTYPE_BSS, 3, vap->iv_myaddr);
+
+ if (vap->iv_flags & IEEE80211_F_PMGTON) {
+ wi_write_val(sc, WI_RID_MAX_SLEEP, ic->ic_lintval);
+ wi_write_val(sc, WI_RID_PM_ENABLED, 1);
+ }
+ wi_write_val(sc, WI_RID_RTS_THRESH, vap->iv_rtsthreshold);
+ if (sc->sc_flags & WI_FLAGS_HAS_FRAGTHR)
+ wi_write_val(sc, WI_RID_FRAG_THRESH,
+ vap->iv_fragthreshold);
+ wi_write_txrate(sc, vap);
+
+ bss = vap->iv_bss;
+ wi_write_ssid(sc, WI_RID_DESIRED_SSID, bss->ni_essid, bss->ni_esslen);
+ wi_write_val(sc, WI_RID_OWN_CHNL,
+ ieee80211_chan2ieee(ic, bss->ni_chan));
+
+ /* Configure WEP. */
+ if (ic->ic_cryptocaps & IEEE80211_CRYPTO_WEP)
+ wi_write_wep(sc, vap);
+ else
+ sc->sc_encryption = 0;
+
+ if ((sc->sc_flags & WI_FLAGS_HAS_WPASUPPORT) &&
+ (vap->iv_flags & IEEE80211_F_WPA)) {
+ wi_write_val(sc, WI_RID_WPA_HANDLING, 1);
+ if (vap->iv_appie_wpa != NULL)
+ wi_write_appie(sc, WI_RID_WPA_DATA,
+ vap->iv_appie_wpa);
+ }
+
+ wi_enable(sc); /* enable port */
- if (ic->ic_opmode == IEEE80211_M_STA &&
- ((ic->ic_flags & IEEE80211_F_DESBSSID) ||
- ic->ic_des_chan != IEEE80211_CHAN_ANYC)) {
- memset(&join, 0, sizeof(join));
- if (ic->ic_flags & IEEE80211_F_DESBSSID)
- IEEE80211_ADDR_COPY(&join.wi_bssid, ic->ic_des_bssid);
- if (ic->ic_des_chan != IEEE80211_CHAN_ANYC)
- join.wi_chan = htole16(
- ieee80211_chan2ieee(ic, ic->ic_des_chan));
/* Lucent firmware does not support the JOIN RID. */
- if (sc->sc_firmware_type != WI_LUCENT)
- wi_write_rid(sc, WI_RID_JOIN_REQ, &join, sizeof(join));
- }
+ if (sc->sc_firmware_type == WI_INTERSIL) {
+ struct wi_joinreq join;
- callout_reset(&sc->sc_watchdog, hz, wi_watchdog, sc);
+ memset(&join, 0, sizeof(join));
+ IEEE80211_ADDR_COPY(&join.wi_bssid, bss->ni_bssid);
+ join.wi_chan = htole16(
+ ieee80211_chan2ieee(ic, bss->ni_chan));
+ wi_write_rid(sc, WI_RID_JOIN_REQ, &join, sizeof(join));
+ }
+ WI_UNLOCK(sc);
- WI_UNLOCK(sc);
- return;
-out:
- if (error) {
- if_printf(ifp, "interface not running\n");
- wi_stop(ifp, 1);
+ /*
+ * NB: don't go through 802.11 layer, it'll send auth frame;
+ * instead we drive the state machine from the link status
+ * notification we get on association.
+ */
+ vap->iv_state = nstate;
+ return EINPROGRESS;
}
- WI_UNLOCK(sc);
- DPRINTF(("wi_init: return %d\n", error));
- return;
+ return WI_VAP(vap)->wv_newstate(vap, nstate, arg);
}
-void
-wi_stop(struct ifnet *ifp, int disable)
+static int
+wi_newstate_hostap(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg)
{
+ struct ieee80211com *ic = vap->iv_ic;
+ struct ifnet *ifp = ic->ic_ifp;
+ struct ieee80211_node *bss;
struct wi_softc *sc = ifp->if_softc;
- struct ieee80211com *ic = &sc->sc_ic;
+ int error;
+
+ DPRINTF(("%s: %s -> %s\n", __func__,
+ ieee80211_state_name[vap->iv_state],
+ ieee80211_state_name[nstate]));
- ieee80211_new_state(ic, IEEE80211_S_INIT, -1);
+ error = WI_VAP(vap)->wv_newstate(vap, nstate, arg);
+ if (error == 0 && nstate == IEEE80211_S_RUN) {
+ WI_LOCK(sc);
+ wi_setup_locked(sc, WI_PORTTYPE_HOSTAP, 0, vap->iv_myaddr);
- DELAY(100000);
- WI_LOCK(sc);
- if (sc->sc_enabled && !sc->wi_gone) {
- CSR_WRITE_2(sc, WI_INT_EN, 0);
- wi_cmd(sc, WI_CMD_DISABLE | sc->sc_portnum, 0, 0, 0);
- if (disable) {
-#ifdef __NetBSD__
- if (sc->sc_disable)
- (*sc->sc_disable)(sc);
-#endif
- sc->sc_enabled = 0;
+ bss = vap->iv_bss;
+ wi_write_ssid(sc, WI_RID_OWN_SSID,
+ bss->ni_essid, bss->ni_esslen);
+ wi_write_val(sc, WI_RID_OWN_CHNL,
+ ieee80211_chan2ieee(ic, bss->ni_chan));
+ wi_write_val(sc, WI_RID_BASIC_RATE, 0x3);
+ wi_write_val(sc, WI_RID_SUPPORT_RATE, 0xf);
+ wi_write_txrate(sc, vap);
+
+ wi_write_val(sc, WI_RID_OWN_BEACON_INT, bss->ni_intval);
+ wi_write_val(sc, WI_RID_DTIM_PERIOD, vap->iv_dtim_period);
+
+ wi_write_val(sc, WI_RID_RTS_THRESH, vap->iv_rtsthreshold);
+ if (sc->sc_flags & WI_FLAGS_HAS_FRAGTHR)
+ wi_write_val(sc, WI_RID_FRAG_THRESH,
+ vap->iv_fragthreshold);
+
+ if ((sc->sc_flags & WI_FLAGS_HAS_ENHSECURITY) &&
+ (vap->iv_flags & IEEE80211_F_HIDESSID)) {
+ /*
+ * bit 0 means hide SSID in beacons,
+ * bit 1 means don't respond to bcast probe req
+ */
+ wi_write_val(sc, WI_RID_ENH_SECURITY, 0x3);
}
- } else if (sc->wi_gone && disable) /* gone --> not enabled */
- sc->sc_enabled = 0;
- callout_stop(&sc->sc_watchdog); /* XXX drain */
- sc->sc_tx_timer = 0;
- sc->sc_scan_timer = 0;
- sc->sc_false_syns = 0;
- sc->sc_naps = 0;
- ifp->if_drv_flags &= ~(IFF_DRV_OACTIVE | IFF_DRV_RUNNING);
+ if ((sc->sc_flags & WI_FLAGS_HAS_WPASUPPORT) &&
+ (vap->iv_flags & IEEE80211_F_WPA) &&
+ vap->iv_appie_wpa != NULL)
+ wi_write_appie(sc, WI_RID_WPA_DATA, vap->iv_appie_wpa);
- WI_UNLOCK(sc);
+ wi_write_val(sc, WI_RID_PROMISC, 0);
+
+ /* Configure WEP. */
+ if (ic->ic_cryptocaps & IEEE80211_CRYPTO_WEP)
+ wi_write_wep(sc, vap);
+ else
+ sc->sc_encryption = 0;
+
+ wi_enable(sc); /* enable port */
+ WI_UNLOCK(sc);
+ }
+ return error;
}
static void
wi_start_locked(struct ifnet *ifp)
{
struct wi_softc *sc = ifp->if_softc;
- struct ieee80211com *ic = &sc->sc_ic;
struct ieee80211_node *ni;
struct ieee80211_frame *wh;
- struct ether_header *eh;
struct mbuf *m0;
+ struct ieee80211_key *k;
struct wi_frame frmhdr;
int cur;
@@ -928,83 +962,34 @@ wi_start_locked(struct ifnet *ifp)
if (sc->wi_gone)
return;
- if (sc->sc_flags & WI_FLAGS_OUTRANGE)
- return;
memset(&frmhdr, 0, sizeof(frmhdr));
cur = sc->sc_txnext;
for (;;) {
- IF_POLL(&ic->ic_mgtq, m0);
- if (m0 != NULL) {
- if (sc->sc_txd[cur].d_len != 0) {
- ifp->if_drv_flags |= IFF_DRV_OACTIVE;
- break;
- }
- IF_DEQUEUE(&ic->ic_mgtq, m0);
- /*
- * Hack! The referenced node pointer is in the
- * rcvif field of the packet header. This is
- * placed there by ieee80211_mgmt_output because
- * we need to hold the reference with the frame
- * and there's no other way (other than packet
- * tags which we consider too expensive to use)
- * to pass it along.
- */
- ni = (struct ieee80211_node *) m0->m_pkthdr.rcvif;
- m0->m_pkthdr.rcvif = NULL;
-
- m_copydata(m0, 4, ETHER_ADDR_LEN * 2,
- (caddr_t)&frmhdr.wi_ehdr);
- frmhdr.wi_ehdr.ether_type = 0;
- wh = mtod(m0, struct ieee80211_frame *);
- } else {
- if (ic->ic_state != IEEE80211_S_RUN)
- break;
- IFQ_DRV_DEQUEUE(&ifp->if_snd, m0);
- if (m0 == NULL)
- break;
- if (sc->sc_txd[cur].d_len != 0) {
- IFQ_DRV_PREPEND(&ifp->if_snd, m0);
- ifp->if_drv_flags |= IFF_DRV_OACTIVE;
- break;
- }
- if (m0->m_len < sizeof(struct ether_header) &&
- (m0 = m_pullup(m0, sizeof(struct ether_header))) == NULL) {
- ifp->if_oerrors++;
- continue;
- }
- eh = mtod(m0, struct ether_header *);
- ni = ieee80211_find_txnode(ic, eh->ether_dhost);
- if (ni == NULL) {
- m_freem(m0);
- continue;
- }
- ifp->if_opackets++;
- m_copydata(m0, 0, ETHER_HDR_LEN,
- (caddr_t)&frmhdr.wi_ehdr);
-#if NBPFILTER > 0
- BPF_MTAP(ifp, m0);
-#endif
+ IFQ_DRV_DEQUEUE(&ifp->if_snd, m0);
+ if (m0 == NULL)
+ break;
+ if (sc->sc_txd[cur].d_len != 0) {
+ IFQ_DRV_PREPEND(&ifp->if_snd, m0);
+ ifp->if_drv_flags |= IFF_DRV_OACTIVE;
+ break;
+ }
+ /* NB: copy before 802.11 header is prepended */
+ m_copydata(m0, 0, ETHER_HDR_LEN,
+ (caddr_t)&frmhdr.wi_ehdr);
- m0 = ieee80211_encap(ic, m0, ni);
- if (m0 == NULL) {
- ifp->if_oerrors++;
- ieee80211_free_node(ni);
- continue;
- }
- wh = mtod(m0, struct ieee80211_frame *);
+ ni = (struct ieee80211_node *) m0->m_pkthdr.rcvif;
+ m0 = ieee80211_encap(ni, m0);
+ if (m0 == NULL) {
+ ifp->if_oerrors++;
+ ieee80211_free_node(ni);
+ continue;
}
-#if NBPFILTER > 0
- if (bpf_peers_present(ic->ic_rawbpf))
- bpf_mtap(ic->ic_rawbpf, m0);
-#endif
- frmhdr.wi_tx_ctl = htole16(WI_ENC_TX_802_11|WI_TXCNTL_TX_EX);
- /* XXX check key for SWCRYPT instead of using operating mode */
- if ((wh->i_fc[1] & IEEE80211_FC1_WEP) &&
- (sc->sc_encryption & HOST_ENCRYPT)) {
- struct ieee80211_key *k;
- k = ieee80211_crypto_encap(ic, ni, m0);
+ wh = mtod(m0, struct ieee80211_frame *);
+ frmhdr.wi_tx_ctl = htole16(WI_ENC_TX_802_11|WI_TXCNTL_TX_EX);
+ if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
+ k = ieee80211_crypto_encap(ni, m0);
if (k == NULL) {
ieee80211_free_node(ni);
m_freem(m0);
@@ -1012,24 +997,23 @@ wi_start_locked(struct ifnet *ifp)
}
frmhdr.wi_tx_ctl |= htole16(WI_TXCNTL_NOCRYPT);
}
-#if NBPFILTER > 0
- if (bpf_peers_present(sc->sc_drvbpf)) {
- sc->sc_tx_th.wt_rate =
- ni->ni_rates.rs_rates[ni->ni_txrate];
- bpf_mtap2(sc->sc_drvbpf,
- &sc->sc_tx_th, sc->sc_tx_th_len, m0);
+
+ if (bpf_peers_present(ifp->if_bpf)) {
+ sc->sc_tx_th.wt_rate = ni->ni_txrate;
+ bpf_mtap2(ifp->if_bpf,
+ &sc->sc_tx_th, sc->sc_tx_th_len, m0);
}
-#endif
+
m_copydata(m0, 0, sizeof(struct ieee80211_frame),
(caddr_t)&frmhdr.wi_whdr);
m_adj(m0, sizeof(struct ieee80211_frame));
frmhdr.wi_dat_len = htole16(m0->m_pkthdr.len);
- if (IFF_DUMPPKTS(ifp))
- wi_dump_pkt(&frmhdr, NULL, -1);
ieee80211_free_node(ni);
if (wi_start_tx(ifp, &frmhdr, m0))
continue;
+
sc->sc_txnext = cur = (cur + 1) % sc->sc_ntxbuf;
+ ifp->if_opackets++;
}
}
@@ -1078,6 +1062,7 @@ wi_raw_xmit(struct ieee80211_node *ni, struct mbuf *m0,
struct ieee80211com *ic = ni->ni_ic;
struct ifnet *ifp = ic->ic_ifp;
struct wi_softc *sc = ifp->if_softc;
+ struct ieee80211_key *k;
struct ieee80211_frame *wh;
struct wi_frame frmhdr;
int cur;
@@ -1089,11 +1074,6 @@ wi_raw_xmit(struct ieee80211_node *ni, struct mbuf *m0,
rc = ENETDOWN;
goto out;
}
- if (sc->sc_flags & WI_FLAGS_OUTRANGE) {
- rc = ENETDOWN;
- goto out;
- }
-
memset(&frmhdr, 0, sizeof(frmhdr));
cur = sc->sc_txnext;
if (sc->sc_txd[cur].d_len != 0) {
@@ -1108,42 +1088,26 @@ wi_raw_xmit(struct ieee80211_node *ni, struct mbuf *m0,
frmhdr.wi_ehdr.ether_type = 0;
wh = mtod(m0, struct ieee80211_frame *);
-#if NBPFILTER > 0
- if (bpf_peers_present(ic->ic_rawbpf))
- bpf_mtap(ic->ic_rawbpf, m0);
-#endif
frmhdr.wi_tx_ctl = htole16(WI_ENC_TX_802_11|WI_TXCNTL_TX_EX);
if (params && (params->ibp_flags & IEEE80211_BPF_NOACK))
frmhdr.wi_tx_ctl |= htole16(WI_TXCNTL_ALTRTRY);
- /* XXX check key for SWCRYPT instead of using operating mode */
if ((wh->i_fc[1] & IEEE80211_FC1_WEP) &&
- (sc->sc_encryption & HOST_ENCRYPT)) {
- if (!params ||
- (params && (params->ibp_flags & IEEE80211_BPF_CRYPTO))) {
- struct ieee80211_key *k;
-
- k = ieee80211_crypto_encap(ic, ni, m0);
- if (k == NULL) {
- rc = ENOMEM;
- goto out;
- }
- frmhdr.wi_tx_ctl |= htole16(WI_TXCNTL_NOCRYPT);
+ (!params || (params && (params->ibp_flags & IEEE80211_BPF_CRYPTO)))) {
+ k = ieee80211_crypto_encap(ni, m0);
+ if (k == NULL) {
+ rc = ENOMEM;
+ goto out;
}
+ frmhdr.wi_tx_ctl |= htole16(WI_TXCNTL_NOCRYPT);
}
-#if NBPFILTER > 0
- if (bpf_peers_present(sc->sc_drvbpf)) {
- sc->sc_tx_th.wt_rate =
- ni->ni_rates.rs_rates[ni->ni_txrate];
- bpf_mtap2(sc->sc_drvbpf,
- &sc->sc_tx_th, sc->sc_tx_th_len, m0);
+ if (bpf_peers_present(ifp->if_bpf)) {
+ sc->sc_tx_th.wt_rate = ni->ni_txrate;
+ bpf_mtap2(ifp->if_bpf, &sc->sc_tx_th, sc->sc_tx_th_len, m0);
}
-#endif
m_copydata(m0, 0, sizeof(struct ieee80211_frame),
(caddr_t)&frmhdr.wi_whdr);
m_adj(m0, sizeof(struct ieee80211_frame));
frmhdr.wi_dat_len = htole16(m0->m_pkthdr.len);
- if (IFF_DUMPPKTS(ifp))
- wi_dump_pkt(&frmhdr, NULL, -1);
if (wi_start_tx(ifp, &frmhdr, m0) < 0) {
m0 = NULL;
rc = EIO;
@@ -1162,32 +1126,21 @@ out:
}
static int
-wi_reset(struct ifnet *ifp)
+wi_reset(struct wi_softc *sc)
{
- struct wi_softc *sc = ifp->if_softc;
#define WI_INIT_TRIES 3
- int i;
- int error = 0;
- int tries;
-
- /* Symbol firmware cannot be initialized more than once */
- if (sc->sc_firmware_type == WI_SYMBOL && sc->sc_reset)
- return (0);
- if (sc->sc_firmware_type == WI_SYMBOL)
- tries = 1;
- else
- tries = WI_INIT_TRIES;
+ int i, error = 0;
- for (i = 0; i < tries; i++) {
- if ((error = wi_cmd(sc, WI_CMD_INI, 0, 0, 0)) == 0)
+ for (i = 0; i < WI_INIT_TRIES; i++) {
+ error = wi_cmd(sc, WI_CMD_INI, 0, 0, 0);
+ if (error == 0)
break;
DELAY(WI_DELAY * 1000);
}
sc->sc_reset = 1;
-
- if (i == tries) {
- if_printf(ifp, "init failed\n");
- return (error);
+ if (i == WI_INIT_TRIES) {
+ if_printf(sc->sc_ifp, "reset failed\n");
+ return error;
}
CSR_WRITE_2(sc, WI_INT_EN, 0);
@@ -1196,7 +1149,7 @@ wi_reset(struct ifnet *ifp)
/* Calibrate timer. */
wi_write_val(sc, WI_RID_TICK_TIME, 8);
- return (0);
+ return 0;
#undef WI_INIT_TRIES
}
@@ -1206,28 +1159,17 @@ wi_watchdog(void *arg)
struct wi_softc *sc = arg;
struct ifnet *ifp = sc->sc_ifp;
+ WI_LOCK_ASSERT(sc);
+
if (!sc->sc_enabled)
return;
- if (sc->sc_tx_timer) {
- if (--sc->sc_tx_timer == 0) {
- if_printf(ifp, "device timeout\n");
- ifp->if_oerrors++;
- wi_init(ifp->if_softc);
- return;
- }
- }
-
- if (sc->sc_scan_timer) {
- if (--sc->sc_scan_timer <= WI_SCAN_WAIT - WI_SCAN_INQWAIT &&
- sc->sc_firmware_type == WI_INTERSIL) {
- DPRINTF(("wi_watchdog: inquire scan\n"));
- wi_cmd(sc, WI_CMD_INQUIRE, WI_INFO_SCAN_RESULTS, 0, 0);
- }
+ if (sc->sc_tx_timer && --sc->sc_tx_timer == 0) {
+ if_printf(ifp, "device timeout\n");
+ ifp->if_oerrors++;
+ wi_init_locked(ifp->if_softc);
+ return;
}
-
- /* TODO: rate control */
-
callout_reset(&sc->sc_watchdog, hz, wi_watchdog, sc);
}
@@ -1235,17 +1177,11 @@ static int
wi_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
{
struct wi_softc *sc = ifp->if_softc;
- struct ieee80211com *ic = &sc->sc_ic;
- int error = 0;
- struct thread *td = curthread;
-#if 0
- struct ifreq *ifr = (struct ifreq *)data;
- struct wi_req wreq;
-#endif
-
- if (sc->wi_gone)
- return (ENODEV);
+ struct ieee80211com *ic = ifp->if_l2com;
+ struct ifreq *ifr = (struct ifreq *) data;
+ int error = 0, startall = 0;
+ WI_LOCK(sc);
switch (cmd) {
case SIOCSIFFLAGS:
/*
@@ -1253,234 +1189,54 @@ wi_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
* changing is the promisc flag, try to short-circuit a call to
* wi_init() by just setting PROMISC in the hardware.
*/
- WI_LOCK(sc);
if (ifp->if_flags & IFF_UP) {
if (ic->ic_opmode != IEEE80211_M_HOSTAP &&
ifp->if_drv_flags & IFF_DRV_RUNNING) {
- if (ifp->if_flags & IFF_PROMISC &&
- !(sc->sc_if_flags & IFF_PROMISC)) {
- wi_write_val(sc, WI_RID_PROMISC, 1);
- } else if (!(ifp->if_flags & IFF_PROMISC) &&
- sc->sc_if_flags & IFF_PROMISC) {
- wi_write_val(sc, WI_RID_PROMISC, 0);
+ if ((ifp->if_flags ^ sc->sc_if_flags) & IFF_PROMISC) {
+ wi_write_val(sc, WI_RID_PROMISC,
+ (ifp->if_flags & IFF_PROMISC) != 0);
} else {
- wi_init(sc);
+ wi_init_locked(sc);
+ startall = 1;
}
} else {
- wi_init(sc);
+ wi_init_locked(sc);
+ startall = 1;
}
} else {
- if (ifp->if_drv_flags & IFF_DRV_RUNNING) {
- wi_stop(ifp, 1);
- }
+ if (ifp->if_drv_flags & IFF_DRV_RUNNING)
+ wi_stop_locked(sc, 1);
sc->wi_gone = 0;
}
sc->sc_if_flags = ifp->if_flags;
- WI_UNLOCK(sc);
- error = 0;
- break;
- case SIOCADDMULTI:
- case SIOCDELMULTI:
- WI_LOCK(sc);
- error = wi_write_multi(sc);
- WI_UNLOCK(sc);
- break;
-#if 0
- case SIOCGIFGENERIC:
- WI_LOCK(sc);
- error = wi_get_cfg(ifp, cmd, data);
- WI_UNLOCK(sc);
- break;
- case SIOCSIFGENERIC:
- error = priv_check(td, PRIV_DRIVER);
- if (error == 0)
- error = wi_set_cfg(ifp, cmd, data);
- break;
- case SIOCGPRISM2DEBUG:
- error = copyin(ifr->ifr_data, &wreq, sizeof(wreq));
- if (error)
- break;
- if (!(ifp->if_drv_flags & IFF_DRV_RUNNING) ||
- sc->sc_firmware_type == WI_LUCENT) {
- error = EIO;
- break;
- }
- error = wi_get_debug(sc, &wreq);
- if (error == 0)
- error = copyout(&wreq, ifr->ifr_data, sizeof(wreq));
- break;
- case SIOCSPRISM2DEBUG:
- if ((error = priv_check(td, PRIV_DRIVER)))
- return (error);
- error = copyin(ifr->ifr_data, &wreq, sizeof(wreq));
- if (error)
- break;
- WI_LOCK(sc);
- error = wi_set_debug(sc, &wreq);
- WI_UNLOCK(sc);
- break;
-#endif
- case SIOCG80211:
- error = wi_ioctl_get(ifp, cmd, data);
- break;
- case SIOCS80211:
- error = priv_check(td, PRIV_NET80211_MANAGE);
- if (error)
- break;
- error = wi_ioctl_set(ifp, cmd, data);
-
-
- break;
- default:
- error = ieee80211_ioctl(ic, cmd, data);
- WI_LOCK(sc);
- if (error == ENETRESET) {
- if (sc->sc_enabled)
- wi_init(sc); /* XXX no error return */
- error = 0;
- }
- WI_UNLOCK(sc);
- break;
- }
- return (error);
-}
-
-static int
-wi_ioctl_get(struct ifnet *ifp, u_long cmd, caddr_t data)
-{
- int error;
- struct wi_softc *sc;
- struct ieee80211req *ireq;
- struct ieee80211com *ic;
-
-
- sc = ifp->if_softc;
- ic = &sc->sc_ic;
- ireq = (struct ieee80211req *) data;
-
- switch (ireq->i_type) {
- case IEEE80211_IOC_STATIONNAME:
- ireq->i_len = sc->sc_nodelen + 1;
- error = copyout(sc->sc_nodename, ireq->i_data,
- ireq->i_len);
break;
- default:
- error = ieee80211_ioctl(ic, cmd, data);
- WI_LOCK(sc);
- if (error == ENETRESET) {
- if (sc->sc_enabled)
- wi_init(sc); /* XXX no error return */
- error = 0;
- }
- WI_UNLOCK(sc);
-
- break;
- }
-
- return (error);
-}
-
-static int
-wi_ioctl_set(struct ifnet *ifp, u_long cmd, caddr_t data)
-{
- int error;
- struct wi_softc *sc;
- struct ieee80211req *ireq;
- u_int8_t nodename[IEEE80211_NWID_LEN];
-
- sc = ifp->if_softc;
- ireq = (struct ieee80211req *) data;
- switch (ireq->i_type) {
- case IEEE80211_IOC_STATIONNAME:
- if (ireq->i_val != 0 ||
- ireq->i_len > IEEE80211_NWID_LEN) {
- error = EINVAL;
- break;
- }
- memset(nodename, 0, IEEE80211_NWID_LEN);
- error = copyin(ireq->i_data, nodename, ireq->i_len);
- if (error)
- break;
- WI_LOCK(sc);
- if (sc->sc_enabled) {
- error = wi_write_ssid(sc, WI_RID_NODENAME,
- nodename, ireq->i_len);
- }
- if (error == 0) {
- memcpy(sc->sc_nodename, nodename,
- IEEE80211_NWID_LEN);
- sc->sc_nodelen = ireq->i_len;
- }
- WI_UNLOCK(sc);
-
+ case SIOCGIFMEDIA:
+ case SIOCSIFMEDIA:
+ error = ifmedia_ioctl(ifp, ifr, &ic->ic_media, cmd);
break;
default:
- error = ieee80211_ioctl(&sc->sc_ic, cmd, data);
- WI_LOCK(sc);
- if (error == ENETRESET) {
- if (sc->sc_enabled)
- wi_init(sc); /* XXX no error return */
- error = 0;
- }
- WI_UNLOCK(sc);
+ error = ether_ioctl(ifp, cmd, data);
break;
}
+ WI_UNLOCK(sc);
- return (error);
-}
-
-static struct ieee80211_node *
-wi_node_alloc(struct ieee80211_node_table *nt)
-{
- struct wi_node *rn;
-
- rn = malloc(sizeof (struct wi_node), M_80211_NODE,
- M_NOWAIT | M_ZERO);
-
- return (rn != NULL) ? &rn->ni : NULL;
-}
-
-static int
-wi_media_change(struct ifnet *ifp)
-{
- struct wi_softc *sc = ifp->if_softc;
- int error;
-
- error = ieee80211_media_change(ifp);
- if (error == ENETRESET) {
- if (sc->sc_enabled)
- wi_init(sc); /* XXX no error return */
- error = 0;
- }
+ if (startall)
+ ieee80211_start_all(ic);
return error;
}
static void
wi_media_status(struct ifnet *ifp, struct ifmediareq *imr)
{
- struct wi_softc *sc = ifp->if_softc;
- struct ieee80211com *ic = &sc->sc_ic;
+ struct ieee80211vap *vap = ifp->if_softc;
+ struct ieee80211com *ic = vap->iv_ic;
+ struct wi_softc *sc = ic->ic_ifp->if_softc;
u_int16_t val;
int rate, len;
- if (sc->wi_gone) { /* hardware gone (e.g. ejected) */
- imr->ifm_active = IFM_IEEE80211 | IFM_NONE;
- imr->ifm_status = 0;
- return;
- }
-
- imr->ifm_status = IFM_AVALID;
- imr->ifm_active = IFM_IEEE80211;
- if (!sc->sc_enabled) { /* port !enabled, have no status */
- imr->ifm_active |= IFM_NONE;
- imr->ifm_status = IFM_AVALID;
- return;
- }
- if (ic->ic_state == IEEE80211_S_RUN &&
- (sc->sc_flags & WI_FLAGS_OUTRANGE) == 0)
- imr->ifm_status |= IFM_ACTIVE;
len = sizeof(val);
- if (wi_read_rid(sc, WI_RID_CUR_TX_RATE, &val, &len) == 0 &&
+ if (sc->sc_enabled &&
+ wi_read_rid(sc, WI_RID_CUR_TX_RATE, &val, &len) == 0 &&
len == sizeof(val)) {
/* convert to 802.11 rate */
val = le16toh(val);
@@ -1494,36 +1250,18 @@ wi_media_status(struct ifnet *ifp, struct ifmediareq *imr)
else if (rate == 8*2)
rate = 22; /* 11Mbps */
}
- } else
- rate = 0;
- imr->ifm_active |= ieee80211_rate2media(ic, rate, IEEE80211_MODE_11B);
- switch (ic->ic_opmode) {
- case IEEE80211_M_STA:
- break;
- case IEEE80211_M_IBSS:
- imr->ifm_active |= IFM_IEEE80211_ADHOC;
- break;
- case IEEE80211_M_AHDEMO:
- imr->ifm_active |= IFM_IEEE80211_ADHOC | IFM_FLAG0;
- break;
- case IEEE80211_M_HOSTAP:
- imr->ifm_active |= IFM_IEEE80211_HOSTAP;
- break;
- case IEEE80211_M_MONITOR:
- imr->ifm_active |= IFM_IEEE80211_MONITOR;
- break;
- case IEEE80211_M_WDS:
- /* XXXX */
- break;
+ vap->iv_bss->ni_txrate = rate;
}
+ ieee80211_media_status(ifp, imr);
}
static void
wi_sync_bssid(struct wi_softc *sc, u_int8_t new_bssid[IEEE80211_ADDR_LEN])
{
- struct ieee80211com *ic = &sc->sc_ic;
- struct ieee80211_node *ni = ic->ic_bss;
struct ifnet *ifp = sc->sc_ifp;
+ struct ieee80211com *ic = ifp->if_l2com;
+ struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps);
+ struct ieee80211_node *ni = vap->iv_bss;
if (IEEE80211_ADDR_EQ(new_bssid, ni->ni_bssid))
return;
@@ -1553,93 +1291,11 @@ wi_sync_bssid(struct wi_softc *sc, u_int8_t new_bssid[IEEE80211_ADDR_LEN])
#endif
}
-static void
-wi_rx_monitor(struct wi_softc *sc, int fid)
-{
- struct ifnet *ifp = sc->sc_ifp;
- struct wi_frame *rx_frame;
- struct mbuf *m;
- int datlen, hdrlen;
-
- /* first allocate mbuf for packet storage */
- m = m_getcl(M_DONTWAIT, MT_DATA, 0);
- if (m == NULL) {
- ifp->if_ierrors++;
- return;
- }
-
- m->m_pkthdr.rcvif = ifp;
-
- /* now read wi_frame first so we know how much data to read */
- if (wi_read_bap(sc, fid, 0, mtod(m, caddr_t), sizeof(*rx_frame))) {
- ifp->if_ierrors++;
- goto done;
- }
-
- rx_frame = mtod(m, struct wi_frame *);
-
- switch ((rx_frame->wi_status & WI_STAT_MAC_PORT) >> 8) {
- case 7:
- switch (rx_frame->wi_whdr.i_fc[0] & IEEE80211_FC0_TYPE_MASK) {
- case IEEE80211_FC0_TYPE_DATA:
- hdrlen = WI_DATA_HDRLEN;
- datlen = rx_frame->wi_dat_len + WI_FCS_LEN;
- break;
- case IEEE80211_FC0_TYPE_MGT:
- hdrlen = WI_MGMT_HDRLEN;
- datlen = rx_frame->wi_dat_len + WI_FCS_LEN;
- break;
- case IEEE80211_FC0_TYPE_CTL:
- /*
- * prism2 cards don't pass control packets
- * down properly or consistently, so we'll only
- * pass down the header.
- */
- hdrlen = WI_CTL_HDRLEN;
- datlen = 0;
- break;
- default:
- if_printf(ifp, "received packet of unknown type "
- "on port 7\n");
- ifp->if_ierrors++;
- goto done;
- }
- break;
- case 0:
- hdrlen = WI_DATA_HDRLEN;
- datlen = rx_frame->wi_dat_len + WI_FCS_LEN;
- break;
- default:
- if_printf(ifp, "received packet on invalid "
- "port (wi_status=0x%x)\n", rx_frame->wi_status);
- ifp->if_ierrors++;
- goto done;
- }
-
- if (hdrlen + datlen + 2 > MCLBYTES) {
- if_printf(ifp, "oversized packet received "
- "(wi_dat_len=%d, wi_status=0x%x)\n",
- datlen, rx_frame->wi_status);
- ifp->if_ierrors++;
- goto done;
- }
-
- if (wi_read_bap(sc, fid, hdrlen, mtod(m, caddr_t) + hdrlen,
- datlen + 2) == 0) {
- m->m_pkthdr.len = m->m_len = hdrlen + datlen;
- ifp->if_ipackets++;
- BPF_MTAP(ifp, m); /* Handle BPF listeners. */
- } else
- ifp->if_ierrors++;
-done:
- m_freem(m);
-}
-
-static void
+static __noinline void
wi_rx_intr(struct wi_softc *sc)
{
- struct ieee80211com *ic = &sc->sc_ic;
struct ifnet *ifp = sc->sc_ifp;
+ struct ieee80211com *ic = ifp->if_l2com;
struct wi_frame frmhdr;
struct mbuf *m;
struct ieee80211_frame *wh;
@@ -1651,16 +1307,6 @@ wi_rx_intr(struct wi_softc *sc)
fid = CSR_READ_2(sc, WI_RX_FID);
- if (sc->wi_debug.wi_monitor) {
- /*
- * If we are in monitor mode just
- * read the data from the device.
- */
- wi_rx_monitor(sc, fid);
- CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_RX);
- return;
- }
-
/* First read in the frame header */
if (wi_read_bap(sc, fid, 0, &frmhdr, sizeof(frmhdr))) {
CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_RX);
@@ -1669,9 +1315,6 @@ wi_rx_intr(struct wi_softc *sc)
return;
}
- if (IFF_DUMPPKTS(ifp))
- wi_dump_pkt(&frmhdr, NULL, frmhdr.wi_rx_signal);
-
/*
* Drop undecryptable or packets with receive errors here
*/
@@ -1703,24 +1346,16 @@ wi_rx_intr(struct wi_softc *sc)
len = 0;
}
- MGETHDR(m, M_DONTWAIT, MT_DATA);
+ if (off + len > MHLEN)
+ m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR);
+ else
+ m = m_gethdr(M_DONTWAIT, MT_DATA);
if (m == NULL) {
CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_RX);
ifp->if_ierrors++;
DPRINTF(("wi_rx_intr: MGET failed\n"));
return;
}
- if (off + len > MHLEN) {
- MCLGET(m, M_DONTWAIT);
- if ((m->m_flags & M_EXT) == 0) {
- CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_RX);
- m_freem(m);
- ifp->if_ierrors++;
- DPRINTF(("wi_rx_intr: MCLGET failed\n"));
- return;
- }
- }
-
m->m_data += off - sizeof(struct ieee80211_frame);
memcpy(m->m_data, &frmhdr.wi_whdr, sizeof(struct ieee80211_frame));
wi_read_bap(sc, fid, sizeof(frmhdr),
@@ -1730,8 +1365,7 @@ wi_rx_intr(struct wi_softc *sc)
CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_RX);
-#if NBPFILTER > 0
- if (bpf_peers_present(sc->sc_drvbpf)) {
+ if (bpf_peers_present(ifp->if_bpf)) {
/* XXX replace divide by table */
sc->sc_rx_th.wr_rate = frmhdr.wi_rx_rate / 5;
sc->sc_rx_th.wr_antsignal = frmhdr.wi_rx_signal;
@@ -1739,49 +1373,30 @@ wi_rx_intr(struct wi_softc *sc)
sc->sc_rx_th.wr_flags = 0;
if (frmhdr.wi_status & WI_STAT_PCF)
sc->sc_rx_th.wr_flags |= IEEE80211_RADIOTAP_F_CFP;
- /* XXX IEEE80211_RADIOTAP_F_WEP */
- bpf_mtap2(sc->sc_drvbpf,
- &sc->sc_rx_th, sc->sc_rx_th_len, m);
- }
-#endif
- wh = mtod(m, struct ieee80211_frame *);
- if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
- /*
- * WEP is decrypted by hardware and the IV
- * is stripped. Clear WEP bit so we don't
- * try to process it in ieee80211_input.
- * XXX fix for TKIP, et. al.
- */
- wh->i_fc[1] &= ~IEEE80211_FC1_WEP;
+ if (m->m_flags & M_WEP)
+ sc->sc_rx_th.wr_flags |= IEEE80211_RADIOTAP_F_WEP;
+ bpf_mtap2(ifp->if_bpf, &sc->sc_rx_th, sc->sc_rx_th_len, m);
}
/* synchronize driver's BSSID with firmware's BSSID */
+ wh = mtod(m, struct ieee80211_frame *);
dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK;
if (ic->ic_opmode == IEEE80211_M_IBSS && dir == IEEE80211_FC1_DIR_NODS)
wi_sync_bssid(sc, wh->i_addr3);
WI_UNLOCK(sc);
- /*
- * Locate the node for sender, track state, and
- * then pass this node (referenced) up to the 802.11
- * layer for its use.
- */
- ni = ieee80211_find_rxnode(ic, (struct ieee80211_frame_min *) wh);
- /*
- * Send frame up for processing.
- */
- ieee80211_input(ic, m, ni, rssi, -95/*XXXXwi_rx_silence?*/, rstamp);
- /*
- * The frame may have caused the node to be marked for
- * reclamation (e.g. in response to a DEAUTH message)
- * so use free_node here instead of unref_node.
- */
- ieee80211_free_node(ni);
+
+ ni = ieee80211_find_rxnode(ic, mtod(m, struct ieee80211_frame_min *));
+ if (ni != NULL) {
+ (void) ieee80211_input(ni, m, rssi, -95/*XXX*/, rstamp);
+ ieee80211_free_node(ni);
+ } else
+ (void) ieee80211_input_all(ic, m, rssi, -95/*XXX*/, rstamp);
WI_LOCK(sc);
}
-static void
+static __noinline void
wi_tx_ex_intr(struct wi_softc *sc)
{
struct ifnet *ifp = sc->sc_ifp;
@@ -1792,7 +1407,6 @@ wi_tx_ex_intr(struct wi_softc *sc)
/* Read in the frame header */
if (wi_read_bap(sc, fid, 0, &frmhdr, sizeof(frmhdr)) == 0) {
u_int16_t status = le16toh(frmhdr.wi_status);
-
/*
* Spontaneous station disconnects appear as xmit
* errors. Don't announce them and/or count them
@@ -1825,7 +1439,7 @@ wi_tx_ex_intr(struct wi_softc *sc)
CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_TX_EXC);
}
-static void
+static __noinline void
wi_tx_intr(struct wi_softc *sc)
{
struct ifnet *ifp = sc->sc_ifp;
@@ -1860,10 +1474,52 @@ wi_tx_intr(struct wi_softc *sc)
}
static void
+wi_status_connected(void *arg, int pending)
+{
+ struct ieee80211vap *vap = arg;
+ struct ieee80211com *ic = vap->iv_ic;
+
+ IEEE80211_LOCK(ic);
+ WI_VAP(vap)->wv_newstate(vap, IEEE80211_S_RUN, 0);
+ if (vap->iv_newstate_cb != NULL)
+ vap->iv_newstate_cb(vap, IEEE80211_S_RUN, 0);
+ IEEE80211_UNLOCK(ic);
+}
+
+static void
+wi_status_disconnected(void *arg, int pending)
+{
+ struct ieee80211vap *vap = arg;
+
+ if (vap->iv_state == IEEE80211_S_RUN) {
+ vap->iv_stats.is_rx_deauth++;
+ ieee80211_new_state(vap, IEEE80211_S_SCAN, 0);
+ }
+}
+
+static void
+wi_status_oor(void *arg, int pending)
+{
+ struct ieee80211com *ic = arg;
+
+ ieee80211_beacon_miss(ic);
+}
+
+static void
+wi_status_assoc_failed(void *arg, int pending)
+{
+ struct ieee80211vap *vap = arg;
+
+ ieee80211_new_state(vap, IEEE80211_S_SCAN, IEEE80211_SCAN_FAIL_TIMEOUT);
+}
+
+static __noinline void
wi_info_intr(struct wi_softc *sc)
{
- struct ieee80211com *ic = &sc->sc_ic;
struct ifnet *ifp = sc->sc_ifp;
+ struct ieee80211com *ic = ifp->if_l2com;
+ struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps);
+ struct wi_vap *wvp = WI_VAP(vap);
int i, fid, len, off;
u_int16_t ltbuf[2];
u_int16_t stat;
@@ -1873,42 +1529,35 @@ wi_info_intr(struct wi_softc *sc)
wi_read_bap(sc, fid, 0, ltbuf, sizeof(ltbuf));
switch (le16toh(ltbuf[1])) {
-
case WI_INFO_LINK_STAT:
wi_read_bap(sc, fid, sizeof(ltbuf), &stat, sizeof(stat));
DPRINTF(("wi_info_intr: LINK_STAT 0x%x\n", le16toh(stat)));
switch (le16toh(stat)) {
case WI_INFO_LINK_STAT_CONNECTED:
- sc->sc_flags &= ~WI_FLAGS_OUTRANGE;
- if (ic->ic_state == IEEE80211_S_RUN &&
- ic->ic_opmode != IEEE80211_M_IBSS)
+ if (vap->iv_state == IEEE80211_S_RUN &&
+ vap->iv_opmode != IEEE80211_M_IBSS)
break;
- /* FALLTHROUGH */
+ /* fall thru... */
case WI_INFO_LINK_STAT_AP_CHG:
- ieee80211_new_state(ic, IEEE80211_S_RUN, -1);
+ taskqueue_enqueue(taskqueue_swi, &wvp->wv_connected_task);
break;
case WI_INFO_LINK_STAT_AP_INR:
- sc->sc_flags &= ~WI_FLAGS_OUTRANGE;
+ break;
+ case WI_INFO_LINK_STAT_DISCONNECTED:
+ /* we dropped off the net; e.g. due to deauth/disassoc */
+ taskqueue_enqueue(taskqueue_swi, &wvp->wv_disconnected_task);
break;
case WI_INFO_LINK_STAT_AP_OOR:
- if (sc->sc_firmware_type == WI_SYMBOL &&
- sc->sc_scan_timer > 0) {
- if (wi_cmd(sc, WI_CMD_INQUIRE,
- WI_INFO_HOST_SCAN_RESULTS, 0, 0) != 0)
- sc->sc_scan_timer = 0;
- break;
- }
- if (ic->ic_opmode == IEEE80211_M_STA)
- sc->sc_flags |= WI_FLAGS_OUTRANGE;
+ /* XXX does this need to be per-vap? */
+ taskqueue_enqueue(taskqueue_swi, &sc->sc_oor_task);
break;
- case WI_INFO_LINK_STAT_DISCONNECTED:
case WI_INFO_LINK_STAT_ASSOC_FAILED:
- if (ic->ic_opmode == IEEE80211_M_STA)
- ieee80211_new_state(ic, IEEE80211_S_INIT, -1);
+ if (vap->iv_opmode == IEEE80211_M_STA)
+ taskqueue_enqueue(taskqueue_swi,
+ &wvp->wv_assoc_failed_task);
break;
}
break;
-
case WI_INFO_COUNTERS:
/* some card versions have a larger stats structure */
len = min(le16toh(ltbuf[0]) - 1, sizeof(sc->sc_stats) / 4);
@@ -1926,13 +1575,6 @@ wi_info_intr(struct wi_softc *sc)
sc->sc_stats.wi_tx_multi_retries +
sc->sc_stats.wi_tx_retry_limit;
break;
-
- case WI_INFO_SCAN_RESULTS:
- case WI_INFO_HOST_SCAN_RESULTS:
- wi_scan_result(sc, fid, le16toh(ltbuf[0]));
- ieee80211_scan_done(ic);
- break;
-
default:
DPRINTF(("wi_info_intr: got fid %x type %x len %d\n", fid,
le16toh(ltbuf[1]), le16toh(ltbuf[0])));
@@ -1973,6 +1615,12 @@ allmulti:
}
static void
+wi_update_mcast(struct ifnet *ifp)
+{
+ wi_write_multi(ifp->if_softc);
+}
+
+static void
wi_read_nicid(struct wi_softc *sc)
{
struct wi_card_ident *id;
@@ -2063,502 +1711,37 @@ wi_write_ssid(struct wi_softc *sc, int rid, u_int8_t *buf, int buflen)
return wi_write_rid(sc, rid, &ssid, sizeof(ssid));
}
-#if 0
-static int
-wi_get_cfg(struct ifnet *ifp, u_long cmd, caddr_t data)
-{
- struct wi_softc *sc = ifp->if_softc;
- struct ieee80211com *ic = &sc->sc_ic;
- struct ifreq *ifr = (struct ifreq *)data;
- struct wi_req wreq;
- struct wi_scan_res *res;
- size_t reslen;
- int len, n, error, mif, val, off, i;
-
- error = copyin(ifr->ifr_data, &wreq, sizeof(wreq));
- if (error)
- return error;
- len = (wreq.wi_len - 1) * 2;
- if (len < sizeof(u_int16_t))
- return ENOSPC;
- if (len > sizeof(wreq.wi_val))
- len = sizeof(wreq.wi_val);
-
- switch (wreq.wi_type) {
-
- case WI_RID_IFACE_STATS:
- memcpy(wreq.wi_val, &sc->sc_stats, sizeof(sc->sc_stats));
- if (len < sizeof(sc->sc_stats))
- error = ENOSPC;
- else
- len = sizeof(sc->sc_stats);
- break;
-
- case WI_RID_ENCRYPTION:
- case WI_RID_TX_CRYPT_KEY:
- case WI_RID_DEFLT_CRYPT_KEYS:
- case WI_RID_TX_RATE:
- return ieee80211_ioctl(ic, cmd, data);
-
- case WI_RID_MICROWAVE_OVEN:
- if (sc->sc_enabled && (sc->sc_flags & WI_FLAGS_HAS_MOR)) {
- error = wi_read_rid(sc, wreq.wi_type, wreq.wi_val,
- &len);
- break;
- }
- wreq.wi_val[0] = htole16(sc->sc_microwave_oven);
- len = sizeof(u_int16_t);
- break;
-
- case WI_RID_DBM_ADJUST:
- if (sc->sc_enabled && (sc->sc_flags & WI_FLAGS_HAS_DBMADJUST)) {
- error = wi_read_rid(sc, wreq.wi_type, wreq.wi_val,
- &len);
- break;
- }
- wreq.wi_val[0] = htole16(sc->sc_dbm_offset);
- len = sizeof(u_int16_t);
- break;
-
- case WI_RID_ROAMING_MODE:
- if (sc->sc_enabled && (sc->sc_flags & WI_FLAGS_HAS_ROAMING)) {
- error = wi_read_rid(sc, wreq.wi_type, wreq.wi_val,
- &len);
- break;
- }
- wreq.wi_val[0] = htole16(sc->sc_roaming_mode);
- len = sizeof(u_int16_t);
- break;
-
- case WI_RID_SYSTEM_SCALE:
- if (sc->sc_enabled && (sc->sc_flags & WI_FLAGS_HAS_SYSSCALE)) {
- error = wi_read_rid(sc, wreq.wi_type, wreq.wi_val,
- &len);
- break;
- }
- wreq.wi_val[0] = htole16(sc->sc_system_scale);
- len = sizeof(u_int16_t);
- break;
-
- case WI_RID_FRAG_THRESH:
- if (sc->sc_enabled && (sc->sc_flags & WI_FLAGS_HAS_FRAGTHR)) {
- error = wi_read_rid(sc, wreq.wi_type, wreq.wi_val,
- &len);
- break;
- }
- wreq.wi_val[0] = htole16(ic->ic_fragthreshold);
- len = sizeof(u_int16_t);
- break;
-
- case WI_RID_READ_APS:
- if (ic->ic_opmode == IEEE80211_M_HOSTAP)
- return ieee80211_ioctl(ic, cmd, data);
- if (sc->sc_scan_timer > 0) {
- error = EINPROGRESS;
- break;
- }
- n = sc->sc_naps;
- if (len < sizeof(n)) {
- error = ENOSPC;
- break;
- }
- if (len < sizeof(n) + sizeof(struct wi_apinfo) * n)
- n = (len - sizeof(n)) / sizeof(struct wi_apinfo);
- len = sizeof(n) + sizeof(struct wi_apinfo) * n;
- memcpy(wreq.wi_val, &n, sizeof(n));
- memcpy((caddr_t)wreq.wi_val + sizeof(n), sc->sc_aps,
- sizeof(struct wi_apinfo) * n);
- break;
-
- case WI_RID_PRISM2:
- wreq.wi_val[0] = sc->sc_firmware_type != WI_LUCENT;
- len = sizeof(u_int16_t);
- break;
-
- case WI_RID_MIF:
- mif = wreq.wi_val[0];
- error = wi_cmd(sc, WI_CMD_READMIF, mif, 0, 0);
- val = CSR_READ_2(sc, WI_RESP0);
- wreq.wi_val[0] = val;
- len = sizeof(u_int16_t);
- break;
-
- case WI_RID_ZERO_CACHE:
- case WI_RID_PROCFRAME: /* ignore for compatibility */
- /* XXX ??? */
- break;
-
- case WI_RID_READ_CACHE:
- return ieee80211_ioctl(ic, cmd, data);
-
- case WI_RID_SCAN_RES: /* compatibility interface */
- if (ic->ic_opmode == IEEE80211_M_HOSTAP)
- return ieee80211_ioctl(ic, cmd, data);
- if (sc->sc_scan_timer > 0) {
- error = EINPROGRESS;
- break;
- }
- n = sc->sc_naps;
- if (sc->sc_firmware_type == WI_LUCENT) {
- off = 0;
- reslen = WI_WAVELAN_RES_SIZE;
- } else {
- off = sizeof(struct wi_scan_p2_hdr);
- reslen = WI_PRISM2_RES_SIZE;
- }
- if (len < off + reslen * n)
- n = (len - off) / reslen;
- len = off + reslen * n;
- if (off != 0) {
- struct wi_scan_p2_hdr *p2 = (struct wi_scan_p2_hdr *)wreq.wi_val;
- /*
- * Prepend Prism-specific header.
- */
- if (len < sizeof(struct wi_scan_p2_hdr)) {
- error = ENOSPC;
- break;
- }
- p2 = (struct wi_scan_p2_hdr *)wreq.wi_val;
- p2->wi_rsvd = 0;
- p2->wi_reason = n; /* XXX */
- }
- for (i = 0; i < n; i++, off += reslen) {
- const struct wi_apinfo *ap = &sc->sc_aps[i];
-
- res = (struct wi_scan_res *)((char *)wreq.wi_val + off);
- res->wi_chan = ap->channel;
- res->wi_noise = ap->noise;
- res->wi_signal = ap->signal;
- IEEE80211_ADDR_COPY(res->wi_bssid, ap->bssid);
- res->wi_interval = ap->interval;
- res->wi_capinfo = ap->capinfo;
- res->wi_ssid_len = ap->namelen;
- memcpy(res->wi_ssid, ap->name,
- IEEE80211_NWID_LEN);
- if (sc->sc_firmware_type != WI_LUCENT) {
- /* XXX not saved from Prism cards */
- memset(res->wi_srates, 0,
- sizeof(res->wi_srates));
- res->wi_rate = ap->rate;
- res->wi_rsvd = 0;
- }
- }
- break;
-
- default:
- if (sc->sc_enabled) {
- error = wi_read_rid(sc, wreq.wi_type, wreq.wi_val,
- &len);
- break;
- }
- switch (wreq.wi_type) {
- case WI_RID_MAX_DATALEN:
- wreq.wi_val[0] = htole16(sc->sc_max_datalen);
- len = sizeof(u_int16_t);
- break;
- case WI_RID_RTS_THRESH:
- wreq.wi_val[0] = htole16(ic->ic_rtsthreshold);
- len = sizeof(u_int16_t);
- break;
- case WI_RID_CNFAUTHMODE:
- wreq.wi_val[0] = htole16(sc->sc_cnfauthmode);
- len = sizeof(u_int16_t);
- break;
- case WI_RID_NODENAME:
- if (len < sc->sc_nodelen + sizeof(u_int16_t)) {
- error = ENOSPC;
- break;
- }
- len = sc->sc_nodelen + sizeof(u_int16_t);
- wreq.wi_val[0] = htole16((sc->sc_nodelen + 1) / 2);
- memcpy(&wreq.wi_val[1], sc->sc_nodename,
- sc->sc_nodelen);
- break;
- default:
- return ieee80211_ioctl(ic, cmd, data);
- }
- break;
- }
- if (error)
- return error;
- wreq.wi_len = (len + 1) / 2 + 1;
- return copyout(&wreq, ifr->ifr_data, (wreq.wi_len + 1) * 2);
-}
-
-static int
-wi_set_cfg(struct ifnet *ifp, u_long cmd, caddr_t data)
-{
- struct wi_softc *sc = ifp->if_softc;
- struct ieee80211com *ic = &sc->sc_ic;
- struct ifreq *ifr = (struct ifreq *)data;
- struct wi_req wreq;
- struct mbuf *m;
- int i, len, error, mif, val;
- struct ieee80211_rateset *rs;
-
- error = copyin(ifr->ifr_data, &wreq, sizeof(wreq));
- if (error)
- return error;
- len = wreq.wi_len ? (wreq.wi_len - 1) * 2 : 0;
- switch (wreq.wi_type) {
- case WI_RID_DBM_ADJUST:
- return ENODEV;
-
- case WI_RID_NODENAME:
- if (le16toh(wreq.wi_val[0]) * 2 > len ||
- le16toh(wreq.wi_val[0]) > sizeof(sc->sc_nodename)) {
- error = ENOSPC;
- break;
- }
- WI_LOCK(sc);
- if (sc->sc_enabled)
- error = wi_write_rid(sc, wreq.wi_type, wreq.wi_val,
- len);
- if (error == 0) {
- sc->sc_nodelen = le16toh(wreq.wi_val[0]) * 2;
- memcpy(sc->sc_nodename, &wreq.wi_val[1],
- sc->sc_nodelen);
- }
- WI_UNLOCK(sc);
- break;
-
- case WI_RID_MICROWAVE_OVEN:
- case WI_RID_ROAMING_MODE:
- case WI_RID_SYSTEM_SCALE:
- case WI_RID_FRAG_THRESH:
- /* XXX unlocked reads */
- if (wreq.wi_type == WI_RID_MICROWAVE_OVEN &&
- (sc->sc_flags & WI_FLAGS_HAS_MOR) == 0)
- break;
- if (wreq.wi_type == WI_RID_ROAMING_MODE &&
- (sc->sc_flags & WI_FLAGS_HAS_ROAMING) == 0)
- break;
- if (wreq.wi_type == WI_RID_SYSTEM_SCALE &&
- (sc->sc_flags & WI_FLAGS_HAS_SYSSCALE) == 0)
- break;
- if (wreq.wi_type == WI_RID_FRAG_THRESH &&
- (sc->sc_flags & WI_FLAGS_HAS_FRAGTHR) == 0)
- break;
- /* FALLTHROUGH */
- case WI_RID_RTS_THRESH:
- case WI_RID_CNFAUTHMODE:
- case WI_RID_MAX_DATALEN:
- WI_LOCK(sc);
- if (sc->sc_enabled) {
- error = wi_write_rid(sc, wreq.wi_type, wreq.wi_val,
- sizeof(u_int16_t));
- if (error != 0) {
- WI_UNLOCK(sc);
- break;
- }
- }
- switch (wreq.wi_type) {
- case WI_RID_FRAG_THRESH:
- ic->ic_fragthreshold = le16toh(wreq.wi_val[0]);
- break;
- case WI_RID_RTS_THRESH:
- ic->ic_rtsthreshold = le16toh(wreq.wi_val[0]);
- break;
- case WI_RID_MICROWAVE_OVEN:
- sc->sc_microwave_oven = le16toh(wreq.wi_val[0]);
- break;
- case WI_RID_ROAMING_MODE:
- sc->sc_roaming_mode = le16toh(wreq.wi_val[0]);
- break;
- case WI_RID_SYSTEM_SCALE:
- sc->sc_system_scale = le16toh(wreq.wi_val[0]);
- break;
- case WI_RID_CNFAUTHMODE:
- sc->sc_cnfauthmode = le16toh(wreq.wi_val[0]);
- break;
- case WI_RID_MAX_DATALEN:
- sc->sc_max_datalen = le16toh(wreq.wi_val[0]);
- break;
- }
- WI_UNLOCK(sc);
- break;
-
- case WI_RID_TX_RATE:
- WI_LOCK(sc);
- switch (le16toh(wreq.wi_val[0])) {
- case 3:
- ic->ic_fixed_rate = IEEE80211_FIXED_RATE_NONE;
- break;
- default:
- rs = &ic->ic_sup_rates[IEEE80211_MODE_11B];
- for (i = 0; i < rs->rs_nrates; i++) {
- if ((rs->rs_rates[i] & IEEE80211_RATE_VAL)
- / 2 == le16toh(wreq.wi_val[0]))
- break;
- }
- if (i == rs->rs_nrates) {
- WI_UNLOCK(sc);
- return EINVAL;
- }
- ic->ic_fixed_rate = rs->rs_rates[i] & IEEE80211_RATE_VAL;
- }
- if (sc->sc_enabled)
- error = wi_write_txrate(sc);
- WI_UNLOCK(sc);
- break;
-
- case WI_RID_SCAN_APS:
- WI_LOCK(sc);
- if (sc->sc_enabled && ic->ic_opmode != IEEE80211_M_HOSTAP)
- error = wi_scan_ap(sc, 0x3fff, 0x000f);
- WI_UNLOCK(sc);
- break;
-
- case WI_RID_SCAN_REQ: /* compatibility interface */
- WI_LOCK(sc);
- if (sc->sc_enabled && ic->ic_opmode != IEEE80211_M_HOSTAP)
- error = wi_scan_ap(sc, wreq.wi_val[0], wreq.wi_val[1]);
- WI_UNLOCK(sc);
- break;
-
- case WI_RID_MGMT_XMIT:
- WI_LOCK(sc);
- if (!sc->sc_enabled)
- error = ENETDOWN;
- else if (ic->ic_mgtq.ifq_len > 5)
- error = EAGAIN;
- else {
- /* NB: m_devget uses M_DONTWAIT so can hold the lock */
- /* XXX wi_len looks in u_int8_t, not in u_int16_t */
- m = m_devget((char *)&wreq.wi_val, wreq.wi_len, 0,
- ifp, NULL);
- if (m != NULL)
- IF_ENQUEUE(&ic->ic_mgtq, m);
- else
- error = ENOMEM;
- }
- WI_UNLOCK(sc);
- break;
-
- case WI_RID_MIF:
- mif = wreq.wi_val[0];
- val = wreq.wi_val[1];
- WI_LOCK(sc);
- error = wi_cmd(sc, WI_CMD_WRITEMIF, mif, val, 0);
- WI_UNLOCK(sc);
- break;
-
- case WI_RID_PROCFRAME: /* ignore for compatibility */
- break;
-
- case WI_RID_OWN_SSID:
- if (le16toh(wreq.wi_val[0]) * 2 > len ||
- le16toh(wreq.wi_val[0]) > IEEE80211_NWID_LEN) {
- error = ENOSPC;
- break;
- }
- WI_LOCK(sc);
- memset(ic->ic_des_ssid[0].ssid, 0, IEEE80211_NWID_LEN);
- ic->ic_des_ssid[0].len = le16toh(wreq.wi_val[0]) * 2;
- memcpy(ic->ic_des_ssid[0].ssid, &wreq.wi_val[1],
- ic->ic_des_ssid[0].len);
- if (sc->sc_enabled)
- wi_init(sc); /* XXX no error return */
- WI_UNLOCK(sc);
- break;
-
- default:
- WI_LOCK(sc);
- if (sc->sc_enabled)
- error = wi_write_rid(sc, wreq.wi_type, wreq.wi_val,
- len);
- if (error == 0) {
- /* XXX ieee80211_ioctl does a copyin */
- error = ieee80211_ioctl(ic, cmd, data);
- if (error == ENETRESET) {
- if (sc->sc_enabled)
- wi_init(sc);
- error = 0;
- }
- }
- WI_UNLOCK(sc);
- break;
- }
- return error;
-}
-#endif
-
static int
-wi_write_txrate(struct wi_softc *sc)
+wi_write_txrate(struct wi_softc *sc, struct ieee80211vap *vap)
{
- struct ieee80211com *ic = &sc->sc_ic;
- int i;
- u_int16_t rate;
-
- if (ic->ic_fixed_rate == IEEE80211_FIXED_RATE_NONE)
- rate = 0; /* auto */
- else
- rate = ic->ic_fixed_rate / 2;
-
- /* rate: 0, 1, 2, 5, 11 */
-
- switch (sc->sc_firmware_type) {
- case WI_LUCENT:
- switch (rate) {
- case 0: /* auto == 11mbps auto */
- rate = 3;
- break;
- /* case 1, 2 map to 1, 2*/
- case 5: /* 5.5Mbps -> 4 */
- rate = 4;
- break;
- case 11: /* 11mbps -> 5 */
- rate = 5;
- break;
- default:
- break;
- }
- break;
- default:
- /* Choose a bit according to this table.
- *
- * bit | data rate
- * ----+-------------------
- * 0 | 1Mbps
- * 1 | 2Mbps
- * 2 | 5.5Mbps
- * 3 | 11Mbps
- */
- for (i = 8; i > 0; i >>= 1) {
- if (rate >= i)
- break;
- }
- if (i == 0)
- rate = 0xf; /* auto */
- else
- rate = i;
- break;
- }
- return wi_write_val(sc, WI_RID_TX_RATE, rate);
-}
-
-static int
-wi_key_alloc(struct ieee80211com *ic, const struct ieee80211_key *k,
- ieee80211_keyix *keyix, ieee80211_keyix *rxkeyix)
-{
- struct wi_softc *sc = ic->ic_ifp->if_softc;
-
- /*
- * When doing host encryption of outbound frames fail requests
- * for keys that are not marked w/ the SWCRYPT flag so the
- * net80211 layer falls back to s/w crypto. Note that we also
- * fixup existing keys below to handle mode changes.
- */
- if ((sc->sc_encryption & HOST_ENCRYPT) &&
- (k->wk_flags & IEEE80211_KEY_SWCRYPT) == 0)
- return 0;
- return sc->sc_key_alloc(ic, k, keyix, rxkeyix);
+ static const uint16_t lucent_rates[12] = {
+ [ 0] = 3, /* auto */
+ [ 1] = 1, /* 1Mb/s */
+ [ 2] = 2, /* 2Mb/s */
+ [ 5] = 4, /* 5.5Mb/s */
+ [11] = 5 /* 11Mb/s */
+ };
+ static const uint16_t intersil_rates[12] = {
+ [ 0] = 0xf, /* auto */
+ [ 1] = 0, /* 1Mb/s */
+ [ 2] = 1, /* 2Mb/s */
+ [ 5] = 2, /* 5.5Mb/s */
+ [11] = 3, /* 11Mb/s */
+ };
+ const uint16_t *rates = sc->sc_firmware_type == WI_LUCENT ?
+ lucent_rates : intersil_rates;
+ struct ieee80211com *ic = vap->iv_ic;
+ const struct ieee80211_txparam *tp;
+
+ tp = &vap->iv_txparms[ieee80211_chan2mode(ic->ic_bsschan)];
+ return wi_write_val(sc, WI_RID_TX_RATE,
+ (tp->ucastrate == IEEE80211_FIXED_RATE_NONE ?
+ rates[0] : rates[tp->ucastrate / 2]));
}
static int
-wi_write_wep(struct wi_softc *sc)
+wi_write_wep(struct wi_softc *sc, struct ieee80211vap *vap)
{
- struct ieee80211com *ic = &sc->sc_ic;
int error = 0;
int i, keylen;
u_int16_t val;
@@ -2566,20 +1749,20 @@ wi_write_wep(struct wi_softc *sc)
switch (sc->sc_firmware_type) {
case WI_LUCENT:
- val = (ic->ic_flags & IEEE80211_F_PRIVACY) ? 1 : 0;
+ val = (vap->iv_flags & IEEE80211_F_PRIVACY) ? 1 : 0;
error = wi_write_val(sc, WI_RID_ENCRYPTION, val);
if (error)
break;
- if ((ic->ic_flags & IEEE80211_F_PRIVACY) == 0)
+ if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0)
break;
- error = wi_write_val(sc, WI_RID_TX_CRYPT_KEY, ic->ic_def_txkey);
+ error = wi_write_val(sc, WI_RID_TX_CRYPT_KEY, vap->iv_def_txkey);
if (error)
break;
memset(wkey, 0, sizeof(wkey));
for (i = 0; i < IEEE80211_WEP_NKID; i++) {
- keylen = ic->ic_nw_keys[i].wk_keylen;
+ keylen = vap->iv_nw_keys[i].wk_keylen;
wkey[i].wi_keylen = htole16(keylen);
- memcpy(wkey[i].wi_keydat, ic->ic_nw_keys[i].wk_key,
+ memcpy(wkey[i].wi_keydat, vap->iv_nw_keys[i].wk_key,
keylen);
}
error = wi_write_rid(sc, WI_RID_DEFLT_CRYPT_KEYS,
@@ -2588,8 +1771,8 @@ wi_write_wep(struct wi_softc *sc)
break;
case WI_INTERSIL:
- case WI_SYMBOL:
- if (ic->ic_flags & IEEE80211_F_PRIVACY) {
+ val = HOST_ENCRYPT | HOST_DECRYPT;
+ if (vap->iv_flags & IEEE80211_F_PRIVACY) {
/*
* ONLY HWB3163 EVAL-CARD Firmware version
* less than 0.8 variant2
@@ -2599,25 +1782,15 @@ wi_write_wep(struct wi_softc *sc)
* It is under investigation for details.
* (ichiro@netbsd.org)
*/
- if (sc->sc_firmware_type == WI_INTERSIL &&
- sc->sc_sta_firmware_ver < 802 ) {
+ if (sc->sc_sta_firmware_ver < 802 ) {
/* firm ver < 0.8 variant 2 */
wi_write_val(sc, WI_RID_PROMISC, 1);
}
wi_write_val(sc, WI_RID_CNFAUTHMODE,
- sc->sc_cnfauthmode);
- /* XXX should honor IEEE80211_F_DROPUNENC */
- val = PRIVACY_INVOKED | EXCLUDE_UNENCRYPTED;
- /*
- * Encryption firmware has a bug for HostAP mode.
- */
- if (sc->sc_firmware_type == WI_INTERSIL &&
- ic->ic_opmode == IEEE80211_M_HOSTAP)
- val |= HOST_ENCRYPT;
+ vap->iv_bss->ni_authmode);
+ val |= PRIVACY_INVOKED;
} else {
- wi_write_val(sc, WI_RID_CNFAUTHMODE,
- IEEE80211_AUTH_OPEN);
- val = HOST_ENCRYPT | HOST_DECRYPT;
+ wi_write_val(sc, WI_RID_CNFAUTHMODE, IEEE80211_AUTH_OPEN);
}
error = wi_write_val(sc, WI_RID_P2_ENCRYPTION, val);
if (error)
@@ -2625,55 +1798,17 @@ wi_write_wep(struct wi_softc *sc)
sc->sc_encryption = val;
if ((val & PRIVACY_INVOKED) == 0)
break;
- error = wi_write_val(sc, WI_RID_P2_TX_CRYPT_KEY,
- ic->ic_def_txkey);
- if (error)
- break;
- if (val & HOST_DECRYPT)
- break;
- /*
- * It seems that the firmware accept 104bit key only if
- * all the keys have 104bit length. We get the length of
- * the transmit key and use it for all other keys.
- * Perhaps we should use software WEP for such situation.
- */
- if (ic->ic_def_txkey != IEEE80211_KEYIX_NONE)
- keylen = ic->ic_nw_keys[ic->ic_def_txkey].wk_keylen;
- else /* XXX should not hapen */
- keylen = IEEE80211_WEP_KEYLEN;
- if (keylen > IEEE80211_WEP_KEYLEN)
- keylen = 13; /* 104bit keys */
- else
- keylen = IEEE80211_WEP_KEYLEN;
- for (i = 0; i < IEEE80211_WEP_NKID; i++) {
- error = wi_write_rid(sc, WI_RID_P2_CRYPT_KEY0 + i,
- ic->ic_nw_keys[i].wk_key, keylen);
- if (error)
- break;
- }
+ error = wi_write_val(sc, WI_RID_P2_TX_CRYPT_KEY, vap->iv_def_txkey);
break;
}
- /*
- * XXX horrible hack; insure pre-existing keys are
- * setup properly to do s/w crypto.
- */
- for (i = 0; i < IEEE80211_WEP_NKID; i++) {
- struct ieee80211_key *k = &ic->ic_nw_keys[i];
- if (k->wk_flags & IEEE80211_KEY_XMIT) {
- if (sc->sc_encryption & HOST_ENCRYPT)
- k->wk_flags |= IEEE80211_KEY_SWCRYPT;
- else
- k->wk_flags &= ~IEEE80211_KEY_SWCRYPT;
- }
- }
return error;
}
static int
wi_cmd(struct wi_softc *sc, int cmd, int val0, int val1, int val2)
{
- int i, s = 0;
-
+ int i, s = 0;
+
if (sc->wi_gone)
return (ENODEV);
@@ -2684,7 +1819,8 @@ wi_cmd(struct wi_softc *sc, int cmd, int val0, int val1, int val2)
DELAY(1*1000); /* 1ms */
}
if (i == 0) {
- device_printf(sc->sc_dev, "wi_cmd: busy bit won't clear.\n" );
+ device_printf(sc->sc_dev, "%s: busy bit won't clear, cmd 0x%x\n",
+ __func__, cmd);
sc->wi_gone = 1;
return(ETIMEDOUT);
}
@@ -2717,8 +1853,8 @@ wi_cmd(struct wi_softc *sc, int cmd, int val0, int val1, int val2)
}
if (i == WI_TIMEOUT) {
- device_printf(sc->sc_dev,
- "timeout in wi_cmd 0x%04x; event status 0x%04x\n", cmd, s);
+ device_printf(sc->sc_dev, "%s: timeout on cmd 0x%04x; "
+ "event status 0x%04x\n", __func__, cmd, s);
if (s == 0xffff)
sc->wi_gone = 1;
return(ETIMEDOUT);
@@ -2739,8 +1875,8 @@ wi_seek_bap(struct wi_softc *sc, int id, int off)
if ((status & WI_OFF_BUSY) == 0)
break;
if (i == WI_TIMEOUT) {
- device_printf(sc->sc_dev, "timeout in wi_seek to %x/%x\n",
- id, off);
+ device_printf(sc->sc_dev, "%s: timeout, id %x off %x\n",
+ __func__, id, off);
sc->sc_bap_off = WI_OFF_ERR; /* invalidate */
if (status == 0xffff)
sc->wi_gone = 1;
@@ -2749,7 +1885,8 @@ wi_seek_bap(struct wi_softc *sc, int id, int off)
DELAY(1);
}
if (status & WI_OFF_ERR) {
- device_printf(sc->sc_dev, "failed in wi_seek to %x/%x\n", id, off);
+ device_printf(sc->sc_dev, "%s: error, id %x off %x\n",
+ __func__, id, off);
sc->sc_bap_off = WI_OFF_ERR; /* invalidate */
return EIO;
}
@@ -2787,9 +1924,6 @@ wi_write_bap(struct wi_softc *sc, int id, int off, void *buf, int buflen)
if (buflen == 0)
return 0;
-#ifdef WI_HERMES_AUTOINC_WAR
- again:
-#endif
if (id != sc->sc_bap_id || off != sc->sc_bap_off) {
if ((error = wi_seek_bap(sc, id, off)) != 0)
return error;
@@ -2800,33 +1934,6 @@ wi_write_bap(struct wi_softc *sc, int id, int off, void *buf, int buflen)
CSR_WRITE_2(sc, WI_DATA0, ptr[i]);
sc->sc_bap_off += cnt * 2;
-#ifdef WI_HERMES_AUTOINC_WAR
- /*
- * According to the comments in the HCF Light code, there is a bug
- * in the Hermes (or possibly in certain Hermes firmware revisions)
- * where the chip's internal autoincrement counter gets thrown off
- * during data writes: the autoincrement is missed, causing one
- * data word to be overwritten and subsequent words to be written to
- * the wrong memory locations. The end result is that we could end
- * up transmitting bogus frames without realizing it. The workaround
- * for this is to write a couple of extra guard words after the end
- * of the transfer, then attempt to read then back. If we fail to
- * locate the guard words where we expect them, we preform the
- * transfer over again.
- */
- if ((sc->sc_flags & WI_FLAGS_BUG_AUTOINC) && (id & 0xf000) == 0) {
- CSR_WRITE_2(sc, WI_DATA0, 0x1234);
- CSR_WRITE_2(sc, WI_DATA0, 0x5678);
- wi_seek_bap(sc, id, sc->sc_bap_off);
- sc->sc_bap_off = WI_OFF_ERR; /* invalidate */
- if (CSR_READ_2(sc, WI_DATA0) != 0x1234 ||
- CSR_READ_2(sc, WI_DATA0) != 0x5678) {
- device_printf(sc->sc_dev,
- "detect auto increment bug, try again\n");
- goto again;
- }
- }
-#endif
return 0;
}
@@ -2863,8 +1970,8 @@ wi_alloc_fid(struct wi_softc *sc, int len, int *idp)
int i;
if (wi_cmd(sc, WI_CMD_ALLOC_MEM, len, 0, 0)) {
- device_printf(sc->sc_dev, "failed to allocate %d bytes on NIC\n",
- len);
+ device_printf(sc->sc_dev, "%s: failed to allocate %d bytes on NIC\n",
+ __func__, len);
return ENOMEM;
}
@@ -2874,7 +1981,7 @@ wi_alloc_fid(struct wi_softc *sc, int len, int *idp)
DELAY(1);
}
if (i == WI_TIMEOUT) {
- device_printf(sc->sc_dev, "timeout in alloc\n");
+ device_printf(sc->sc_dev, "%s: timeout in alloc\n", __func__);
return ETIMEDOUT;
}
*idp = CSR_READ_2(sc, WI_ALLOC_FID);
@@ -2923,251 +2030,33 @@ wi_write_rid(struct wi_softc *sc, int rid, void *buf, int buflen)
ltbuf[1] = htole16(rid);
error = wi_write_bap(sc, rid, 0, ltbuf, sizeof(ltbuf));
- if (error)
+ if (error) {
+ device_printf(sc->sc_dev, "%s: bap0 write failure, rid 0x%x\n",
+ __func__, rid);
return error;
+ }
error = wi_write_bap(sc, rid, sizeof(ltbuf), buf, buflen);
- if (error)
+ if (error) {
+ device_printf(sc->sc_dev, "%s: bap1 write failure, rid 0x%x\n",
+ __func__, rid);
return error;
+ }
return wi_cmd(sc, WI_CMD_ACCESS | WI_ACCESS_WRITE, rid, 0, 0);
}
static int
-wi_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg)
-{
- struct ifnet *ifp = ic->ic_ifp;
- struct wi_softc *sc = ifp->if_softc;
- struct ieee80211_node *ni;
- int buflen;
- u_int16_t val;
- struct wi_ssid ssid;
- u_int8_t old_bssid[IEEE80211_ADDR_LEN];
-
- DPRINTF(("%s: %s -> %s\n", __func__,
- ieee80211_state_name[ic->ic_state],
- ieee80211_state_name[nstate]));
-
- /*
- * Internal to the driver the INIT and RUN states are used
- * so bypass the net80211 state machine for other states.
- * Beware however that this requires use to net80211 state
- * management that otherwise would be handled for us.
- */
- switch (nstate) {
- case IEEE80211_S_INIT:
- sc->sc_flags &= ~WI_FLAGS_OUTRANGE;
- return (*sc->sc_newstate)(ic, nstate, arg);
-
- case IEEE80211_S_SCAN:
- return (*sc->sc_newstate)(ic, nstate, arg);
-
- case IEEE80211_S_AUTH:
- case IEEE80211_S_ASSOC:
- ic->ic_state = nstate; /* NB: skip normal ieee80211 handling */
- break;
-
- case IEEE80211_S_RUN:
- ni = ic->ic_bss;
- sc->sc_flags &= ~WI_FLAGS_OUTRANGE;
- buflen = IEEE80211_ADDR_LEN;
- IEEE80211_ADDR_COPY(old_bssid, ni->ni_bssid);
- wi_read_rid(sc, WI_RID_CURRENT_BSSID, ni->ni_bssid, &buflen);
- IEEE80211_ADDR_COPY(ni->ni_macaddr, ni->ni_bssid);
- buflen = sizeof(val);
- wi_read_rid(sc, WI_RID_CURRENT_CHAN, &val, &buflen);
- ni->ni_chan = ieee80211_find_channel(ic,
- ieee80211_ieee2mhz(val, IEEE80211_CHAN_B),
- IEEE80211_CHAN_B);
- if (ni->ni_chan == NULL)
- ni->ni_chan = &ic->ic_channels[0];
- ic->ic_curchan = ic->ic_bsschan = ni->ni_chan;
-#if NBPFILTER > 0
- sc->sc_tx_th.wt_chan_freq = sc->sc_rx_th.wr_chan_freq =
- htole16(ni->ni_chan->ic_freq);
- sc->sc_tx_th.wt_chan_flags = sc->sc_rx_th.wr_chan_flags =
- htole16(ni->ni_chan->ic_flags);
-#endif
- /*
- * XXX hack; unceremoniously clear
- * IEEE80211_F_DROPUNENC when operating with
- * wep enabled so we don't drop unencoded frames
- * at the 802.11 layer. This is necessary because
- * we must strip the WEP bit from the 802.11 header
- * before passing frames to ieee80211_input because
- * the card has already stripped the WEP crypto
- * header from the packet.
- */
- if (ic->ic_flags & IEEE80211_F_PRIVACY)
- ic->ic_flags &= ~IEEE80211_F_DROPUNENC;
- if (ic->ic_opmode != IEEE80211_M_HOSTAP) {
- /* XXX check return value */
- buflen = sizeof(ssid);
- wi_read_rid(sc, WI_RID_CURRENT_SSID, &ssid, &buflen);
- ni->ni_esslen = le16toh(ssid.wi_len);
- if (ni->ni_esslen > IEEE80211_NWID_LEN)
- ni->ni_esslen = IEEE80211_NWID_LEN; /*XXX*/
- memcpy(ni->ni_essid, ssid.wi_ssid, ni->ni_esslen);
- }
- return (*sc->sc_newstate)(ic, nstate, arg);
- default:
- break;
- }
- return 0;
-}
-
-static int
-wi_scan_ap(struct wi_softc *sc, u_int16_t chanmask, u_int16_t txrate)
-{
- int error = 0;
- u_int16_t val[2];
-
- if (!sc->sc_enabled)
- return ENXIO;
- switch (sc->sc_firmware_type) {
- case WI_LUCENT:
- (void)wi_cmd(sc, WI_CMD_INQUIRE, WI_INFO_SCAN_RESULTS, 0, 0);
- break;
- case WI_INTERSIL:
- val[0] = htole16(chanmask); /* channel */
- val[1] = htole16(txrate); /* tx rate */
- error = wi_write_rid(sc, WI_RID_SCAN_REQ, val, sizeof(val));
- break;
- case WI_SYMBOL:
- /*
- * XXX only supported on 3.x ?
- */
- val[0] = BSCAN_BCAST | BSCAN_ONETIME;
- error = wi_write_rid(sc, WI_RID_BCAST_SCAN_REQ,
- val, sizeof(val[0]));
- break;
- }
- if (error == 0) {
- sc->sc_scan_timer = WI_SCAN_WAIT;
- DPRINTF(("wi_scan_ap: start scanning, "
- "chamask 0x%x txrate 0x%x\n", chanmask, txrate));
- }
- return error;
-}
-
-static void
-wi_scan_result(struct wi_softc *sc, int fid, int cnt)
-{
-#define N(a) (sizeof (a) / sizeof (a[0]))
- int i, naps, off, szbuf;
- struct wi_scan_header ws_hdr; /* Prism2 header */
- struct wi_scan_data_p2 ws_dat; /* Prism2 scantable*/
- struct wi_apinfo *ap;
- struct ieee80211_scanparams sp;
- struct ieee80211_frame wh;
- static long rstamp;
- struct ieee80211com *ic;
- uint8_t ssid[2+IEEE80211_NWID_LEN];
-
- ic = &sc->sc_ic;
- rstamp++;
- memset(&sp, 0, sizeof(sp));
-
- off = sizeof(u_int16_t) * 2;
- memset(&ws_hdr, 0, sizeof(ws_hdr));
- switch (sc->sc_firmware_type) {
- case WI_INTERSIL:
- wi_read_bap(sc, fid, off, &ws_hdr, sizeof(ws_hdr));
- off += sizeof(ws_hdr);
- szbuf = sizeof(struct wi_scan_data_p2);
- break;
- case WI_SYMBOL:
- szbuf = sizeof(struct wi_scan_data_p2) + 6;
- break;
- case WI_LUCENT:
- szbuf = sizeof(struct wi_scan_data);
- break;
- default:
- device_printf(sc->sc_dev,
- "wi_scan_result: unknown firmware type %u\n",
- sc->sc_firmware_type);
- naps = 0;
- goto done;
- }
- naps = (cnt * 2 + 2 - off) / szbuf;
- if (naps > N(sc->sc_aps))
- naps = N(sc->sc_aps);
- sc->sc_naps = naps;
- /* Read Data */
- ap = sc->sc_aps;
- memset(&ws_dat, 0, sizeof(ws_dat));
-
- for (i = 0; i < naps; i++, ap++) {
- uint8_t rates[2 + IEEE80211_RATE_MAXSIZE];
- uint16_t *bssid;
- wi_read_bap(sc, fid, off, &ws_dat,
- (sizeof(ws_dat) < szbuf ? sizeof(ws_dat) : szbuf));
- DPRINTF2(("wi_scan_result: #%d: off %d bssid %s\n", i, off,
- ether_sprintf(ws_dat.wi_bssid)));
-
- off += szbuf;
- ap->scanreason = le16toh(ws_hdr.wi_reason);
- memcpy(ap->bssid, ws_dat.wi_bssid, sizeof(ap->bssid));
-
- bssid = (uint16_t *)&ap->bssid;
- if (bssid[0] == 0 && bssid[1] == 0 && bssid[2] == 0)
- break;
-
- memcpy(wh.i_addr2, ws_dat.wi_bssid, sizeof(ap->bssid));
- memcpy(wh.i_addr3, ws_dat.wi_bssid, sizeof(ap->bssid));
- ap->channel = le16toh(ws_dat.wi_chid);
- ap->signal = le16toh(ws_dat.wi_signal);
- ap->noise = le16toh(ws_dat.wi_noise);
- ap->quality = ap->signal - ap->noise;
- sp.capinfo = ap->capinfo = le16toh(ws_dat.wi_capinfo);
- sp.bintval = ap->interval = le16toh(ws_dat.wi_interval);
- ap->rate = le16toh(ws_dat.wi_rate);
- rates[1] = 1;
- rates[2] = (uint8_t)ap->rate / 5;
- ap->namelen = le16toh(ws_dat.wi_namelen);
- if (ap->namelen > sizeof(ap->name))
- ap->namelen = sizeof(ap->name);
- memcpy(ap->name, ws_dat.wi_name, ap->namelen);
- sp.ssid = (uint8_t *)&ssid[0];
- memcpy(sp.ssid + 2, ap->name, ap->namelen);
- sp.ssid[1] = ap->namelen;
- sp.bchan = ap->channel;
- sp.curchan = ieee80211_find_channel(ic,
- ieee80211_ieee2mhz(ap->channel, IEEE80211_CHAN_B),
- IEEE80211_CHAN_B);
- if (sp.curchan == NULL)
- sp.curchan = &ic->ic_channels[0];
- sp.rates = &rates[0];
- sp.tstamp = (uint8_t *)&rstamp;
- DPRINTF(("calling add_scan, bssid %s chan %d signal %d\n",
- ether_sprintf(ws_dat.wi_bssid), ap->channel, ap->signal));
- ieee80211_add_scan(ic, &sp, &wh, 0, ap->signal, ap->noise, rstamp);
- }
-done:
- /* Done scanning */
- sc->sc_scan_timer = 0;
- DPRINTF(("wi_scan_result: scan complete: ap %d\n", naps));
-#undef N
-}
-
-static void
-wi_dump_pkt(struct wi_frame *wh, struct ieee80211_node *ni, int rssi)
+wi_write_appie(struct wi_softc *sc, int rid, const struct ieee80211_appie *ie)
{
- if (ni != NULL)
- ieee80211_dump_pkt(ni->ni_ic,
- (u_int8_t *) &wh->wi_whdr, sizeof(wh->wi_whdr),
- ni->ni_rates.rs_rates[ni->ni_txrate] & IEEE80211_RATE_VAL,
- rssi);
- printf(" status 0x%x rx_tstamp1 %u rx_tstamp0 0x%u rx_silence %u\n",
- le16toh(wh->wi_status), le16toh(wh->wi_rx_tstamp1),
- le16toh(wh->wi_rx_tstamp0), wh->wi_rx_silence);
- printf(" rx_signal %u rx_rate %u rx_flow %u\n",
- wh->wi_rx_signal, wh->wi_rx_rate, wh->wi_rx_flow);
- printf(" tx_rtry %u tx_rate %u tx_ctl 0x%x dat_len %u\n",
- wh->wi_tx_rtry, wh->wi_tx_rate,
- le16toh(wh->wi_tx_ctl), le16toh(wh->wi_dat_len));
- printf(" ehdr dst %6D src %6D type 0x%x\n",
- wh->wi_ehdr.ether_dhost, ":", wh->wi_ehdr.ether_shost, ":",
- wh->wi_ehdr.ether_type);
+ /* NB: 42 bytes is probably ok to have on the stack */
+ char buf[sizeof(uint16_t) + 40];
+
+ if (ie->ie_len > 40)
+ return EINVAL;
+ /* NB: firmware requires 16-bit ie length before ie data */
+ *(uint16_t *) buf = htole16(ie->ie_len);
+ memcpy(buf + sizeof(uint16_t), ie->ie_data, ie->ie_len);
+ return wi_write_rid(sc, rid, buf, ie->ie_len + sizeof(uint16_t));
}
int
@@ -3180,9 +2069,9 @@ wi_alloc(device_t dev, int rid)
sc->iobase = bus_alloc_resource(dev, SYS_RES_IOPORT,
&sc->iobase_rid, 0, ~0, (1 << 6),
rman_make_alignment_flags(1 << 6) | RF_ACTIVE);
- if (!sc->iobase) {
+ if (sc->iobase == NULL) {
device_printf(dev, "No I/O space?!\n");
- return (ENXIO);
+ return ENXIO;
}
sc->wi_io_addr = rman_get_start(sc->iobase);
@@ -3192,32 +2081,28 @@ wi_alloc(device_t dev, int rid)
sc->mem_rid = rid;
sc->mem = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
&sc->mem_rid, RF_ACTIVE);
-
- if (!sc->mem) {
+ if (sc->mem == NULL) {
device_printf(dev, "No Mem space on prism2.5?\n");
- return (ENXIO);
+ return ENXIO;
}
sc->wi_btag = rman_get_bustag(sc->mem);
sc->wi_bhandle = rman_get_bushandle(sc->mem);
}
-
sc->irq_rid = 0;
sc->irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &sc->irq_rid,
RF_ACTIVE |
((sc->wi_bus_type == WI_BUS_PCCARD) ? 0 : RF_SHAREABLE));
-
- if (!sc->irq) {
+ if (sc->irq == NULL) {
wi_free(dev);
device_printf(dev, "No irq?!\n");
- return (ENXIO);
+ return ENXIO;
}
sc->sc_dev = dev;
sc->sc_unit = device_get_unit(dev);
-
- return (0);
+ return 0;
}
void
@@ -3237,356 +2122,4 @@ wi_free(device_t dev)
bus_release_resource(dev, SYS_RES_MEMORY, sc->mem_rid, sc->mem);
sc->mem = NULL;
}
-
- return;
-}
-
-#if 0
-static int
-wi_get_debug(struct wi_softc *sc, struct wi_req *wreq)
-{
- int error = 0;
-
- wreq->wi_len = 1;
-
- switch (wreq->wi_type) {
- case WI_DEBUG_SLEEP:
- wreq->wi_len++;
- wreq->wi_val[0] = sc->wi_debug.wi_sleep;
- break;
- case WI_DEBUG_DELAYSUPP:
- wreq->wi_len++;
- wreq->wi_val[0] = sc->wi_debug.wi_delaysupp;
- break;
- case WI_DEBUG_TXSUPP:
- wreq->wi_len++;
- wreq->wi_val[0] = sc->wi_debug.wi_txsupp;
- break;
- case WI_DEBUG_MONITOR:
- wreq->wi_len++;
- wreq->wi_val[0] = sc->wi_debug.wi_monitor;
- break;
- case WI_DEBUG_LEDTEST:
- wreq->wi_len += 3;
- wreq->wi_val[0] = sc->wi_debug.wi_ledtest;
- wreq->wi_val[1] = sc->wi_debug.wi_ledtest_param0;
- wreq->wi_val[2] = sc->wi_debug.wi_ledtest_param1;
- break;
- case WI_DEBUG_CONTTX:
- wreq->wi_len += 2;
- wreq->wi_val[0] = sc->wi_debug.wi_conttx;
- wreq->wi_val[1] = sc->wi_debug.wi_conttx_param0;
- break;
- case WI_DEBUG_CONTRX:
- wreq->wi_len++;
- wreq->wi_val[0] = sc->wi_debug.wi_contrx;
- break;
- case WI_DEBUG_SIGSTATE:
- wreq->wi_len += 2;
- wreq->wi_val[0] = sc->wi_debug.wi_sigstate;
- wreq->wi_val[1] = sc->wi_debug.wi_sigstate_param0;
- break;
- case WI_DEBUG_CONFBITS:
- wreq->wi_len += 2;
- wreq->wi_val[0] = sc->wi_debug.wi_confbits;
- wreq->wi_val[1] = sc->wi_debug.wi_confbits_param0;
- break;
- default:
- error = EIO;
- break;
- }
-
- return (error);
-}
-
-static int
-wi_set_debug(struct wi_softc *sc, struct wi_req *wreq)
-{
- int error = 0;
- u_int16_t cmd, param0 = 0, param1 = 0;
-
- switch (wreq->wi_type) {
- case WI_DEBUG_RESET:
- case WI_DEBUG_INIT:
- case WI_DEBUG_CALENABLE:
- break;
- case WI_DEBUG_SLEEP:
- sc->wi_debug.wi_sleep = 1;
- break;
- case WI_DEBUG_WAKE:
- sc->wi_debug.wi_sleep = 0;
- break;
- case WI_DEBUG_CHAN:
- param0 = wreq->wi_val[0];
- break;
- case WI_DEBUG_DELAYSUPP:
- sc->wi_debug.wi_delaysupp = 1;
- break;
- case WI_DEBUG_TXSUPP:
- sc->wi_debug.wi_txsupp = 1;
- break;
- case WI_DEBUG_MONITOR:
- sc->wi_debug.wi_monitor = 1;
- break;
- case WI_DEBUG_LEDTEST:
- param0 = wreq->wi_val[0];
- param1 = wreq->wi_val[1];
- sc->wi_debug.wi_ledtest = 1;
- sc->wi_debug.wi_ledtest_param0 = param0;
- sc->wi_debug.wi_ledtest_param1 = param1;
- break;
- case WI_DEBUG_CONTTX:
- param0 = wreq->wi_val[0];
- sc->wi_debug.wi_conttx = 1;
- sc->wi_debug.wi_conttx_param0 = param0;
- break;
- case WI_DEBUG_STOPTEST:
- sc->wi_debug.wi_delaysupp = 0;
- sc->wi_debug.wi_txsupp = 0;
- sc->wi_debug.wi_monitor = 0;
- sc->wi_debug.wi_ledtest = 0;
- sc->wi_debug.wi_ledtest_param0 = 0;
- sc->wi_debug.wi_ledtest_param1 = 0;
- sc->wi_debug.wi_conttx = 0;
- sc->wi_debug.wi_conttx_param0 = 0;
- sc->wi_debug.wi_contrx = 0;
- sc->wi_debug.wi_sigstate = 0;
- sc->wi_debug.wi_sigstate_param0 = 0;
- break;
- case WI_DEBUG_CONTRX:
- sc->wi_debug.wi_contrx = 1;
- break;
- case WI_DEBUG_SIGSTATE:
- param0 = wreq->wi_val[0];
- sc->wi_debug.wi_sigstate = 1;
- sc->wi_debug.wi_sigstate_param0 = param0;
- break;
- case WI_DEBUG_CONFBITS:
- param0 = wreq->wi_val[0];
- param1 = wreq->wi_val[1];
- sc->wi_debug.wi_confbits = param0;
- sc->wi_debug.wi_confbits_param0 = param1;
- break;
- default:
- error = EIO;
- break;
- }
-
- if (error)
- return (error);
-
- cmd = WI_CMD_DEBUG | (wreq->wi_type << 8);
- error = wi_cmd(sc, cmd, param0, param1, 0);
-
- return (error);
-}
-#endif
-
-/*
- * Special routines to download firmware for Symbol CF card.
- * XXX: This should be modified generic into any PRISM-2 based card.
- */
-
-#define WI_SBCF_PDIADDR 0x3100
-
-/* unaligned load little endian */
-#define GETLE32(p) ((p)[0] | ((p)[1]<<8) | ((p)[2]<<16) | ((p)[3]<<24))
-#define GETLE16(p) ((p)[0] | ((p)[1]<<8))
-
-int
-wi_symbol_load_firm(struct wi_softc *sc, const void *primsym, int primlen,
- const void *secsym, int seclen)
-{
- uint8_t ebuf[256];
- int i;
-
- /* load primary code and run it */
- wi_symbol_set_hcr(sc, WI_HCR_EEHOLD);
- if (wi_symbol_write_firm(sc, primsym, primlen, NULL, 0))
- return EIO;
- wi_symbol_set_hcr(sc, WI_HCR_RUN);
- for (i = 0; ; i++) {
- if (i == 10)
- return ETIMEDOUT;
- tsleep(sc, PWAIT, "wiinit", 1);
- if (CSR_READ_2(sc, WI_CNTL) == WI_CNTL_AUX_ENA_STAT)
- break;
- /* write the magic key value to unlock aux port */
- CSR_WRITE_2(sc, WI_PARAM0, WI_AUX_KEY0);
- CSR_WRITE_2(sc, WI_PARAM1, WI_AUX_KEY1);
- CSR_WRITE_2(sc, WI_PARAM2, WI_AUX_KEY2);
- CSR_WRITE_2(sc, WI_CNTL, WI_CNTL_AUX_ENA_CNTL);
- }
-
- /* issue read EEPROM command: XXX copied from wi_cmd() */
- CSR_WRITE_2(sc, WI_PARAM0, 0);
- CSR_WRITE_2(sc, WI_PARAM1, 0);
- CSR_WRITE_2(sc, WI_PARAM2, 0);
- CSR_WRITE_2(sc, WI_COMMAND, WI_CMD_READEE);
- for (i = 0; i < WI_TIMEOUT; i++) {
- if (CSR_READ_2(sc, WI_EVENT_STAT) & WI_EV_CMD)
- break;
- DELAY(1);
- }
- CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_CMD);
-
- CSR_WRITE_2(sc, WI_AUX_PAGE, WI_SBCF_PDIADDR / WI_AUX_PGSZ);
- CSR_WRITE_2(sc, WI_AUX_OFFSET, WI_SBCF_PDIADDR % WI_AUX_PGSZ);
- CSR_READ_MULTI_STREAM_2(sc, WI_AUX_DATA,
- (uint16_t *)ebuf, sizeof(ebuf) / 2);
- if (GETLE16(ebuf) > sizeof(ebuf))
- return EIO;
- if (wi_symbol_write_firm(sc, secsym, seclen, ebuf + 4, GETLE16(ebuf)))
- return EIO;
- return 0;
-}
-
-static int
-wi_symbol_write_firm(struct wi_softc *sc, const void *buf, int buflen,
- const void *ebuf, int ebuflen)
-{
- const uint8_t *p, *ep, *q, *eq;
- char *tp;
- uint32_t addr, id, eid;
- int i, len, elen, nblk, pdrlen;
-
- /*
- * Parse the header of the firmware image.
- */
- p = buf;
- ep = p + buflen;
- while (p < ep && *p++ != ' '); /* FILE: */
- while (p < ep && *p++ != ' '); /* filename */
- while (p < ep && *p++ != ' '); /* type of the firmware */
- nblk = strtoul(p, &tp, 10);
- p = tp;
- pdrlen = strtoul(p + 1, &tp, 10);
- p = tp;
- while (p < ep && *p++ != 0x1a); /* skip rest of header */
-
- /*
- * Block records: address[4], length[2], data[length];
- */
- for (i = 0; i < nblk; i++) {
- addr = GETLE32(p); p += 4;
- len = GETLE16(p); p += 2;
- CSR_WRITE_2(sc, WI_AUX_PAGE, addr / WI_AUX_PGSZ);
- CSR_WRITE_2(sc, WI_AUX_OFFSET, addr % WI_AUX_PGSZ);
- CSR_WRITE_MULTI_STREAM_2(sc, WI_AUX_DATA,
- (const uint16_t *)p, len / 2);
- p += len;
- }
-
- /*
- * PDR: id[4], address[4], length[4];
- */
- for (i = 0; i < pdrlen; ) {
- id = GETLE32(p); p += 4; i += 4;
- addr = GETLE32(p); p += 4; i += 4;
- len = GETLE32(p); p += 4; i += 4;
- /* replace PDR entry with the values from EEPROM, if any */
- for (q = ebuf, eq = q + ebuflen; q < eq; q += elen * 2) {
- elen = GETLE16(q); q += 2;
- eid = GETLE16(q); q += 2;
- elen--; /* elen includes eid */
- if (eid == 0)
- break;
- if (eid != id)
- continue;
- CSR_WRITE_2(sc, WI_AUX_PAGE, addr / WI_AUX_PGSZ);
- CSR_WRITE_2(sc, WI_AUX_OFFSET, addr % WI_AUX_PGSZ);
- CSR_WRITE_MULTI_STREAM_2(sc, WI_AUX_DATA,
- (const uint16_t *)q, len / 2);
- break;
- }
- }
- return 0;
-}
-
-static int
-wi_symbol_set_hcr(struct wi_softc *sc, int mode)
-{
- uint16_t hcr;
-
- CSR_WRITE_2(sc, WI_COR, WI_COR_RESET);
- tsleep(sc, PWAIT, "wiinit", 1);
- hcr = CSR_READ_2(sc, WI_HCR);
- hcr = (hcr & WI_HCR_4WIRE) | (mode & ~WI_HCR_4WIRE);
- CSR_WRITE_2(sc, WI_HCR, hcr);
- tsleep(sc, PWAIT, "wiinit", 1);
- CSR_WRITE_2(sc, WI_COR, WI_COR_IOMODE);
- tsleep(sc, PWAIT, "wiinit", 1);
- return 0;
-}
-
-/*
- * This function can be called by ieee80211_set_shortslottime(). Refer to
- * IEEE Std 802.11-1999 pp. 85 to know how these values are computed.
- */
-static void
-wi_update_slot(struct ifnet *ifp)
-{
- DPRINTF(("wi update slot unimplemented\n"));
-}
-
-static void
-wi_set_channel(struct ieee80211com *ic)
-{
- struct ifnet *ifp = ic->ic_ifp;
- struct wi_softc *sc = ifp->if_softc;
-
- WI_LOCK(sc);
- if (sc->sc_enabled && !(sc->sc_flags & WI_FLAGS_SCANNING)) {
- DPRINTF(("wi_set_channel: %d (%dMHz)\n",
- ieee80211_chan2ieee(ic, ic->ic_curchan),
- ic->ic_curchan->ic_freq));
-
- sc->wi_channel = ic->ic_curchan;
- wi_write_val(sc, WI_RID_OWN_CHNL,
- ieee80211_chan2ieee(ic, ic->ic_curchan));
-
- if (ic->ic_opmode == IEEE80211_M_HOSTAP &&
- sc->sc_firmware_type == WI_INTERSIL) {
- /* XXX: some cards need to be re-enabled */
- wi_cmd(sc, WI_CMD_DISABLE | WI_PORT0, 0, 0, 0);
- wi_cmd(sc, WI_CMD_ENABLE | WI_PORT0, 0, 0, 0);
- }
- }
- WI_UNLOCK(sc);
-}
-
-static void
-wi_scan_start(struct ieee80211com *ic)
-{
- struct ifnet *ifp = ic->ic_ifp;
- struct wi_softc *sc = ifp->if_softc;
-
- WI_LOCK(sc);
- sc->sc_flags |= WI_FLAGS_SCANNING;
- wi_scan_ap(sc, 0x3fff, 0x000f);
- WI_UNLOCK(sc);
-
-}
-
-static void
-wi_scan_curchan(struct ieee80211com *ic, unsigned long maxdwell)
-{
- /* The firmware is not capable of scanning a single channel */
-}
-
-static void
-wi_scan_mindwell(struct ieee80211com *ic)
-{
- /* NB: don't try to abort scan; wait for firmware to finish */
-}
-
-static void
-wi_scan_end(struct ieee80211com *ic)
-{
- struct ifnet *ifp = ic->ic_ifp;
- struct wi_softc *sc = ifp->if_softc;
-
- WI_LOCK(sc);
- sc->sc_flags &= ~WI_FLAGS_SCANNING;
- WI_UNLOCK(sc);
}
OpenPOWER on IntegriCloud