| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup compat shims for FreeBSD versions that predate 10.0-RELEASE. | glebius | 2015-05-25 | 1 | -2/+0 |
* | Convert malloc/free back to #define's, as part of OS portability work. | adrian | 2015-05-25 | 1 | -2/+3 |
* | Begin plumbing ieee80211_rx_stats through the receive path. | adrian | 2015-05-25 | 1 | -4/+6 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 1 | -1/+1 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Add in some backwards compatability hacks to make -HEAD net80211 compile | adrian | 2013-08-22 | 1 | -0/+2 |
* | Add m_clrprotoflags() to clear protocol specific mbuf flags at up and | andre | 2013-08-19 | 1 | -1/+2 |
* | Substitute '#ifdef ALIGNED_POINTER' with '#ifndef __NO_STRICT_ALIGNMENT', | glebius | 2013-02-12 | 1 | -2/+2 |
* | Start accepting IEEE80211_ACTION_MESH_GANN frames; | monthadar | 2013-02-07 | 1 | -0/+4 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -1/+1 |
* | Added Self-protected action category (including MPM). | monthadar | 2012-05-01 | 1 | -0/+18 |
* | Fix build w/o 'options IEEE80211_SUPPORT_MESH'. | glebius | 2012-03-04 | 1 | -0/+2 |
* | * Added IEEE80211_ACTION_CAT_MESH in ieee80211.h as specified amendment spec; | adrian | 2012-03-04 | 1 | -0/+31 |
* | Print out the bogus beacon interval. | adrian | 2012-02-28 | 1 | -1/+2 |
* | Add 802.11h quiet time element support into net80211. | adrian | 2011-11-08 | 1 | -0/+3 |
* | Add initial support for MIMO statistics to net80211. | adrian | 2011-04-08 | 1 | -1/+46 |
* | Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while here | bschmidt | 2011-02-21 | 1 | -1/+0 |
* | Constify vap argument of ieee80211_{note,discard}* functions. | rpaulo | 2010-03-31 | 1 | -7/+8 |
* | Fix a typo in ifdef mesh support. This would make mesh unworkable if | rpaulo | 2009-08-17 | 1 | -1/+1 |
* | More mesh bits, namely: | rpaulo | 2009-07-20 | 1 | -11/+5 |
* | Move code that does payload realigment to a new routine, ieee80211_realign, | sam | 2009-07-18 | 1 | -47/+3 |
* | Implementation of the upcoming Wireless Mesh standard, 802.11s, on the | rpaulo | 2009-07-11 | 1 | -1/+24 |
* | iv_flags_ext is full, make room by moving HT-related flags to a new | sam | 2009-06-07 | 1 | -1/+1 |
* | o station mode channel switch support | sam | 2009-06-04 | 1 | -0/+12 |
* | Fix monitor mode vaps to work as intended: | sam | 2009-06-02 | 1 | -3/+5 |
* | don't dispatch frames to vap's not running | sam | 2009-06-02 | 1 | -0/+3 |
* | Overhaul monitor mode handling: | sam | 2009-05-20 | 1 | -3/+2 |
* | split Atheros SuperG support out into it's own file that's included only | sam | 2009-03-24 | 1 | -77/+2 |
* | Use plural in a comment. No functional change. | rpaulo | 2009-03-18 | 1 | -1/+1 |
* | TDMA support for long distance point-to-point links using ath devices: | sam | 2009-01-08 | 1 | -1/+5 |
* | convert MALLOC/FREE to malloc/free | sam | 2008-12-18 | 1 | -1/+1 |
* | Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 but | sam | 2008-12-15 | 1 | -8/+0 |
* | ignore IEEE80211_ELEMID_PWRCNSTR when parsing beacon/probe response frames | sam | 2008-10-25 | 1 | -0/+1 |
* | Revert the removal of the MALLOC and FREE macros from the net80211 code. | des | 2008-10-23 | 1 | -1/+1 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -1/+1 |
* | correct decap of of AppleTalk and IPX frames; don't strip the SNAP | sam | 2008-08-02 | 1 | -1/+4 |
* | Multi-bss (aka vap) support for 802.11 devices. | sam | 2008-04-20 | 1 | -2874/+376 |
* | - Correctly handle ALTQ in ieee80211_deliver_data() | sephe | 2008-02-03 | 1 | -2/+6 |
* | sync 11n support with vap code base; many changes based on interop | sam | 2007-11-02 | 1 | -3/+95 |
* | Miscellaneous fixups to 802.11 defs: | sam | 2007-09-05 | 1 | -1/+1 |
* | o add M_WEP mbuf flag so drivers can mark frames that are decrypted by the | sam | 2007-09-05 | 1 | -1/+5 |
* | Change the channel number in the scan results struct to be a pointer to the | thompsa | 2007-06-30 | 1 | -6/+7 |
* | Update 802.11 wireless support: | sam | 2007-06-11 | 1 | -262/+705 |
* | copyright updates: | sam | 2007-06-06 | 1 | -8/+2 |
* | change ieee80211_fix_rate to take a rate set instead of using | sam | 2007-03-11 | 1 | -1/+1 |
* | expose IEEE80211_DISCARD, IEEE80211_DISCARD_IE, and IEEE80211_DISCARD_MAC | sam | 2007-03-11 | 1 | -33/+3 |
* | improve debug msg for ie's that are too short | sam | 2007-03-11 | 1 | -1/+2 |
* | keep tx/rx seq #'s for non-QoS traffic separate from QoS; stations | sam | 2007-03-11 | 1 | -1/+1 |
* | split check for rate set mismatch on assoc req away from check | sam | 2007-03-11 | 1 | -10/+21 |
* | disallow re-associate with a slot time mismatch | sam | 2007-03-11 | 1 | -8/+27 |