| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r217511: | Bernhard Schmidt | 2011-01-20 | 2 | -18/+0 |
| * | MFC r214894: | Bernhard Schmidt | 2010-11-20 | 2 | -2/+0 |
| * | MFC r207554: | Maxim Sobolev | 2010-11-15 | 2 | -4/+4 |
| * | MFC 213268: | John Baldwin | 2010-10-12 | 1 | -2/+1 |
| * | MFC r211295,211314,211546: | Bernhard Schmidt | 2010-08-28 | 2 | -0/+2 |
| * | MFC r206367, r206358, r206370, r206371, r206372, r206398, r206415, | Rui Paulo | 2010-05-11 | 4 | -83/+36 |
| * | Implementation of the upcoming Wireless Mesh standard, 802.11s, on the | Rui Paulo | 2009-07-11 | 2 | -5/+16 |
| * | validate tx rate(s) in the raw xmit path | Sam Leffler | 2009-05-29 | 1 | -3/+3 |
| * | Overhaul monitor mode handling: | Sam Leffler | 2009-05-20 | 4 | -84/+71 |
| * | Hoist 802.11 encapsulation up into net80211: | Sam Leffler | 2009-03-30 | 2 | -16/+0 |
| * | o add ic_rt to track the rate table for the current channel; this enables | Sam Leffler | 2009-03-29 | 4 | -30/+18 |
| * | Eliminate ic_myaddr so changing the mac address of a device works correctly: | Sam Leffler | 2009-03-29 | 2 | -16/+16 |
| * | remove now-redunant cardbus attachment. | Warner Losh | 2009-03-09 | 1 | -1/+0 |
| * | o use the new association callback to notify the driver when joining a bss | Sam Leffler | 2008-10-27 | 2 | -12/+2 |
| * | Change the calling convention for ic_node_alloc to deal with | Sam Leffler | 2008-06-07 | 2 | -6/+8 |
| * | Update PLCP<->rate mapping support: | Sam Leffler | 2008-05-12 | 2 | -4/+52 |
| * | Minor cleanup of vap create work: | Sam Leffler | 2008-05-12 | 2 | -2/+4 |
| * | fix typo's that broke duration calculation on protection frames | Sam Leffler | 2008-05-11 | 2 | -2/+2 |
| * | Only start the vaps if the init routine completed. | Andrew Thompson | 2008-05-10 | 2 | -2/+4 |
| * | Unify all the wifi *_ioctl routines | Andrew Thompson | 2008-05-01 | 2 | -14/+16 |
| * | Multi-bss (aka vap) support for 802.11 devices. | Sam Leffler | 2008-04-20 | 9 | -3957/+1169 |
| * | fix locking botch | Sam Leffler | 2008-04-09 | 1 | -1/+3 |
| * | Various bug fixes for 2560 parts of ral(4): | Sepherosa Ziehau | 2008-02-03 | 3 | -37/+115 |
| * | Check wep flag in *_tx_mgt since we need to encrypt some management frame | Kevin Lo | 2007-11-06 | 2 | -0/+22 |
| * | Update beacon handling to sync w/ vap code base: | Sam Leffler | 2007-09-17 | 2 | -3/+14 |
| * | Add missing bits that made bg scanning lame: | Sam Leffler | 2007-09-05 | 2 | -0/+12 |
| * | o add 802.11 state machine states for DFS and client-side power save | Sam Leffler | 2007-09-05 | 2 | -0/+2 |
| * | Use bus_get_dma_tag() to obtain the parent DMA tag. | Kevin Lo | 2007-07-22 | 2 | -24/+29 |
| * | Don't use 64-byte header on each packet in radiotap. | Kevin Lo | 2007-06-29 | 2 | -6/+8 |
| * | Update 802.11 wireless support: | Sam Leffler | 2007-06-11 | 7 | -271/+386 |
| * | - Fix mbuf/node leakage in drivers' raw_xmit(). | Sepherosa Ziehau | 2007-04-19 | 1 | -1/+7 |
| * | allow net80211 to fillin rate sets | Sam Leffler | 2007-03-11 | 2 | -40/+3 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Remove dependency on deprecated if_watchdog ABI. | Bruce M Simpson | 2006-12-19 | 4 | -31/+19 |
| * | Add header files <sys/lock.h> and <sys/mutex.h> for mtx_init() and friends. | Kevin Lo | 2006-12-07 | 2 | -0/+4 |
| * | remove unnecessary null ptr check | Sam Leffler | 2006-08-02 | 1 | -2/+1 |
| * | support for 802.11 packet injection via bpf | Sam Leffler | 2006-07-26 | 1 | -0/+125 |
| * | Fix kernel panic in rt2661_tx_intr() if no frames has been sent. | Max Khon | 2006-06-05 | 1 | -0/+4 |
| * | add missed calls to bpf_peers_present | Sam Leffler | 2006-06-02 | 1 | -2/+2 |
| * | Fix the following bpf(4) race condition which can result in a panic: | Christian S.J. Peron | 2006-06-02 | 2 | -10/+10 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 3 | -3/+0 |
| * | o fixes the locking of if_init(). | Damien Bergamini | 2006-03-21 | 2 | -3/+45 |
| * | Disable 802.11e support for now. Did some cleanup while I'm here. | Damien Bergamini | 2006-03-07 | 1 | -4/+2 |
| * | Fix include paths to make this compile. | Mike Silbersack | 2006-03-05 | 3 | -10/+10 |
| * | Import microcodes for RT2561, RT2561S and RT2661 chipsets. | Damien Bergamini | 2006-03-05 | 1 | -0/+2268 |
| * | Add support for the second (RT2561/RT2561S) and third (RT2661 MIMO XR) | Damien Bergamini | 2006-03-05 | 9 | -1295/+4813 |
| * | use s/w bmiss facility | Sam Leffler | 2006-02-18 | 1 | -0/+2 |
| * | stop device so we don't panic on card eject | Sam Leffler | 2006-02-18 | 1 | -0/+1 |
| * | Adjust tx power based on user preferences. | Damien Bergamini | 2006-01-29 | 1 | -0/+3 |
| * | o Fix short preamble support | Damien Bergamini | 2006-01-29 | 3 | -60/+95 |