Age | Commit message (Collapse) | Author |
|
is still ugly beyond any help but what do you expect from HW that needs
to insert unused fields between header and data? OK mglocker@
|
|
finish. OK mglocker@
|
|
|
|
|
|
ok deraadt@
|
|
card to associate successfully with an AP.
ok claudio@
|
|
|
|
has been loaded by polling for the firmware response instead just waiting
a static amount of time.
ok claudio@
|
|
|
|
to have "remote DMA complete bit" is ISR. So, don't wait for ISR.RDC bit
after writing a packet.
From bsh@NetBSD
- Figure out whether the shared memory region is word-accessible in the same
place we figure out its size, and store this in the softc, rather than using
a series of comparisons later.
From mycroft@NetBSD
- support for the NE2000 type AX88790.
From Yong-Jhen Hong <yongjhen at alqualonde dot org> via NetBSD
Tested by deraadt@ and Adriaan <misc dot adriaan at gmail dot com>
ok deraadt@
|
|
|
|
informations, minor cleanup.
|
|
the code would need to be largely overhauled if the hardware
actually supports it.
Fixes a panic when trying to set hostap on a usb wi, PR 5154.
|
|
>During factorization in 1.57, the switch block was moved too early.
>Hence it's updating an uninitialized ah structure.
|
|
|
|
From tsutsui@NetBSD
Tested by brad@ otto@
Tested on amd64/i386/sparc64
|
|
- Rename RL_[TR]X_DESC_INC() macro to RL_NEXT_[TR]X_DESC() and
change them to return rvalues to avoid possible side effects.
- Also define RL_NEXT_TXQ() for rl_txq index and use it as well.
From tsutsui@NetBSD
|
|
- Remove usage of BUS_DMA_ALLOCNOW with bus_dmamap_create
- Use BUS_DMA_COHERENT on mapping DMA memory for TX/RX descriptors
- Adjust m_data and m_len directly rather than calling m_adj
- Proper use of bus_dmamap_sync against DMA descriptors
From tsutsui@NetBSD
Tested by kettenis@ brad@ otto@
Tested on armish/amd64/i386/sparc64
|
|
rssadapt(9) to AMRR.
pointed out by Erki Malling on misc@
|
|
do not call wakeup() for each and every command sent. I think more and more
will not tsleep(). OK mglocker@
|
|
This is net80211 way of telling the driver that settings have changed.
OK mglocker@
|
|
OK mglocker@
|
|
the code a bit. Still impossible to correctly set a channel but it is no
longer crashing. OK mglocker@
|
|
ok claudio@
|
|
will fix a problem where you boot w/ the default of autoselect, but then
set the speed to 100/full, the switch will keep the autoselect/100/full
negotiation... This will continue to work till someone resets the switch
or unplugs the cable resulting in the switch failing to autoneg and falling
back to 100/half, causing a hard to track down duplex mismatch..
From nCircle Network Security, Inc. via FreeBSD
Tested by ckuethe@, pedro@, brad@, craig at creative dot com dot au
|
|
ok claudio@
|
|
after it went one time through the RX ring (256 descriptors). Also
reset RX rings correctly after ifconfig down / up.
"COMMIT IT!!!" claudio@
|
|
not RE_ETHER_ALIGN.
From tsutsui@NetBSD
Tested on alpha/amd64/armish/i386/sparc64
|
|
as a side-effect, this should fix all the "bogus xmit rate" panics
users have been complaining about for some time when operating in
HostAP mode.
|
|
changes. its not ready yet, so disable it again.
|
|
|
|
a 802.11 frame which needs to be cut off. Looks like we receive
the first correct looking management frames now.
Add first radio bpf mtap bits but don't activate them in the RX handler
yet. Need first to find out which radio data the card delivers.
|
|
for walking the bus and targets, and probing the luns. this removes the
need to use magic numbers to wildcard each of these, which in turn makes
the code a lot easier to read. as a bonus we get some more space to work in
(80 chars isnt that much somtimes).
note that this code wont probe high luns if lun 0 doesnt exist.
ok krw@
|
|
AX88190 specific defines from ne2000reg.h
From NetBSD
|
|
From NetBSD
|
|
From NetBSD
|
|
|
|
|
|
|
|
|
|
ok jsg@
|
|
ok damien@
|
|
ok kettenis@ "Looks correct to me" krw@
|
|
Try to get bpf mtaps working soon to see what exactly happens there.
Based on rt2661.c, your code is just nice to read damien ;)
ok claudio@
|
|
match more the actual reality. Still unsure about it as we don't have any
documentation to verify against. OK mglocker@
|
|
ok jmc@
|
|
Seems to fit pretty well. Does not do anything useful right now. The bits
in the interrupt handler and of course the TX ring are still missing.
OK mglocker@
|
|
From wpaul@FreeBSD
ok kettenis@
|
|
other archs later. OK mglocker@
|
|
ok claudio@
|