Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-24 | oops. don't initialize wi_flags and wi_hostap_info here; fixes sparc. | Federico G. Schwindt | |
somehow i didn't commit this. from denver airport. | |||
2002-06-24 | Redo the logic of reading of proc arguments to be more readable. | Artur Grabowski | |
kjell@ says that it fixes his problems, noone else responded. | |||
2002-06-24 | hello missing cdevsw entries | Hugh Graham | |
2002-06-24 | KNF | Jun-ichiro itojun Hagino | |
2002-06-23 | g/c last remains of old ipv6 prefix management | Jun-ichiro itojun Hagino | |
2002-06-23 | committed by mistake | Jun-ichiro itojun Hagino | |
2002-06-23 | make CAPS_IS_CONTROL a default. pvalchev ok | Jun-ichiro itojun Hagino | |
(translates weird ADB capslock keycode to more normal behavior) | |||
2002-06-23 | If we receive a packet with our BSSID from an unassociated station, | Todd C. Miller | |
tell the station to disassociate itself. This fixes a problem when the HostAP reboots but stations still think they are associated. With this change the station will re-associate properly. Change wihap_sta_disassoc() to take an array of u_int8_t (ether addr) instead of a struct wihap_sta_info * to make the above change possible. This is also consistent with wihap_sta_deauth(). | |||
2002-06-23 | cleanup WI_IS_BE macros | Theo de Raadt | |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt | |
2002-06-23 | uid_t is unsigned | Theo de Raadt | |
2002-06-22 | a wireless section is dumb | Theo de Raadt | |
2002-06-22 | add wi at pci; move wi to wireless section. | Federico G. Schwindt | |
2002-06-22 | Add new flag, WI_FLAGS_BUS_PCMCIA and mark pcmcia attachment as such. | Federico G. Schwindt | |
Replace ugly kludge with a macro that tests on sparc if it's pcmcia and tries to deal with it correctly (card mapped as be). This makes possible to have wi at pcmcia and pci on sparc64; from theo and myself. Tested with the PLX adapter and the SBus pcmcia bridge. millert@ ok. | |||
2002-06-22 | Fix typo in WI_FLAGS_HAS_ROAMING, noticed by fgs@ | Todd C. Miller | |
2002-06-22 | use 8-bits when accessing the wi_cor_offset; millert@ ok. | Federico G. Schwindt | |
2002-06-22 | Add ${PIPE} to CFLAGS | Todd C. Miller | |
2002-06-21 | Bump version to help distinquish new memory probe and fixes. | Tobias Weingartner | |
2002-06-21 | Clear wi_hostap_info.apflags in wi_attach() to guarantee wihap_shutdown() | Todd C. Miller | |
doesn't do the wrong thing with quick card insert/ejects. | |||
2002-06-21 | skeleton queue handling for the enc/auth piece of the chip (fed with nops via | Jason Wright | |
timeout for now). | |||
2002-06-21 | system call argument rewriting framework via stackgap; okay art@ | Niels Provos | |
2002-06-21 | tabify | Jun-ichiro itojun Hagino | |
2002-06-21 | regen | Markus Friedl | |
2002-06-21 | add some ICH4 devices; ok deraadt@ | Markus Friedl | |
2002-06-21 | regen. | Federico G. Schwindt | |
2002-06-21 | add support for Netgear MA401RA (Prism-2.5) | Henning Brauer | |
2002-06-21 | make this more quiet on card insertion. | Federico G. Schwindt | |
2002-06-21 | missing tab. | Federico G. Schwindt | |
2002-06-21 | Add some missing casts of sc->wi_txbuf -> caddr_t | Todd C. Miller | |
2002-06-21 | sbus(4) -> stp(4) -> pcmcia(4) -> wi(4). cool shitz done by crazy fgsch | Theo de Raadt | |
2002-06-21 | Don't set WI_FLAGS_ATTACHED in sc->wi_flags until after mi attach | Todd C. Miller | |
routines have been called. Avoids a panic when you insert & eject a card very quickly on a slow machine. | |||
2002-06-21 | put the objects in a better order, so that they align correctly. | Theo de Raadt | |
whoever made struct ieee80211_nwid an odd-sized structure and created this particular little corner of alignment hell surely deserves a boot to the head. | |||
2002-06-21 | don't convert these to little-endian. now ifconfig shows the nwid on | Federico G. Schwindt | |
sparc64 and macppc; tested by me and drahn@ on i386, macppc and sparc64. | |||
2002-06-21 | configure HID0, and show cache status for IBM750FX. from netbsd | Jun-ichiro itojun Hagino | |
2002-06-21 | skeleton for queue handling on the pk side of the chip. For now it just | Jason Wright | |
enqueues nops and handles them. | |||
2002-06-21 | ugly kludge to deal correctly with endianess in sparc and sparc64. | Federico G. Schwindt | |
millert@ ok. | |||
2002-06-21 | Remove pointless macro. | Artur Grabowski | |
2002-06-21 | Trial and error gives me this tweak for the trumpion 0x1100 device. | Artur Grabowski | |
2002-06-21 | sync | Artur Grabowski | |
2002-06-21 | Add Trumpion Microelectronics (Who comes up with those names?) | Artur Grabowski | |
and a product that I actually don't know what it is (could be one of three possible chips). | |||
2002-06-21 | identify 0x7000 (IBM750FX). snprintf. | Jun-ichiro itojun Hagino | |
do we need "IBM" or "Motorola" in cpu_model? | |||
2002-06-20 | bunch more reg defns (pkh/pke mostly). | Jason Wright | |
2002-06-20 | Fix 4GB memory probing and other memory probing issues. | Tobias Weingartner | |
Outstanding issue is with Compaq 16MB detection problem. ok deraadt@, and various people from the 'net. | |||
2002-06-20 | make this compile on sparc64; deraadt and millert ok. | Federico G. Schwindt | |
2002-06-20 | Add ELSA / ZCOMAX XI-325 (and XI-325H); Ken Simpson | Todd C. Miller | |
2002-06-20 | regen | Todd C. Miller | |
2002-06-20 | left over sparc-ism's; Matt Potter <matt@vertrauen.org> | Jason Wright | |
2002-06-20 | indent. | Federico G. Schwindt | |
2002-06-20 | minor indent cleanup while reading code | Theo de Raadt | |
2002-06-20 | rename nell to stp. we do not always follow stupid solaris names | Theo de Raadt | |