summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2002-06-02BSD air-tools 0.2 patches from dachb0den labs; h1kari@dachb0den.comTodd C. Miller
2002-06-02Fix ordering and typo problemConstantine Sapuntzakis
2002-05-31Allow IBSS creation on Symbol cards with station firmware >= 2.5Todd C. Miller
2002-05-24protect biodone with splbio (this is the first time the splbio isArtur Grabowski
2002-05-24Replace a home-grown splassert-like thing with the real stuff.Artur Grabowski
2002-05-21Move enum definitions to global scope. Local scope is meaningless, andMarc Espie
2002-05-17Roll core version.mjacob
2002-05-17Put in definitions pertinent for f/w crash dumps.mjacob
2002-05-17Add new definitions for RIO operation, many new SNS commands, and structuresmjacob
2002-05-17keep up with the jones' (sync up with external source)mjacob
2002-05-17Accomodate changes to fabric stuff as well as other core code changes.mjacob
2002-05-17Acoommodate changes to fabric evaluation.mjacob
2002-05-17Various new inlines for RIO entries as well as various FC-GS-2 relatedmjacob
2002-05-17Switch to new fabric search mechanism (leave the old one in place). Switchmjacob
2002-05-13When collecting the completed tx descriptors, dmasync all of themArtur Grabowski
2002-05-13Don't leak memory when bus_dmamap_load_mbuf fails.Artur Grabowski
2002-05-10Zap an unsued define.Artur Grabowski
2002-05-10What we store on all archs just before the rfa is a pointerArtur Grabowski
2002-05-09an_ltv_caps has some more fluff at the tail (exatly 16bit more fluff); report...Michael Shalayeff
2002-05-07Simplify multicast handling based on powerpc's gm.c and remove ether_cmp()Jason Wright
2002-05-07move ether_crc32_le to if_ethersubr.c. Add ether_crc32_beNathan Binkert
2002-05-03LBA48 support.Grigoriy Orlov
2002-05-01Change WI_PORTTYPE_IBSS to 4. This change got lost in the big ibssTodd C. Miller
2002-04-30crc32_tab can be constMichael Shalayeff
2002-04-30media table could be constMichael Shalayeff
2002-04-30Correctly handle old controllers with a relaxed aux port behaviour.Miod Vallat
2002-04-29wierd -> weirdPeter Valchev
2002-04-26Implement shared key support for hostap mode; from Thomas SkiboTodd C. Miller
2002-04-26Add some bounds checking of wi_len on copyin(). From NetBSD via FreeBSD.Todd C. Miller
2002-04-26Don't set WI_RID_OWN_SSID based on wi_net_name if wi_net_name isTodd C. Miller
2002-04-26We use wi_authtype, not wi_authmode to store the auth type (open systemTodd C. Miller
2002-04-26Add missing unlock. Ok mickeyNathan Binkert
2002-04-25soundforte radio driver, from Vladimir Popov <jumbo@narod.ru>Michael Shalayeff
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