| Commit message (Expand) | Author | Age | Files | Lines |
* | do 11g erp station management in turboG mode too | sam | 2004-12-31 | 1 | -3/+6 |
* | check if the node/station table is already present before creating one; this | sam | 2004-12-31 | 1 | -8/+11 |
* | include phy mode in scan debug msg | sam | 2004-12-31 | 1 | -2/+3 |
* | accept IEEE80211_KEYIX_NONE for a default tx key | sam | 2004-12-31 | 1 | -1/+2 |
* | dheader and hheader were the same function, really, so rename one of | imp | 2004-12-31 | 1 | -35/+13 |
* | don't return prematurely from processing a beacon or probe response frame | sam | 2004-12-31 | 1 | -1/+2 |
* | change ieee80211_parse_wmeparams to return a unique value when the ie | sam | 2004-12-31 | 1 | -3/+4 |
* | remove stray \n from debug msg | sam | 2004-12-31 | 1 | -1/+1 |
* | clear wep bit in 802.11 header after crypto decap so packet | sam | 2004-12-31 | 1 | -0/+3 |
* | Use functions to make the program clearer. | imp | 2004-12-31 | 1 | -125/+144 |
* | o add net.wlan.X.driver_caps mib variable for setting the driver capabilities | sam | 2004-12-31 | 1 | -3/+6 |
* | correct pseudo-mic header calculation for QoS frames | sam | 2004-12-31 | 1 | -1/+6 |
* | whitespace/debug msg fixups | sam | 2004-12-31 | 2 | -8/+7 |
* | add ieee80211_hdrspace and ieee80211_anyhdrspace to calculate the space | sam | 2004-12-31 | 1 | -0/+30 |
* | correct header length calculations on tx path for QoS-encapsulated frames | sam | 2004-12-31 | 3 | -5/+11 |
* | Implement device_quiesce. This method means 'you are about to be | imp | 2004-12-31 | 3 | -0/+134 |
* | const'ify ivp reference | sam | 2004-12-31 | 1 | -2/+2 |
* | Implement mimimum system software delays, per PCI PM 1.1 spec, as | imp | 2004-12-31 | 1 | -38/+55 |
* | add/fixup debug msgs | sam | 2004-12-31 | 1 | -2/+15 |
* | s/inline/__inline/ | sam | 2004-12-31 | 1 | -1/+1 |
* | expose ieee80211_phymode_name for use in debug msgs | sam | 2004-12-31 | 2 | -1/+2 |
* | correct some typos | sam | 2004-12-31 | 1 | -4/+4 |
* | Radiotap fixups: | sam | 2004-12-31 | 2 | -21/+69 |
* | for parts that require split keycache entries report the | sam | 2004-12-31 | 1 | -1/+4 |
* | Correct beacon timer setup logic: | sam | 2004-12-31 | 1 | -15/+14 |
* | no need to sweep the tx q's for node references in ath_node_free; we know | sam | 2004-12-31 | 1 | -29/+0 |
* | cleanup some assertions | sam | 2004-12-31 | 1 | -12/+6 |
* | Assert that page allocations during an interrupt specify | alc | 2004-12-31 | 1 | -2/+6 |
* | Fix special status reporting. Prior to the reorg there was | sam | 2004-12-31 | 7 | -18/+44 |
* | o accept deftxkey as a synonym for weptxkey since that is what is | sam | 2004-12-31 | 1 | -1/+11 |
* | recognize atheros information elements | sam | 2004-12-31 | 1 | -0/+2 |
* | First pass at shortening names. Likely more can be done. Generally | imp | 2004-12-31 | 1 | -88/+88 |
* | Eliminate the redundant/verbose portion of the company names. | imp | 2004-12-31 | 1 | -195/+195 |
* | Finish merging usb vendors from NetBSD. | imp | 2004-12-31 | 1 | -6/+45 |
* | Bump to 2005 for the new year. | imp | 2004-12-31 | 1 | -3/+3 |
* | Marginally reformat copyright statements to remove an excess ','. | rwatson | 2004-12-31 | 4 | -4/+4 |
* | Add usbdevs_data.h to the SRCS list since usb_subr.c needs it. This forces | jhb | 2004-12-31 | 1 | -1/+1 |
* | Be consistent and always use form 'return (value);' instead of 'return value;'. | pjd | 2004-12-31 | 1 | -15/+15 |
* | Refer to Xorg, rather than XFree86. | brueffer | 2004-12-31 | 2 | -8/+8 |
* | Apply a simplifying patch submitted by rik to the IPX support in | rwatson | 2004-12-31 | 1 | -34/+14 |
* | Add 'struct ipxpcb' forward declaration to ipx_var.h. I had this in | rwatson | 2004-12-31 | 1 | -0/+1 |
* | Roger is away, note that his maintainership is | julian | 2004-12-31 | 1 | -1/+4 |
* | Fix so all parts of lpd, lpc, lpq, and lprm will use the same algorithm | gad | 2004-12-31 | 5 | -37/+79 |
* | Update netstat(1) for recent conversion of netipx to queue(9) from | rwatson | 2004-12-31 | 2 | -4/+24 |
* | Do more extensive checking of the userid field which is read in from the | gad | 2004-12-31 | 1 | -7/+46 |
* | Remove special case from *devs2h loop for usb | imp | 2004-12-30 | 1 | -5/+21 |
* | Call usbdevs2h with -h for .h file | imp | 2004-12-30 | 1 | -2/+7 |
* | Allow -d and -h as command line flags. These are used to generate | imp | 2004-12-30 | 1 | -126/+163 |
* | Fix a typo and two whitespace nits. | jhb | 2004-12-30 | 1 | -3/+3 |
* | Rework the interface between priority propagation (lending) and the | jhb | 2004-12-30 | 6 | -105/+303 |