diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-02-14 12:49:30 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-02-14 12:49:30 +0000 |
commit | bdb403c076874cfd446b0d2e1630fcabdd09adb8 (patch) | |
tree | 968a18e8715af269e9ca003abeb6a9a1dd6999e0 /sys/dev/ic/awi_wep.c | |
parent | 2a71bf6dd1bde3ef24541bdf5bfa957a41d46ad3 (diff) |
From NetBSD:
From part of rtw.c rev 1.42:
log message:
Add RTW_TPPOLL_ALL, RTW_TPPOLL_SALL to start and stop, respectively,
all of the transmit rings.
Revamp the transmit section to make better use of all the transmit
rings: beacon queue, high-, low-, and medium-priority rings. Put
beacon frames on the beacon ring. All other management frames,
and data frames, go on the medium-priority ring. Power-save data
frames go on the high-priority ring. (Note that powersaving is
not implemented!) This is a work in progress.
Send all 802.11 Management frames at 1Mbps.
After we put a packet on a transmit ring, tickle the right bit in
the TPPOLL to tell RTL8180. Stop all rings on error and in rtw_stop.
And rtw.c rev 1.33:
log message:
Consolidate variables related to the rx ring in sc_rxdesc_blk,
which is a struct rtw_rxdesc_blk.
Put a copy of the DMA tag and the DMA map into the rx- and tx-ring
blocks so that I don't have to pass them to subroutines all of the
time.
ok dlg@
Diffstat (limited to 'sys/dev/ic/awi_wep.c')
0 files changed, 0 insertions, 0 deletions