index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
wi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the Addtron AWA100 PCI wireless card.
alfred
2001-03-28
2
-16
/
+157
*
limit the amount of retries when sending data to prevent lockups.
alfred
2001-03-27
1
-2
/
+9
*
change default from adhoc mode to BSS (infrastructure)
assar
2001-03-12
1
-1
/
+1
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-1
/
+1
*
Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of
phk
2001-02-03
1
-2
/
+1
*
wi has been converted to NEWCARD, so included it when pccard is
imp
2001-01-21
1
-2
/
+2
*
Implement MTX_RECURSE flag for mtx_init().
bmilekic
2001-01-19
1
-1
/
+1
*
Add NEWCARD hooks. This seems to work just fine.
peter
2001-01-17
1
-2
/
+32
*
Move if_wl.c from sys/i386/isa to dev/wi - it is not i386 (or even isa)
peter
2001-01-09
1
-2
/
+2
*
Attempt to read and verify the card's status in wi_stop() before sending it
jhb
2000-12-18
1
-2
/
+9
*
Apply some contributed patches to reduce number of tx buffer allocation
wpaul
2000-12-15
2
-3
/
+156
*
remove unneded sys/ucred.h includes
alfred
2000-11-30
1
-1
/
+0
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Update the wi driver to use mutexes instead of spls.
wpaul
2000-10-13
2
-18
/
+43
*
Close PR #20963. Do not pass encryption keys back to the caller via
wpaul
2000-09-07
1
-0
/
+3
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-6
/
+3
*
Bring the an(4) fixes to wi(4):
roberto
2000-06-19
1
-3
/
+10
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-13
/
+0
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
When in infrastructure mode, use address 3 from the 802.11 header as the
wpaul
2000-04-17
1
-2
/
+7
*
Modify if_wi.c to call bpfdetach(ifp) before if_detach(ifp), so as to
rwatson
2000-03-19
1
-0
/
+2
*
Add support for WEP (encryption) for silver and gold WaveLAN/IEEE turbo cards.
wpaul
2000-02-02
3
-1
/
+71
*
Correctly set the data length when transmitting 802.3 frames (we need to
wpaul
2000-01-12
1
-3
/
+2
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-1
/
+1
*
Fix invocation of bus_teardown_intr(). The last arg is supposed to be
wpaul
1999-12-08
1
-1
/
+1
*
Update the WaveLAN/IEEE driver:
wpaul
1999-11-25
3
-162
/
+425
*
Fix a warning.
peter
1999-11-18
1
-3
/
+1
*
Disable old PCCARD_MODULE code.
imp
1999-10-29
1
-0
/
+2
*
As suggested by phk, unconditionalize BPF support in these drivers. Since
wpaul
1999-09-23
1
-9
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
3
-4
/
+4
*
Clean up after removing sys/eventhandler.h from sys/systm.h at the last
msmith
1999-08-21
1
-2
/
+3
*
Implement a new generic mechanism for attaching handler functions to
msmith
1999-08-21
1
-6
/
+7
*
Correct the alignment of some of the members in the wi_frame structure.
wpaul
1999-07-20
1
-3
/
+5
*
Rename bpfilter to bpf.
des
1999-07-06
1
-7
/
+7
*
Patch the WaveLAN/IEEE driver to detect and reject oversized received
wpaul
1999-07-04
1
-2
/
+19
*
Small optimization: use wi_seek() in wi_read_record() and wi_write_record()
wpaul
1999-06-06
1
-27
/
+9
*
- Fix up some comments in if_wi.c (no code changes)
wpaul
1999-05-22
1
-9
/
+9
*
Add support to wicontrol(8) and wi(4) for enabling and configuring
wpaul
1999-05-07
2
-4
/
+34
*
Modify wicontrol(8) and wi(4) to allow setting the frequency of the
wpaul
1999-05-06
2
-4
/
+28
*
Fix some byte ordering problems; I was storing string lengths wrong,
wpaul
1999-05-06
1
-2
/
+2
*
Add device driver support for the Lucent WaveLAN/IEEE 802.11 PCMCIA
wpaul
1999-05-05
3
-4
/
+865
*
Add device driver support for the Lucent WaveLAN/IEEE 802.11 wireless
wpaul
1999-05-05
1
-0
/
+1315