Age | Commit message (Expand) | Author |
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 |
2002-03-30 | o Move register definitions to if_wireg.h | Todd C. Miller |
2002-03-30 | WI_RID_SUPPORT_RATE only seems to work for prism2. On lucent boards | Todd C. Miller |
2002-03-30 | only trust supported rates report on prism2 cards | Michael Shalayeff |
2002-03-30 | missing suser on SIOCS80211NWID | Markus Friedl |
2002-03-30 | implement WEP in wi_do_hostencrypt() | Markus Friedl |
2002-03-30 | Actually write new value to the card for SIOCS80211NWID ioctl | Todd C. Miller |
2002-03-29 | i_nwid is not a NUL-terminated string, it is length bounded. | Todd C. Miller |
2002-03-29 | 1) restrict 'hostap' mediaopt to prism2 chips | Todd C. Miller |
2002-03-28 | put the protos and spls in place | Michael Shalayeff |
2002-03-28 | missing timeout add and del; some minor api change | Michael Shalayeff |
2002-03-28 | some BITS defs for %b | Michael Shalayeff |
2002-03-28 | basic host-ap implementation, more work is needed; from Thomas Skibo <skibo@p... | Michael Shalayeff |
2002-03-28 | recognize isl37300p as a prism2.5, for niels baby | Michael Shalayeff |
2002-03-27 | From FreeBSD: check for FIFO becoming unfull correctly, in the case of consum... | Niklas Hallqvist |
2002-03-26 | Add support for the TMD7160 dumb PCI-ISA bridge (similar in function to | Todd C. Miller |
2002-03-26 | Fix 128bit WEP on prism2; from FreeBSD | Todd C. Miller |
2002-03-26 | enforce higher spl such that ccbs do not get fired upon in timeouts and other... | Michael Shalayeff |
2002-03-26 | Fix problems the ahc driver was having with the recent changes to | Kenneth R Westerback |
2002-03-25 | some fw versions return even more data in the an_ltv_status; form Gabriel Kih... | Michael Shalayeff |
2002-03-25 | This was part of the newer ahc driver which has been backed out | Todd C. Miller |
2002-03-22 | - Move reading collision counters out of splimp() | Jason Wright |