summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ddb.c
Commit message (Expand)AuthorAgeFilesLines
* Update ddb to print mesh routing table.monthadar2013-02-071-11/+27
* Implemented so that Mesh forwarding information lifetime is dynamic.monthadar2012-05-011-1/+3
* Migrate the net80211 TX aggregation state to be from per-AC to per-TID.adrian2012-04-151-2/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-1/+0
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-4/+69
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* add iv_flags_ht and ic_flags_htsam2009-06-071-0/+2
* Fix monitor mode vaps to work as intended:sam2009-06-021-0/+5
* Overhaul monitor mode handling:sam2009-05-201-3/+3
* don't say "ac WME_AC_BE"; remove "ac"sam2009-05-021-1/+1
* o dump tx/rx seq#'s for qos tid'ssam2009-05-021-2/+10
* revert wipsam2009-05-011-13/+4
* improvements:sam2009-04-261-61/+105
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-291-1/+0
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+2
* remove ic_stats; it was intended to accumulate stats from vaps as theysam2009-02-131-1/+0
* o change _db_show_key to always dump the contents instead of checkingsam2009-02-051-4/+36
* o add IEEE80211_KEY_BITS for %b printing of wk_flagssam2009-02-051-15/+5
* o make %b msg bit defines public (to user apps too)sam2009-01-271-61/+1
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-2/+2
* Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 butsam2008-12-151-1/+1
* Replace adhoc checks in ieee80211_start with a per-node flag thatsam2008-12-151-1/+2
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-15/+20
* Use db_printsym to lookup and print the function pointers.thompsa2008-09-251-40/+46
* Fix handling of shortgi: use the local configuration (and implicitlysam2008-09-221-1/+1
* RIFS support; needs driver callback for dynamic state changesam2008-09-221-3/+3
* MIMO power save support; still needs callbacks for notifying driverssam2008-09-211-1/+1
* Crypto api changes:sam2008-09-211-1/+1
* Cleanup starting seq# for tx ampdu:sam2008-09-211-2/+2
* o show key indices w/o adjustmentsam2008-09-061-7/+11
* purge ni_reqcw; not used and never will besam2008-09-061-2/+2
* This instance of ifnet got forgotten.julian2008-08-251-2/+2
* missing piece of last commit; add RESUME flag bit definitionsam2008-05-281-4/+4
* Minor cleanup of vap create work:sam2008-05-121-1/+1
* add DFS capability bit and use it to auto-enable DFS supportsam2008-05-111-1/+1
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-0/+789
OpenPOWER on IntegriCloud