aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wi/if_wi.c
Commit message (Expand)AuthorAgeFilesLines
...
* Replace %i formatting characters with %d since printf(9) doesn't support %i.Alfred Perlstein2001-12-081-1/+1
* Implement prism2 detection from NetBSD. This mostly obsoletes theWarner Losh2001-12-051-26/+85
* Add Buffalo AirStation 11Mbps CF WLAN card.Warner Losh2001-11-281-0/+1
* Add Linksys Instant Wireless Network PC Card from NetBSDWarner Losh2001-11-191-0/+1
* Hoist the Card/Card2 macros that I invented for the wi driver intoWarner Losh2001-11-151-29/+21
* Add a bunch of wireless cards for NEWBUS from NetBSD's list. I'mWarner Losh2001-11-111-3/+31
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingWarner Losh2001-11-111-3/+3
* KSE Milestone 2Julian Elischer2001-09-121-0/+1
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-061-1/+1
* Make this compile when there is no pci bus in your kernel.Warner Losh2001-08-281-5/+20
* Get rid of redundant device_set_desc. Both the PCI and PCCARD versionsNick Sayer2001-08-241-4/+0
* In order for the MA301 to pass interrupts from the PCCard, you mustNick Sayer2001-08-241-0/+14
* Oops. The new pci_ids array should be static.Nick Sayer2001-08-231-1/+1
* Add support for the Netgear MA301 PCI adapter for the MA401.Nick Sayer2001-08-231-4/+15
* Currently, each wireless networking driver has it's own control programPoul-Henning Kamp2001-05-261-0/+376
* Fix world-breaking typo in previous commit.Greg Lehey2001-05-111-1/+1
* Try to read the station address twice during the probe. I've seenBill Paul2001-05-101-1/+7
* Add more diagnostic output for failure.Alfred Perlstein2001-04-101-13/+36
* Two minor fixes:Warner Losh2001-04-091-4/+5
* use correct contants (from net/ethernet.h)Alfred Perlstein2001-04-061-2/+2
* replace hardcoded 1518 with ETHER_MAX_LENAlfred Perlstein2001-04-061-1/+1
* test should be for == 0, not < 0Alfred Perlstein2001-04-051-1/+1
* WI_TIMEOUT is 65536Alfred Perlstein2001-04-051-3/+2
* Don't leak resources:Alfred Perlstein2001-04-051-5/+12
* call a watchdog timeout like it is.Alfred Perlstein2001-04-041-1/+1
* Doh! Last second change introduced two compile warnings. Fix them.Warner Losh2001-04-041-2/+2
* Try to INIT the cards up to 5 times in a row rather than just once.Warner Losh2001-04-041-9/+15
* Fix a couple style nits, no code changes. Turn one magic number intoBill Paul2001-03-291-14/+17
* Add support for the Addtron AWA100 PCI wireless card.Alfred Perlstein2001-03-281-16/+134
* limit the amount of retries when sending data to prevent lockups.Alfred Perlstein2001-03-271-2/+9
* change default from adhoc mode to BSS (infrastructure)Assar Westerlund2001-03-121-1/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofPoul-Henning Kamp2001-02-031-2/+1
* wi has been converted to NEWCARD, so included it when pccard isWarner Losh2001-01-211-2/+2
* Implement MTX_RECURSE flag for mtx_init().Bosko Milekic2001-01-191-1/+1
* Add NEWCARD hooks. This seems to work just fine.Peter Wemm2001-01-171-2/+32
* Move if_wl.c from sys/i386/isa to dev/wi - it is not i386 (or even isa)Peter Wemm2001-01-091-2/+2
* Attempt to read and verify the card's status in wi_stop() before sending itJohn Baldwin2000-12-181-2/+9
* Apply some contributed patches to reduce number of tx buffer allocationBill Paul2000-12-151-3/+148
* remove unneded sys/ucred.h includesAlfred Perlstein2000-11-301-1/+0
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Update the wi driver to use mutexes instead of spls.Bill Paul2000-10-131-18/+39
* Close PR #20963. Do not pass encryption keys back to the caller viaBill Paul2000-09-071-0/+3
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-6/+3
* Bring the an(4) fixes to wi(4):Ollivier Robert2000-06-191-3/+10
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-13/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* When in infrastructure mode, use address 3 from the 802.11 header as theBill Paul2000-04-171-2/+7
* Modify if_wi.c to call bpfdetach(ifp) before if_detach(ifp), so as toRobert Watson2000-03-191-0/+2