aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_ddb.c
Commit message (Expand)AuthorAgeFilesLines
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-1/+0
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-111-4/+69
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* add iv_flags_ht and ic_flags_htSam Leffler2009-06-071-0/+2
* Fix monitor mode vaps to work as intended:Sam Leffler2009-06-021-0/+5
* Overhaul monitor mode handling:Sam Leffler2009-05-201-3/+3
* don't say "ac WME_AC_BE"; remove "ac"Sam Leffler2009-05-021-1/+1
* o dump tx/rx seq#'s for qos tid'sSam Leffler2009-05-021-2/+10
* revert wipSam Leffler2009-05-011-13/+4
* improvements:Sam Leffler2009-04-261-61/+105
* Eliminate ic_myaddr so changing the mac address of a device works correctly:Sam Leffler2009-03-291-1/+0
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+2
* remove ic_stats; it was intended to accumulate stats from vaps as theySam Leffler2009-02-131-1/+0
* o change _db_show_key to always dump the contents instead of checkingSam Leffler2009-02-051-4/+36
* o add IEEE80211_KEY_BITS for %b printing of wk_flagsSam Leffler2009-02-051-15/+5
* o make %b msg bit defines public (to user apps too)Sam Leffler2009-01-271-61/+1
* TDMA support for long distance point-to-point links using ath devices:Sam Leffler2009-01-081-2/+2
* Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 butSam Leffler2008-12-151-1/+1
* Replace adhoc checks in ieee80211_start with a per-node flag thatSam Leffler2008-12-151-1/+2
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-15/+20
* Use db_printsym to lookup and print the function pointers.Andrew Thompson2008-09-251-40/+46
* Fix handling of shortgi: use the local configuration (and implicitlySam Leffler2008-09-221-1/+1
* RIFS support; needs driver callback for dynamic state changeSam Leffler2008-09-221-3/+3
* MIMO power save support; still needs callbacks for notifying driversSam Leffler2008-09-211-1/+1
* Crypto api changes:Sam Leffler2008-09-211-1/+1
* Cleanup starting seq# for tx ampdu:Sam Leffler2008-09-211-2/+2
* o show key indices w/o adjustmentSam Leffler2008-09-061-7/+11
* purge ni_reqcw; not used and never will beSam Leffler2008-09-061-2/+2
* This instance of ifnet got forgotten.Julian Elischer2008-08-251-2/+2
* missing piece of last commit; add RESUME flag bit definitionSam Leffler2008-05-281-4/+4
* Minor cleanup of vap create work:Sam Leffler2008-05-121-1/+1
* add DFS capability bit and use it to auto-enable DFS supportSam Leffler2008-05-111-1/+1
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-0/+789