| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert the wifi ifnet changes until things are more baked and tested. | adrian | 2015-08-08 | 1 | -118/+189 |
* | Change KPI of how device drivers that provide wireless connectivity interact | glebius | 2015-08-07 | 1 | -189/+118 |
* | Change three methods in struct ieee80211com, namely ic_updateslot, | glebius | 2015-05-25 | 1 | -12/+11 |
* | Set ic_softc in all 802.11 drivers. Not required right now, but will be | glebius | 2015-05-25 | 1 | -0/+1 |
* | Make net80211 drivers supply their device name to the net80211 layer, so | glebius | 2015-05-25 | 1 | -0/+1 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 1 | -12/+12 |
* | Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. | kevlo | 2014-01-08 | 1 | -2/+2 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Implement basic 802.11n awareness in the PHY and AMRR rate control code. | adrian | 2013-07-04 | 1 | -1/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -3/+3 |
* | Fix some net80211 enum nits: | bschmidt | 2011-12-17 | 1 | -7/+7 |
* | Don't hardcode assumptions about basic rates, similar to what the rt2661 | bschmidt | 2011-04-09 | 1 | -13/+21 |
* | Pull ieee80211_ratectl_node_init() calls from drivers into net80211. | bschmidt | 2011-01-17 | 1 | -9/+0 |
* | Instead of using the AMRR ratectl algo as default for drivers which have | bschmidt | 2010-11-06 | 1 | -1/+0 |
* | If rt2560_bbp_init() fails, don't drop the lock as the callers of | jhb | 2010-09-29 | 1 | -2/+1 |
* | Introduce IEEE80211_C_RATECTL, drivers which use the ratectl framework | bschmidt | 2010-08-14 | 1 | -0/+1 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | sobomax | 2010-05-03 | 1 | -2/+2 |
* | Remove unnecessary assignment. | rpaulo | 2010-04-07 | 1 | -1/+0 |
* | net80211 rate control framework (net80211 ratectl). | rpaulo | 2010-04-07 | 1 | -35/+22 |
* | Implementation of the upcoming Wireless Mesh standard, 802.11s, on the | rpaulo | 2009-07-11 | 1 | -3/+9 |
* | validate tx rate(s) in the raw xmit path | sam | 2009-05-29 | 1 | -3/+3 |
* | Overhaul monitor mode handling: | sam | 2009-05-20 | 1 | -44/+33 |
* | Hoist 802.11 encapsulation up into net80211: | sam | 2009-03-30 | 1 | -8/+0 |
* | o add ic_rt to track the rate table for the current channel; this enables | sam | 2009-03-29 | 1 | -12/+9 |
* | Eliminate ic_myaddr so changing the mac address of a device works correctly: | sam | 2009-03-29 | 1 | -4/+4 |
* | o use the new association callback to notify the driver when joining a bss | sam | 2008-10-27 | 1 | -6/+1 |
* | Change the calling convention for ic_node_alloc to deal with | sam | 2008-06-07 | 1 | -3/+4 |
* | Update PLCP<->rate mapping support: | sam | 2008-05-12 | 1 | -2/+26 |
* | Minor cleanup of vap create work: | sam | 2008-05-12 | 1 | -1/+2 |
* | fix typo's that broke duration calculation on protection frames | sam | 2008-05-11 | 1 | -1/+1 |
* | Only start the vaps if the init routine completed. | thompsa | 2008-05-10 | 1 | -1/+2 |
* | Unify all the wifi *_ioctl routines | thompsa | 2008-05-01 | 1 | -7/+8 |
* | Multi-bss (aka vap) support for 802.11 devices. | sam | 2008-04-20 | 1 | -684/+537 |
* | Various bug fixes for 2560 parts of ral(4): | sephe | 2008-02-03 | 1 | -33/+109 |
* | Check wep flag in *_tx_mgt since we need to encrypt some management frame | kevlo | 2007-11-06 | 1 | -0/+11 |
* | Update beacon handling to sync w/ vap code base: | sam | 2007-09-17 | 1 | -2/+13 |
* | Add missing bits that made bg scanning lame: | sam | 2007-09-05 | 1 | -0/+6 |
* | o add 802.11 state machine states for DFS and client-side power save | sam | 2007-09-05 | 1 | -0/+1 |
* | Use bus_get_dma_tag() to obtain the parent DMA tag. | kevlo | 2007-07-22 | 1 | -12/+15 |
* | Don't use 64-byte header on each packet in radiotap. | kevlo | 2007-06-29 | 1 | -3/+4 |
* | Update 802.11 wireless support: | sam | 2007-06-11 | 1 | -138/+180 |
* | - Fix mbuf/node leakage in drivers' raw_xmit(). | sephe | 2007-04-19 | 1 | -1/+7 |
* | allow net80211 to fillin rate sets | sam | 2007-03-11 | 1 | -20/+1 |
* | Remove dependency on deprecated if_watchdog ABI. | bms | 2006-12-19 | 1 | -16/+9 |
* | Add header files <sys/lock.h> and <sys/mutex.h> for mtx_init() and friends. | kevlo | 2006-12-07 | 1 | -0/+2 |
* | remove unnecessary null ptr check | sam | 2006-08-02 | 1 | -2/+1 |
* | support for 802.11 packet injection via bpf | sam | 2006-07-26 | 1 | -0/+125 |
* | Fix the following bpf(4) race condition which can result in a panic: | csjp | 2006-06-02 | 1 | -7/+7 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | o fixes the locking of if_init(). | damien | 2006-03-21 | 1 | -2/+20 |