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
*
KSE Milestone 2
julian
2001-09-12
1
-0
/
+1
*
Wrap array accesses in macros, which also happen to be lvalues:
jlemon
2001-09-06
1
-1
/
+1
*
Make this compile when there is no pci bus in your kernel.
imp
2001-08-28
1
-5
/
+20
*
Get rid of redundant device_set_desc. Both the PCI and PCCARD versions
nsayer
2001-08-24
1
-4
/
+0
*
In order for the MA301 to pass interrupts from the PCCard, you must
nsayer
2001-08-24
2
-2
/
+23
*
Oops. The new pci_ids array should be static.
nsayer
2001-08-23
1
-1
/
+1
*
Add support for the Netgear MA301 PCI adapter for the MA401.
nsayer
2001-08-23
2
-6
/
+15
*
Currently, each wireless networking driver has it's own control program
phk
2001-05-26
2
-1
/
+379
*
Disable the wi driver locking for now. The driver tries to tsleep with the
jhb
2001-05-17
1
-2
/
+2
*
Fix world-breaking typo in previous commit.
grog
2001-05-11
1
-1
/
+1
*
Try to read the station address twice during the probe. I've seen
wpaul
2001-05-10
1
-1
/
+7
*
Add more diagnostic output for failure.
alfred
2001-04-10
1
-13
/
+36
*
Two minor fixes:
imp
2001-04-09
1
-4
/
+5
*
use correct contants (from net/ethernet.h)
alfred
2001-04-06
1
-2
/
+2
*
replace hardcoded 1518 with ETHER_MAX_LEN
alfred
2001-04-06
1
-1
/
+1
*
test should be for == 0, not < 0
alfred
2001-04-05
1
-1
/
+1
*
WI_TIMEOUT is 65536
alfred
2001-04-05
1
-3
/
+2
*
Don't leak resources:
alfred
2001-04-05
1
-5
/
+12
*
call a watchdog timeout like it is.
alfred
2001-04-04
1
-1
/
+1
*
Doh! Last second change introduced two compile warnings. Fix them.
imp
2001-04-04
1
-2
/
+2
*
Try to INIT the cards up to 5 times in a row rather than just once.
imp
2001-04-04
1
-9
/
+15
*
Fix a couple style nits, no code changes. Turn one magic number into
wpaul
2001-03-29
2
-19
/
+23
*
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
[next]