Age | Commit message (Collapse) | Author |
|
- add the VLAN headers.
|
|
|
|
|
|
|
|
|
|
|
|
userret() either on return.
|
|
to store or might be on the stack.
|
|
|
|
simplify wpi_dma_contig_alloc().
various cosmetic tweaks while i'm here.
|
|
|
|
implement fast channel switching for monitor mode.
|
|
for now, only allow pflog0 to be created.
keep an array of ifps to the pflog interfaces with the unit # as index for
fast access.
if pflog0 does not exist, no logging is done (just like if it is down).
on machines without pf enabled, this makes the pflog0 interface go away,
on machines with pf, rc sets up pflog0 and starts pflogd, no change there.
idea old (pf2k4 or c2k5?), hacked at the hack.lu 2006 conference, ryan ok
|
|
reported by ryo@nerv.org to netbsd, noticed by miod, ok millert
|
|
properly with the sample boards and not have dmesg print unknown product.
|
|
|
|
|
|
Alter range calculation to handle bandits dual non contiguous PCI
memory spaces. Finally fix a bug whereby if the "AAPL,Interrupts" property
is defined the variable intr isn't assigned a value and garbage may be
written to the PCI interrupt register.
tested by jolan, pedro, drahn and myself, and in snaps for a week.
ok drahn, deraadt
|
|
|
|
following the child device that attaches to us. this is cleaner than using
the scsibus member of the adapters sc_link to look up the correct unit.
|
|
|
|
Tested with BCM5700, BCM5703 and some BCM5704's.
|
|
|
|
|
|
PCI-ISA bridge.
|
|
not RE_ETHER_ALIGN.
From tsutsui@NetBSD
Tested on alpha/amd64/armish/i386/sparc64
|
|
- Ensure that at least 16 TX descriptors are kept unused in the ring.
- Use more complete error handling for TX load problems.
From scottl@FreeBSD
|
|
|
|
|
|
redefining ic->ic_newassoc.
this should prevent "bogus xmit rate" panics when operating in HostAP
mode.
|
|
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.
|
|
|
|
iwi_auth_and_assoc() before copying the rate set.
The firmware command allows a maximum of 12 rates to be defined while the
ieee80211_rateset structure can contain up to 15 rates.
Notice that this should not happen since the rate set is supposed to be
negotiated at that time but Jeremie Le Hen sees some evidence of this
happening in FreeBSD.
In case it happens, print a diagnostic message and truncate the rate set.
Pointed out by Jeremie Le Hen.
|
|
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.
|
|
- Use more complete error handling for TX load problems.
From scottl@FreeBSD
|
|
partitions with 0 in the length field we don't need to test for
and skip partitions that are all zeros. Eliminating that code
allows elimination of a local pointer.
"0 length partitions are definately dead" deraadt@
|
|
|
|
|
|
should work with ZD1211 (not ZD1211B!) adapters with either a
RFMD or AL2230 radio chip.
does not support IBSS or HostAP modes yet.
committed over a Billion 3011G (ZD1211/AL2230).
"commit it!" deraadt@
|
|
flag and the buffer queue went away when LFS was removed.
ok, pedro@
"looks sane", deraadt@
testing: tybollt@solace.miun.se
|
|
De-register. Move declaration to top of function for DOS MBR
processing. Indent nit in macppc.
No functional change.
|
|
|
|
|
|
ok miod@, drahn@
|
|
than lp->d_partitions[8+n++]. All other cases already use the pointer.
No functional change.
|
|
success, not -1 on error. fix check in 2 cases. ok mpf mcbride
|
|
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@
|