Age | Commit message (Expand) | Author |
2002-04-30 | crc32_tab can be const | Michael Shalayeff |
2002-04-30 | media table could be const | Michael Shalayeff |
2002-04-30 | Correctly handle old controllers with a relaxed aux port behaviour. | Miod Vallat |
2002-04-29 | wierd -> weird | Peter Valchev |
2002-04-26 | Implement shared key support for hostap mode; from Thomas Skibo | Todd C. Miller |
2002-04-26 | Add some bounds checking of wi_len on copyin(). From NetBSD via FreeBSD. | Todd C. Miller |
2002-04-26 | Don't set WI_RID_OWN_SSID based on wi_net_name if wi_net_name is | Todd C. Miller |
2002-04-26 | We use wi_authtype, not wi_authmode to store the auth type (open system | Todd C. Miller |
2002-04-26 | Add missing unlock. Ok mickey | Nathan Binkert |
2002-04-25 | soundforte radio driver, from Vladimir Popov <jumbo@narod.ru> | Michael Shalayeff |
2002-04-23 | Clear flags indicating whether or not wi or hostap is active as | Todd C. Miller |
2002-04-21 | Symbol version string need not start with 'V'; from NetBSD (onoe) | Todd C. Miller |
2002-04-20 | Correct the value for WI_RID_SYMBOL_PREAMBLE and add | Todd C. Miller |
2002-04-18 | add support for Conexant LANfinity RS7112; based on patch from Maurice Nonnek... | Jason Wright |
2002-04-16 | move prototypes of dc_eeprom_width, dc_read_srom, and dc_parse_21143_srom to ... | Jason Wright |
2002-04-16 | From NetBSD: | Todd C. Miller |
2002-04-15 | Remove bogus casts to int in printf that causes a warning on 64bit arches. | Todd C. Miller |
2002-04-11 | o Check supported speeds before examing capabilties | Todd C. Miller |
2002-04-11 | Fix Lucent <-> Prism2 WEP interop bug. We only want to set the | Todd C. Miller |
2002-04-11 | o Set feature flags based on firmware type and version. | Todd C. Miller |
2002-04-10 | o Add ibss and ibss-master mediaopt for ifconfig | Todd C. Miller |
2002-04-09 | Don't enable interrupts until an open() is done. Until then the driver | Per Fogelstrom |
2002-04-08 | two missing splx()s | Michael Shalayeff |
2002-04-08 | restore what was a default inactivity timeout, two minutes | Michael Shalayeff |
2002-04-08 | make hostap work on other-endian machines; tested by drahn@ | Michael Shalayeff |
2002-04-08 | add flag to swap channels. from netbsd. | Mike Frantzen |
2002-04-07 | Don't reset COR in wi_reset(), break it out into its own function and | Todd C. Miller |
2002-04-06 | Add support for setting antenna diversity on Symbol cards. | Todd C. Miller |
2002-04-06 | For PLX-based bridge cards, move printing of pcmcia card CIS strings | Todd C. Miller |
2002-04-06 | Add support for Symbol cards and printing of the primary station | Todd C. Miller |
2002-04-05 | Add another check for sc->wi_gone; from FreeBSD | Todd C. Miller |
2002-04-04 | wi_init() now takes a struct wi_softc * not a void * since an sc pointer | Todd C. Miller |
2002-04-03 | In Host-AP mode, set IBSS SSID to the normal network id. This makes | Todd C. Miller |
2002-04-03 | - read the rx completion register exactly once. | Jason Wright |
2002-04-02 | keylen is either 8 (40 bit secret ) or 16 (104 bit) | Markus Friedl |
2002-04-02 | fix keyid encoding wi_tx_key | Markus Friedl |
2002-04-02 | Prism2 firmware should be reported as version a.b.c not a.b variant c. | Todd C. Miller |
2002-04-02 | always reset promisc in hostap mode (a comment added), a couple of formatiing... | Michael Shalayeff |
2002-04-01 | freem mbuf on input pkt check failure | Michael Shalayeff |
2002-04-01 | killed a char accidentally | Michael Shalayeff |
2002-04-01 | need to splsoftclock here too, i think i've got 'em all now | Michael Shalayeff |
2002-04-01 | always check for bad IVs | Markus Friedl |
2002-04-01 | Missing splx in suser() check. | Todd C. Miller |
2002-04-01 | skip bad IVs; ok provos@/deraadt@ | Markus Friedl |
2002-04-01 | Add support for PowerStorm 4D20 TGA boqrds with IBM 561 ramdac (aka | Matthieu Herrb |
2002-04-01 | Use WI_RID_DATA_RATES not WI_RID_SUPPORT_RATE to get the list of | Todd C. Miller |
2002-03-31 | Fix logic thinko. In AP mode we were never calling wihap_check_tx() if | Todd C. Miller |
2002-03-31 | check for super user more; millert@ ok | Michael Shalayeff |
2002-03-30 | make sure that hostap never happens on non-prism2 cards | Michael Shalayeff |
2002-03-30 | kill lots of space and insert some more for knf | Michael Shalayeff |