| Commit message (Expand) | Author | Age | Files | Lines |
* | Unlock the mutex in the error case in wi_init. Otherwise we can return | imp | 2003-02-02 | 1 | -0/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -6/+6 |
* | correct default setting of hw.wi.txerate; it must be -1, not zero, | sam | 2003-01-20 | 1 | -2/+2 |
* | correct sysctl names and move them to hw.wi: hw.wi.txerate controls the rate | sam | 2003-01-20 | 1 | -4/+6 |
* | gc dead code | sam | 2003-01-20 | 1 | -7/+0 |
* | default tx error rate limiting to 0 to disable tx error msgs; this is | sam | 2003-01-20 | 1 | -1/+1 |
* | Add Allied Telesis WR211PCM. | shiba | 2003-01-17 | 1 | -0/+1 |
* | Restore a comment that was lost in the shuffle. | imp | 2003-01-16 | 1 | -0/+5 |
* | wi-specific host ap support no longer needed now that it uses | sam | 2003-01-15 | 2 | -1402/+0 |
* | new wi driver that uses the 802.11 link layer code | sam | 2003-01-15 | 6 | -2680/+2348 |
* | Suspend/resume support (mostly for MiniPCI Prism2.5 boards). | mdodd | 2003-01-14 | 3 | -2/+36 |
* | Avoid casting pointers to int and using %x to print them. | mike | 2003-01-05 | 1 | -4/+3 |
* | Require privilege to flush the signal cache on if_an and if_wi 802.11 | rwatson | 2002-12-24 | 1 | -0/+3 |
* | network interface driver changes: | sam | 2002-11-14 | 1 | -14/+7 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 1 | -1/+1 |
* | o Comment out the symbol download code for 4.x. | imp | 2002-10-14 | 4 | -6/+42 |
* | Some renamings from pccarddevs | imp | 2002-10-11 | 1 | -4/+6 |
* | Add Planex GWNS11H | imp | 2002-10-11 | 1 | -0/+1 |
* | Fix comment | imp | 2002-09-29 | 1 | -1/+1 |
* | Limit the TX key to a valid range | imp | 2002-09-29 | 2 | -1/+8 |
* | When setting the WI_RID_ENCRYPTION mode, we have to conditionally | imp | 2002-08-21 | 1 | -11/+20 |
* | comment about the magic number -149 | imp | 2002-08-21 | 1 | -0/+6 |
* | Treat IBSS the same as ADHOC in wi_get_cur_ssid. This makes ifconfig | imp | 2002-08-21 | 1 | -0/+1 |
* | Move the symbol firmware loading routines into if_wi. | imp | 2002-08-15 | 4 | -148/+161 |
* | Follow NetBSD's lead and use WI_PORTTYPE_HOSTAP instead of _AP, since | imp | 2002-08-11 | 3 | -16/+16 |
* | Fix minor typo in ID number in last commit | imp | 2002-08-05 | 1 | -1/+1 |
* | A definition of regulatory domains that matches the docs. | imp | 2002-08-05 | 1 | -1/+2 |
* | Differentiate between AT45DB011 compatible large serial flash parts | imp | 2002-08-05 | 2 | -6/+20 |
* | Add a comment that says it looks like lucent cards have a primary | imp | 2002-08-05 | 1 | -0/+2 |
* | Add code that will download firmware to a Symbol LA4100-series of CF | imp | 2002-08-03 | 3 | -1/+4533 |
* | Don't set the IFF_PROMISC bit when in hostap mode like the previous | imp | 2002-08-01 | 1 | -17/+15 |
* | If we are in hostap mode, do not go into promisc mode. This causes | imp | 2002-07-29 | 1 | -11/+33 |
* | Send a disassoc packet for a STA that we don't know about that claims to | imp | 2002-07-26 | 2 | -17/+15 |
* | Only INTERSIL 0.8.3 and newer firmware is supported with hostap mode. | imp | 2002-07-26 | 1 | -8/+13 |
* | Add support for Elsa XI325, Netgear MA401RA, and Nokia C110. From OpenBSD | imp | 2002-07-17 | 1 | -0/+3 |
* | IF_HANDOFF is no longer in -stable | imp | 2002-06-30 | 1 | -12/+0 |
* | On REASREQ packets, handled them earlier in processing the association | imp | 2002-06-24 | 1 | -7/+11 |
* | Add kernel printf bits for WI_SUPPRATES and HOSTAP_FLAGS | imp | 2002-06-24 | 2 | -0/+2 |
* | Add RID to get the DBM adjustment factor | imp | 2002-06-24 | 1 | -0/+1 |
* | Add better mediaopt support for ibss and friends. | imp | 2002-06-19 | 3 | -39/+171 |
* | Add an entry for the US Robotics 2415. | nsayer | 2002-06-14 | 1 | -0/+1 |
* | Add one copy of crc32() and crc32_tab[] in libkern, and remove it two other | phk | 2002-05-29 | 1 | -55/+0 |
* | Fixed printf format errors which apparently crept in while -Wformat was | bde | 2002-05-25 | 1 | -2/+2 |
* | Use correct inactivity timeout of 2 minutes rather than 24 seconds due to | imp | 2002-05-20 | 1 | -1/+1 |
* | Use splnet() when we need to block timeouts rather than splimp() since | imp | 2002-05-16 | 1 | -10/+18 |
* | BDE and I have had a chance to hash this out: | imp | 2002-05-13 | 1 | -5/+5 |
* | Try to use spls more correctly | imp | 2002-05-07 | 1 | -7/+10 |
* | skibo tells me that that I didn't apply all of his last patch, and | imp | 2002-04-30 | 1 | -1/+1 |
* | We don't need the card_if.h here. It breaks the building of kernels | imp | 2002-04-29 | 1 | -7/+2 |
* | splsoftnet is spelled splimp in FreeBSD rather than splnet. splimp is | imp | 2002-04-29 | 1 | -1/+1 |