summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* guard against adhoc_pick_channel returning a NULL channel; this cansam2008-09-271-3/+6
* must do a deep copy of mcast packets as they can be modified after dispatchsam2008-09-251-1/+1
* Use db_printsym to lookup and print the function pointers.thompsa2008-09-251-40/+46
* cleanup bss node setup; syncs w/ p4 state that's been in use for monthssam2008-09-221-8/+10
* cleanup after mergesam2008-09-221-1/+0
* Fix handling of shortgi: use the local configuration (and implicitlysam2008-09-223-2/+25
* RIFS support; needs driver callback for dynamic state changesam2008-09-228-8/+54
* MIMO power save support; still needs callbacks for notifying driverssam2008-09-218-6/+88
* Revamp ht ie handling:sam2008-09-214-49/+110
* don't propagate ht bss occupancy changes to legacy vaps;sam2008-09-211-0/+3
* o widen ni_flags as it's going to be full shortlysam2008-09-211-17/+17
* Add current transmit parameters for fixed rate handling so driverssam2008-09-212-0/+46
* change ieee80211_ampdu_stop to take an explicit reason codesam2008-09-212-6/+8
* simplify debug msgsam2008-09-211-3/+2
* Crypto api changes:sam2008-09-214-48/+54
* Cleanup AMPDU handling:sam2008-09-217-62/+78
* Always update ic_lastnonht so we track overlapping legacy bsssam2008-09-211-10/+9
* Cleanup starting seq# for tx ampdu:sam2008-09-213-7/+9
* o fix spelling of EOSPsam2008-09-211-4/+4
* Fix clone destruction, can't use the simple api because that does not removethompsa2008-09-201-1/+1
* make all checks if ni_chw consistentsam2008-09-062-2/+2
* use c99 syntax for initializers; this silencessam2008-09-061-99/+95
* only return the negotiated ampdu density for sta modesam2008-09-061-1/+2
* o kill IEEE80211_NODE_PSUPDATE; it was never usedsam2008-09-062-9/+5
* put back placeholder commentsam2008-09-061-0/+1
* o validate the ba policy in addba responsesam2008-09-062-2/+29
* add IEEE80211_NODE_HT_ALL to collect up all the HT-related node flagssam2008-09-062-2/+4
* don't do ampdu reordering of fragments; they should never happensam2008-09-061-1/+15
* moreve the aggregation q; it's not being used andsam2008-09-063-12/+0
* o show key indices w/o adjustmentsam2008-09-061-7/+11
* purge ni_reqcw; not used and never will besam2008-09-062-3/+2
* o fix BAR definitionssam2008-09-061-3/+15
* fix age calculations (yet again); entries in the q have valuessam2008-09-061-1/+1
* Replace a line matching /^ $/ with one matching /^$/.brooks2008-09-031-1/+1
* free ifp allocated at ieee80211_vap_setup.weongyo2008-09-021-0/+2
* Fixing INVARIANTS build by adding 'z' format prefix for size_t typedavatar2008-08-291-1/+1
* Fix mic calculation when final data is entirely in a trailing mbuf;sam2008-08-291-1/+19
* This instance of ifnet got forgotten.julian2008-08-251-2/+2
* Verify that the WPA flags set are actually compatible with theimp2008-08-091-4/+13
* add WPS ouisam2008-08-061-0/+2
* add missing lock for htinfo updatesam2008-08-021-0/+2
* correct decap of of AppleTalk and IPX frames; don't strip the SNAPsam2008-08-021-1/+4
* add a sysctl to deliver a radar event for testingsam2008-08-021-0/+20
* schedule the correct timer when receiving a radar event during CACsam2008-08-021-1/+1
* don't deauth a station because it sends a ps-poll w/ a bogus aid in it;sam2008-07-261-2/+8
* reorder RSN/WPA2 ie in beacon and probe response frames to complysam2008-07-071-13/+13
* correct construction of delba action frame; don't shift+mask the initiatorsam2008-07-051-1/+1
* Change the calling convention for ic_node_alloc to deal withsam2008-06-072-5/+7
* Split ieee80211_notify_erp into locked and unlocked variantssam2008-06-071-4/+12
* Fix node cleanup issues when the last reference is held bysam2008-06-071-16/+27
OpenPOWER on IntegriCloud