summaryrefslogtreecommitdiff
path: root/sys/dev/ic/if_wivar.h
AgeCommit message (Expand)Author
2005-07-31Move large receive/decryption buffer allocation from the stack intoChristopher Pascoe
2005-02-15add the manual tx power option. this is supported by some prism2/2.5/3Reyk Floeter
2004-03-18Starting with Prism firmware version 1.6.3, HostAP supports anTodd C. Miller
2004-03-02Fix timing issues with newer Prism firmware and retry card reset upTodd C. Miller
2003-10-26Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress,Dale Rahn
2003-09-06Add wi_detach, use it in pcmcia so that the shutdownhook is properly removed.Dale Rahn
2002-10-27Add an option to use software WEP now that we have a software decryptTodd C. Miller
2002-10-10Make wi_get_id() table driven, similar to NetBSD and FreeBSD butTodd C. Miller
2002-07-09move common declarations to if_wivar.h; mickey@ and millert@ ok.Federico G. Schwindt
2002-06-22Add new flag, WI_FLAGS_BUS_PCMCIA and mark pcmcia attachment as such.Federico G. Schwindt
2002-06-22Fix typo in WI_FLAGS_HAS_ROAMING, noticed by fgs@Todd C. Miller
2002-06-21put the objects in a better order, so that they align correctly.Theo de Raadt
2002-06-15Don't advertise hostap as an allowed media type for firmware < 0.80Todd C. Miller
2002-06-09a step towards consistancy; in general:Todd T. Fries
2002-06-02BSD air-tools 0.2 patches from dachb0den labs; h1kari@dachb0den.comTodd C. Miller
2002-04-26We use wi_authtype, not wi_authmode to store the auth type (open systemTodd C. Miller
2002-04-11o Set feature flags based on firmware type and version.Todd C. Miller
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-06Add support for Symbol cards and printing of the primary stationTodd C. Miller
2002-03-28basic host-ap implementation, more work is needed; from Thomas Skibo <skibo@p...Michael Shalayeff
2002-02-19add support for media and other generic 802.11 ioctls, elliminates need for w...Michael Shalayeff
2001-12-20for mimi-pci cards registers are word in a dword, missed that in bringing ove...Michael Shalayeff
2001-06-09Updates from NetBSD:Todd C. Miller
2001-06-07no, definately *wi.* does not work hereMichael Shalayeff
2001-05-15Split wi(4) into bus-dependent and bus-independent bits similar toTodd C. Miller