summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix last second typos that crept in :-(.imp2004-12-311-2/+2
* remove netbsd rcsid lines; they are way out of date and we appear to besam2004-12-312-2/+0
* bump copyright for 2005sam2004-12-3131-30/+31
* fixup inactivity timers:sam2004-12-312-5/+7
* Relearn how WPA keying is supposed to work and fix WPA+WME whilesam2004-12-312-111/+129
* disable default use of wme until we can sort out interoperability issues;sam2004-12-311-2/+2
* s/inline/__inline/sam2004-12-311-2/+2
* compare pointers against NULLsam2004-12-311-2/+2
* make ap mode sta association debug msg as informative as sta modesam2004-12-311-3/+8
* do 11g erp station management in turboG mode toosam2004-12-311-3/+6
* check if the node/station table is already present before creating one; thissam2004-12-311-8/+11
* include phy mode in scan debug msgsam2004-12-311-2/+3
* accept IEEE80211_KEYIX_NONE for a default tx keysam2004-12-311-1/+2
* dheader and hheader were the same function, really, so rename one ofimp2004-12-311-35/+13
* don't return prematurely from processing a beacon or probe response framesam2004-12-311-1/+2
* change ieee80211_parse_wmeparams to return a unique value when the iesam2004-12-311-3/+4
* remove stray \n from debug msgsam2004-12-311-1/+1
* clear wep bit in 802.11 header after crypto decap so packetsam2004-12-311-0/+3
* Use functions to make the program clearer.imp2004-12-311-125/+144
* o add net.wlan.X.driver_caps mib variable for setting the driver capabilitiessam2004-12-311-3/+6
* correct pseudo-mic header calculation for QoS framessam2004-12-311-1/+6
* whitespace/debug msg fixupssam2004-12-312-8/+7
* add ieee80211_hdrspace and ieee80211_anyhdrspace to calculate the spacesam2004-12-311-0/+30
* correct header length calculations on tx path for QoS-encapsulated framessam2004-12-313-5/+11
* Implement device_quiesce. This method means 'you are about to beimp2004-12-313-0/+134
* const'ify ivp referencesam2004-12-311-2/+2
* Implement mimimum system software delays, per PCI PM 1.1 spec, asimp2004-12-311-38/+55
* add/fixup debug msgssam2004-12-311-2/+15
* s/inline/__inline/sam2004-12-311-1/+1
* expose ieee80211_phymode_name for use in debug msgssam2004-12-312-1/+2
* correct some typossam2004-12-311-4/+4
* Radiotap fixups:sam2004-12-312-21/+69
* for parts that require split keycache entries report thesam2004-12-311-1/+4
* Correct beacon timer setup logic:sam2004-12-311-15/+14
* no need to sweep the tx q's for node references in ath_node_free; we knowsam2004-12-311-29/+0
* cleanup some assertionssam2004-12-311-12/+6
* Assert that page allocations during an interrupt specifyalc2004-12-311-2/+6
* First pass at shortening names. Likely more can be done. Generallyimp2004-12-311-88/+88
* Eliminate the redundant/verbose portion of the company names.imp2004-12-311-195/+195
* Finish merging usb vendors from NetBSD.imp2004-12-311-6/+45
* Bump to 2005 for the new year.imp2004-12-311-3/+3
* Marginally reformat copyright statements to remove an excess ','.rwatson2004-12-314-4/+4
* Add usbdevs_data.h to the SRCS list since usb_subr.c needs it. This forcesjhb2004-12-311-1/+1
* Be consistent and always use form 'return (value);' instead of 'return value;'.pjd2004-12-311-15/+15
* Add 'struct ipxpcb' forward declaration to ipx_var.h. I had this inrwatson2004-12-311-0/+1
* Roger is away, note that his maintainership isjulian2004-12-311-1/+4
* Remove special case from *devs2h loop for usbimp2004-12-301-5/+21
* Call usbdevs2h with -h for .h fileimp2004-12-301-2/+7
* Allow -d and -h as command line flags. These are used to generateimp2004-12-301-126/+163
* Fix a typo and two whitespace nits.jhb2004-12-301-3/+3
OpenPOWER on IntegriCloud