summaryrefslogtreecommitdiff
path: root/sys/dev/ic/wi.c
AgeCommit message (Expand)Author
2002-03-21I have Prism2 with 0.8.2 firmware, and have no problemitohy
2002-03-17don't set prism2 bit when WI_NIC_LUCENT is detecteddbj
2002-03-10fix 128bit WEP work with Prism2 Card.ichiro
2002-03-10Add a nic I don't really know much about, but it's used on my D-Link card.augustss
2002-03-06return EINPROGRESS instead of EINVAL when trying to readdbj
2002-03-04Don't attempt to gather unrequested statistics.dbj
2002-03-04fix byte swapping when gathering statisticsdbj
2002-03-04correctly handle AP scanning result when there are no APsdbj
2002-03-04used %02x instead of %x when printing out BSS idsdbj
2002-03-04s/Faild/Failed/dbj
2002-02-26use #ifdef WI_DEBUG instead of #if WI_DEBUGdbj
2002-02-26avoid walking full length of unknown stats structure.dbj
2002-02-18fix indentyamt
2002-02-18add a missing splx in the case of error.yamt
2002-02-17Protect calls to wi_cmd() from callout handlers by proper splnet()/splx()martin
2002-02-13make the driver even more silent; print state change messages only if IFF_DEBUG.itojun
2002-02-01Don't display some (non-exceptional) events unless IFF_DEBUG is set.martin
2002-01-21if AP is nothing, FrameLen is 3 or less.ichiro
2002-01-21Print Association status changes to the console.ichiro
2002-01-21"Association Faild" was added to "Link Stat" messages.ichiro
2002-01-20mistake bit number of tx_rateichiro
2002-01-20When the length of the key of WEP was 5 or less octets, WEP was set to 40Bit.ichiro
2002-01-18to use 104bit WEP keyichiro
2002-01-09print link status changes to the consoledrochner
2002-01-05revert changes I made a long time ago. This should undo the changes which ar...explorer
2001-11-13add/cleanup RCSIDlukem
2001-11-11Get rid of duplicate RID definitions.christos
2001-10-14The description about soft-reset of WI_PCI_COR was addedichiro
2001-10-13Add Intersil Prism2.5 Mini-PCI wavelan.ichiro
2001-09-22Implement two major items:explorer
2001-08-16Fix indentation in switch statement, per kern/13725 by seebs.wiz
2001-08-13Space nit. kern/13712 by seebs.wiz
2001-07-26make local variable 'len' in wi_set_nwkey() size_t (hence unsigned)jdolecek
2001-07-07bzero -> memsetthorpej
2001-07-07bcopy -> memcpythorpej
2001-07-07bcmp -> memcmpthorpej
2001-06-27The back end driver doesn't need PCMCIA headers, but it does neednathanw
2001-06-12Don't need INET or NS includes here.thorpej
2001-06-04Don't pass nonpositive repeat count to CSR_*_MULTI_2.toshii
2001-06-02Use bus_space_{read,write}_multi_stream_2 where available.toshii
2001-05-20add more comment about firmware of EVAL-CARD.ichiro
2001-05-20chenge chip and card identity,ichiro
2001-05-16support BUFFALO AirStation WLI-PCM-S11ichiro
2001-05-16Big-endian support.tsubai
2001-05-16add prism chip identity, Prism2 with SST flush.ichiro
2001-05-16cosmetic change.ichiro
2001-05-15fixed mistake.ichiro
2001-05-15Fix indentation in recent commit.ichiro
2001-05-15getting prism2 firm ver routine to wi_get_id().ichiro
2001-05-15WEP cannot be used when Prism2 Firm version is lower than 0.8.3.ichiro