| Commit message (Expand) | Author | Age | Files | Lines |
* | It would appear, from preliminary indications, that No Wires Necessary | imp | 2002-04-03 | 1 | -2/+0 |
* | Four fixes from NetBSD: | imp | 2002-04-03 | 4 | -62/+146 |
* | Add some devices from OpenBSD/NetBSD: | imp | 2002-04-02 | 1 | -1/+6 |
* | First cut at breaking out the bus attachment from the bus independent | imp | 2002-04-02 | 6 | -473/+612 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -6/+6 |
* | More diff reduction patches | imp | 2002-04-01 | 2 | -15/+14 |
* | Merge a little from NetBSD. This changes reduces the diffs between the | imp | 2002-04-01 | 2 | -25/+14 |
* | Fix type from last commit | imp | 2002-04-01 | 1 | -2/+2 |
* | Add more ID's from the PRISM family. from wi.c 1.61 and wireg.h 1.26 by | imp | 2002-04-01 | 2 | -0/+12 |
* | Identify PRISM 2.5 with ISL37300P | imp | 2002-03-29 | 2 | -7/+11 |
* | Integrate the air-tools 0.2 from dachb0den labs. | imp | 2002-03-29 | 3 | -72/+760 |
* | o Rework the identify routine a little, merging it with NetBSD's wi. | imp | 2002-03-16 | 3 | -50/+45 |
* | Add support for 3Com Airconnect PCI cards. | brooks | 2002-03-11 | 1 | -0/+1 |
* | Add roaming and microwave oven support. Some minor formatting nits. | imp | 2002-03-05 | 1 | -12/+58 |
* | Remove __P to reduce diffs with NetBSD and my private tree. | imp | 2002-03-05 | 1 | -40/+38 |
* | Merge a little from NetBSD. | imp | 2002-03-05 | 1 | -2/+24 |
* | Add a bunch of cards from NetBSD and maybe other places. | imp | 2002-03-04 | 1 | -0/+5 |
* | Make 128-bit WEP (aka 104-bit WEP) work with Prism based cards. | brooks | 2002-03-02 | 1 | -3/+6 |
* | Add the following functions/macros to support byte order conversions and | tmm | 2002-02-27 | 1 | -4/+2 |
* | Add a missing field to the end of array marker in the pci_ids array. | brooks | 2002-02-26 | 1 | -1/+1 |
* | Add support for the Linksys WMP-11, Prism 2.5, PCI adaptor. | brooks | 2002-02-12 | 2 | -78/+149 |
* | identify GLPRISM2 PCI WaveLAN/IEEE 802.11 | alfred | 2002-01-31 | 1 | -0/+1 |
* | Add support for Linksys WDT11 PCI adaptors. | brooks | 2002-01-21 | 1 | -0/+1 |
* | put function return types on a line by themselves as per style(9) | alfred | 2001-12-27 | 1 | -32/+62 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -2/+2 |
* | Replace %i formatting characters with %d since printf(9) doesn't support %i. | alfred | 2001-12-08 | 1 | -1/+1 |
* | Implement prism2 detection from NetBSD. This mostly obsoletes the | imp | 2001-12-05 | 2 | -27/+107 |
* | Add Buffalo AirStation 11Mbps CF WLAN card. | imp | 2001-11-28 | 1 | -0/+1 |
* | Add Linksys Instant Wireless Network PC Card from NetBSD | imp | 2001-11-19 | 1 | -0/+1 |
* | Hoist the Card/Card2 macros that I invented for the wi driver into | imp | 2001-11-15 | 1 | -29/+21 |
* | Add a bunch of wireless cards for NEWBUS from NetBSD's list. I'm | imp | 2001-11-11 | 1 | -3/+31 |
* | s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharing | imp | 2001-11-11 | 1 | -3/+3 |
* | 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 |