| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix comment | Warner Losh | 2002-09-29 | 1 | -1/+1 |
| * | Limit the TX key to a valid range | Warner Losh | 2002-09-29 | 2 | -1/+8 |
| * | When setting the WI_RID_ENCRYPTION mode, we have to conditionally | Warner Losh | 2002-08-21 | 1 | -11/+20 |
| * | comment about the magic number -149 | Warner Losh | 2002-08-21 | 1 | -0/+6 |
| * | Treat IBSS the same as ADHOC in wi_get_cur_ssid. This makes ifconfig | Warner Losh | 2002-08-21 | 1 | -0/+1 |
| * | Move the symbol firmware loading routines into if_wi. | Warner Losh | 2002-08-15 | 4 | -148/+161 |
| * | Follow NetBSD's lead and use WI_PORTTYPE_HOSTAP instead of _AP, since | Warner Losh | 2002-08-11 | 3 | -16/+16 |
| * | Fix minor typo in ID number in last commit | Warner Losh | 2002-08-05 | 1 | -1/+1 |
| * | A definition of regulatory domains that matches the docs. | Warner Losh | 2002-08-05 | 1 | -1/+2 |
| * | Differentiate between AT45DB011 compatible large serial flash parts | Warner Losh | 2002-08-05 | 2 | -6/+20 |
| * | Add a comment that says it looks like lucent cards have a primary | Warner Losh | 2002-08-05 | 1 | -0/+2 |
| * | Add code that will download firmware to a Symbol LA4100-series of CF | Warner Losh | 2002-08-03 | 3 | -1/+4533 |
| * | Don't set the IFF_PROMISC bit when in hostap mode like the previous | Warner Losh | 2002-08-01 | 1 | -17/+15 |
| * | If we are in hostap mode, do not go into promisc mode. This causes | Warner Losh | 2002-07-29 | 1 | -11/+33 |
| * | Send a disassoc packet for a STA that we don't know about that claims to | Warner Losh | 2002-07-26 | 2 | -17/+15 |
| * | Only INTERSIL 0.8.3 and newer firmware is supported with hostap mode. | Warner Losh | 2002-07-26 | 1 | -8/+13 |
| * | Add support for Elsa XI325, Netgear MA401RA, and Nokia C110. From OpenBSD | Warner Losh | 2002-07-17 | 1 | -0/+3 |
| * | IF_HANDOFF is no longer in -stable | Warner Losh | 2002-06-30 | 1 | -12/+0 |
| * | On REASREQ packets, handled them earlier in processing the association | Warner Losh | 2002-06-24 | 1 | -7/+11 |
| * | Add kernel printf bits for WI_SUPPRATES and HOSTAP_FLAGS | Warner Losh | 2002-06-24 | 2 | -0/+2 |
| * | Add RID to get the DBM adjustment factor | Warner Losh | 2002-06-24 | 1 | -0/+1 |
| * | Add better mediaopt support for ibss and friends. | Warner Losh | 2002-06-19 | 3 | -39/+171 |
| * | Add an entry for the US Robotics 2415. | Nick Sayer | 2002-06-14 | 1 | -0/+1 |
| * | Add one copy of crc32() and crc32_tab[] in libkern, and remove it two other | Poul-Henning Kamp | 2002-05-29 | 1 | -55/+0 |
| * | Fixed printf format errors which apparently crept in while -Wformat was | Bruce Evans | 2002-05-25 | 1 | -2/+2 |
| * | Use correct inactivity timeout of 2 minutes rather than 24 seconds due to | Warner Losh | 2002-05-20 | 1 | -1/+1 |
| * | Use splnet() when we need to block timeouts rather than splimp() since | Warner Losh | 2002-05-16 | 1 | -10/+18 |
| * | BDE and I have had a chance to hash this out: | Warner Losh | 2002-05-13 | 1 | -5/+5 |
| * | Try to use spls more correctly | Warner Losh | 2002-05-07 | 1 | -7/+10 |
| * | skibo tells me that that I didn't apply all of his last patch, and | Warner Losh | 2002-04-30 | 1 | -1/+1 |
| * | We don't need the card_if.h here. It breaks the building of kernels | Warner Losh | 2002-04-29 | 1 | -7/+2 |
| * | splsoftnet is spelled splimp in FreeBSD rather than splnet. splimp is | Warner Losh | 2002-04-29 | 1 | -1/+1 |
| * | Untimeout before calling timeout. I think that I have caught all the cases | Warner Losh | 2002-04-29 | 2 | -3/+7 |
| * | Alphabetize descriptions and remove the "PCI" from the desciptions. | Warner Losh | 2002-04-28 | 1 | -5/+6 |
| * | This patch fixes my breakage of ssid matching. I introduced the | Warner Losh | 2002-04-27 | 1 | -6/+6 |
| * | Better names for the PCI cards. The biggest change is that we now | Warner Losh | 2002-04-27 | 1 | -7/+7 |
| * | Make this driver compile for -stable also to prep for MFC | Warner Losh | 2002-04-26 | 5 | -38/+115 |
| * | Move the new byte order function prototypes from <sys/param.h> to | Mike Barcroft | 2002-04-26 | 2 | -0/+2 |
| * | Implement shared secret mode for hostap mode. | Warner Losh | 2002-04-22 | 2 | -24/+87 |
| * | Some fixes for Symbol card. | Atsushi Onoe | 2002-04-19 | 1 | -2/+20 |
| * | Merge from OpenBSD's fixes: | Warner Losh | 2002-04-16 | 2 | -278/+278 |
| * | Minor format nit | Warner Losh | 2002-04-16 | 1 | -1/+0 |
| * | Fix tx-rate setting for Lucent cards. | Brooks Davis | 2002-04-14 | 1 | -0/+15 |
| * | Support the Siemens SpeedStream PCI card. | Brooks Davis | 2002-04-14 | 1 | -0/+1 |
| * | After committing the forgotten IFM_IEEE80211_HOSTAP stuff to if_media.h, | Warner Losh | 2002-04-12 | 1 | -10/+2 |
| * | unifdef -DWI_HOSTAP, like OpenBSD does | Warner Losh | 2002-04-12 | 5 | -56/+5 |
| * | ifdef WI_HOSTAP some stuff that seems like it needs to be ifdef'd. | Alfred Perlstein | 2002-04-12 | 1 | -0/+2 |
| * | Replace the original host WEP implementation with the one in OpenBSD | Warner Losh | 2002-04-12 | 2 | -138/+122 |
| * | Add ActionTec HWC01170 and Linksys IWN2 | Warner Losh | 2002-04-11 | 1 | -0/+2 |
| * | Integrate the hostap stuff that Thomas Skibo <skibo@packbell.net> | Warner Losh | 2002-04-11 | 8 | -52/+1768 |