summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2002-04-23Clear flags indicating whether or not wi or hostap is active asTodd C. Miller
2002-04-21Symbol version string need not start with 'V'; from NetBSD (onoe)Todd C. Miller
2002-04-20Correct the value for WI_RID_SYMBOL_PREAMBLE and addTodd C. Miller
2002-04-18add support for Conexant LANfinity RS7112; based on patch from Maurice Nonnek...Jason Wright
2002-04-16move prototypes of dc_eeprom_width, dc_read_srom, and dc_parse_21143_srom to ...Jason Wright
2002-04-16From NetBSD:Todd C. Miller
2002-04-15Remove bogus casts to int in printf that causes a warning on 64bit arches.Todd C. Miller
2002-04-11o Check supported speeds before examing capabiltiesTodd C. Miller
2002-04-11Fix Lucent <-> Prism2 WEP interop bug. We only want to set theTodd C. Miller
2002-04-11o Set feature flags based on firmware type and version.Todd C. Miller
2002-04-10o Add ibss and ibss-master mediaopt for ifconfigTodd C. Miller
2002-04-09Don't enable interrupts until an open() is done. Until then the driverPer Fogelstrom
2002-04-08two missing splx()sMichael Shalayeff
2002-04-08restore what was a default inactivity timeout, two minutesMichael Shalayeff
2002-04-08make hostap work on other-endian machines; tested by drahn@Michael Shalayeff
2002-04-08add flag to swap channels. from netbsd.Mike Frantzen
2002-04-07Don't reset COR in wi_reset(), break it out into its own function andTodd C. Miller
2002-04-06Add support for setting antenna diversity on Symbol cards.Todd C. Miller
2002-04-06For PLX-based bridge cards, move printing of pcmcia card CIS stringsTodd C. Miller
2002-04-06Add support for Symbol cards and printing of the primary stationTodd C. Miller
2002-04-05Add another check for sc->wi_gone; from FreeBSDTodd C. Miller
2002-04-04wi_init() now takes a struct wi_softc * not a void * since an sc pointerTodd C. Miller
2002-04-03In Host-AP mode, set IBSS SSID to the normal network id. This makesTodd C. Miller
2002-04-03- read the rx completion register exactly once.Jason Wright
2002-04-02keylen is either 8 (40 bit secret ) or 16 (104 bit)Markus Friedl
2002-04-02fix keyid encoding wi_tx_keyMarkus Friedl
2002-04-02Prism2 firmware should be reported as version a.b.c not a.b variant c.Todd C. Miller
2002-04-02always reset promisc in hostap mode (a comment added), a couple of formatiing...Michael Shalayeff
2002-04-01freem mbuf on input pkt check failureMichael Shalayeff
2002-04-01killed a char accidentallyMichael Shalayeff
2002-04-01need to splsoftclock here too, i think i've got 'em all nowMichael Shalayeff
2002-04-01always check for bad IVsMarkus Friedl
2002-04-01Missing splx in suser() check.Todd C. Miller
2002-04-01skip bad IVs; ok provos@/deraadt@Markus Friedl
2002-04-01Add support for PowerStorm 4D20 TGA boqrds with IBM 561 ramdac (akaMatthieu Herrb
2002-04-01Use WI_RID_DATA_RATES not WI_RID_SUPPORT_RATE to get the list ofTodd C. Miller
2002-03-31Fix logic thinko. In AP mode we were never calling wihap_check_tx() ifTodd C. Miller
2002-03-31check for super user more; millert@ okMichael Shalayeff
2002-03-30make sure that hostap never happens on non-prism2 cardsMichael Shalayeff
2002-03-30kill lots of space and insert some more for knfMichael Shalayeff
2002-03-30o Move register definitions to if_wireg.hTodd C. Miller
2002-03-30WI_RID_SUPPORT_RATE only seems to work for prism2. On lucent boardsTodd C. Miller
2002-03-30only trust supported rates report on prism2 cardsMichael Shalayeff
2002-03-30missing suser on SIOCS80211NWIDMarkus Friedl
2002-03-30implement WEP in wi_do_hostencrypt()Markus Friedl
2002-03-30Actually write new value to the card for SIOCS80211NWID ioctlTodd C. Miller
2002-03-29i_nwid is not a NUL-terminated string, it is length bounded.Todd C. Miller
2002-03-291) restrict 'hostap' mediaopt to prism2 chipsTodd C. Miller
2002-03-28put the protos and spls in placeMichael Shalayeff
2002-03-28missing timeout add and del; some minor api changeMichael Shalayeff