History log of /dflybsd-src/sys/dev/netif/ral/Makefile (Results 1 – 11 of 11)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.4.0, v6.4.0rc1, v6.5.0, v6.2.2, v6.2.1, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc
# 8873673b 16-May-2014 Sascha Wildner <saw@online.de>

kernel/ral: Clean up a mis-delete I did.


# 76c21ea3 15-May-2014 Sascha Wildner <saw@online.de>

kernel/ral: Bring in support for further chips (RT2700/2800/3090 series).

Unfortunately I don't have any hardware to test and no one volunteered
when I asked on the lists. Pushing anyway because it

kernel/ral: Bring in support for further chips (RT2700/2800/3090 series).

Unfortunately I don't have any hardware to test and no one volunteered
when I asked on the lists. Pushing anyway because it shouldn't break
RT2500/2501/2600 support. We'll see if someone reports issues with
it.

show more ...


# 59ca58cc 02-May-2014 Sascha Wildner <saw@online.de>

kernel/ral: Switch back to using pcidevs.h.

It was lost with feb94d24033db5d8fe8e5e4807103d48f3638ceb.


Revision tags: v3.6.2, v3.6.1, v3.6.0, v3.7.1, v3.6.0rc, v3.4.3, v3.4.2, v3.4.1, v3.4.0, v3.4.0rc, v3.5.0, v3.2.2, v3.2.1, v3.2.0, v3.3.0, v3.0.3, v3.0.2, v3.0.1, v3.1.0, v3.0.0
# 86d7f5d3 26-Nov-2011 John Marino <draco@marino.st>

Initial import of binutils 2.22 on the new vendor branch

Future versions of binutils will also reside on this branch rather
than continuing to create new binutils branches for each new version.


Revision tags: v2.12.0, v2.13.0, v2.10.1, v2.11.0, v2.10.0, v2.9.1, v2.8.2, v2.8.1, v2.8.0, v2.9.0, v2.6.3, v2.7.3, v2.6.2, v2.7.2, v2.7.1, v2.6.1, v2.7.0, v2.6.0, v2.5.1, v2.4.1, v2.5.0, v2.4.0
# 43db70b8 08-Sep-2009 Simon Schubert <corecode@dragonflybsd.org>

modules: remove KMODDEPS, it is not used anymore


Revision tags: v2.3.2, v2.3.1, v2.2.1, v2.2.0, v2.3.0, v2.1.1, v2.0.1
# 822dce70 02-Apr-2007 Sepherosa Ziehau <sephe@dragonflybsd.org>

Nuke old TX rate control algorithm coming with ral(4).


# 0dba45fe 01-Apr-2007 Sepherosa Ziehau <sephe@dragonflybsd.org>

- Define 802.11 modulation types as 'enum ieee80211_modtype'.
- Expose ieee80211_rate2modtype() for pubic use.
- Add definition for DIFS, slot time and contention window.
- Add addition field in TX r

- Define 802.11 modulation types as 'enum ieee80211_modtype'.
- Expose ieee80211_rate2modtype() for pubic use.
- Add definition for DIFS, slot time and contention window.
- Add addition field in TX rate control state structure, so drivers can
give hints to TX rate control algorithms about their capabilities.
- Add Sample TX rate control support:
http://www.pdos.lcs.mit.edu/papers/jbicket-ms.pdf
It is factored out and adapted from the one in ath(4).
- In ieee80211_ratectl.h, expose only IEEE80211_RATECTL_{ONOE,AMRR,SAMPLE}
for user space program.
- Teach ifconfig(8) to show and set Sample TX rate control algorithm.
- Fix a node leakage on rt2560_tx_mgt() error handling path.
- Support Onoe and Sample TX rate control algorithm in 2560 part of
ral(4), and use Sample TX rate control algorithm as the default TX
rate control algorithm. [*]
- Make ral(4) depend on wlan_ratectl_{onoe,sample}.
- Hook Sample TX rate control algorithm into GENERIC and LINT.

# [*]
# If Sample TX rate control algorithm is used, I get almost 100~200%
# UDP_STREAM netperf TX performance boost than the original TX rate
# control algorithm in open/noisy enviroments, and +200~500Kbits/s
# UDP_STREAM netperf TX performance boost under good conditions.

show more ...


# 5fdff524 20-May-2006 Sepherosa Ziehau <sephe@dragonflybsd.org>

- Add ral(4) for Ralink RT2500/RT2501/RT2600 chip based wireless NIC
- Add ral(4) to GENERIC and LINT
- Add man page for ral(4)
Reviewed-by: swildner

Thank Damien Bergamini for his work on this dr

- Add ral(4) for Ralink RT2500/RT2501/RT2600 chip based wireless NIC
- Add ral(4) to GENERIC and LINT
- Add man page for ral(4)
Reviewed-by: swildner

Thank Damien Bergamini for his work on this driver

For RT2500:
- Fix a ieee80211_node leakage
- Due to the inter-dependency nature of DONE/(ENCRYPT|DECRYPT) intr, reap desc
rings twice if one of them comes. This change gives me ~17.6% TX performance
boost on my ASUS WL-107G (WPA is used here):
Original way of TX/RX intr processing
------------------------------------------------------------
Client connecting to sephe-test, TCP port 5001
TCP window size: 32.5 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.2.14 port 1063 connected with 192.168.2.254 port 5001
[ 3] 0.0- 5.0 sec 10.2 MBytes 17.1 Mbits/sec
[ 3] 5.0-10.0 sec 9.95 MBytes 16.7 Mbits/sec
[ 3] 10.0-15.0 sec 9.67 MBytes 16.2 Mbits/sec
[ 3] 15.0-20.0 sec 10.1 MBytes 17.0 Mbits/sec
[ 3] 20.0-25.0 sec 10.2 MBytes 17.1 Mbits/sec
[ 3] 25.0-30.0 sec 10.0 MBytes 16.8 Mbits/sec
[ 3] 30.0-35.0 sec 9.91 MBytes 16.6 Mbits/sec
[ 3] 35.0-40.0 sec 10.3 MBytes 17.2 Mbits/sec
[ 3] 40.0-45.0 sec 9.87 MBytes 16.6 Mbits/sec
[ 3] 45.0-50.0 sec 9.94 MBytes 16.7 Mbits/sec
[ 3] 50.0-55.0 sec 10.2 MBytes 17.2 Mbits/sec
[ 3] 55.0-60.0 sec 9.73 MBytes 16.3 Mbits/sec
[ 3] 0.0-60.0 sec 120 MBytes 16.8 Mbits/sec

Adapted way of TX/RX intr processing
------------------------------------------------------------
Client connecting to sephe-test, TCP port 5001
TCP window size: 32.5 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.2.14 port 1062 connected with 192.168.2.254 port 5001
[ 3] 0.0- 5.0 sec 11.8 MBytes 19.8 Mbits/sec
[ 3] 5.0-10.0 sec 11.5 MBytes 19.4 Mbits/sec
[ 3] 10.0-15.0 sec 11.1 MBytes 18.7 Mbits/sec
[ 3] 15.0-20.0 sec 12.0 MBytes 20.1 Mbits/sec
[ 3] 20.0-25.0 sec 12.6 MBytes 21.2 Mbits/sec
[ 3] 25.0-30.0 sec 11.7 MBytes 19.6 Mbits/sec
[ 3] 30.0-35.0 sec 12.3 MBytes 20.7 Mbits/sec
[ 3] 35.0-40.0 sec 11.9 MBytes 19.9 Mbits/sec
[ 3] 40.0-45.0 sec 11.9 MBytes 19.9 Mbits/sec
[ 3] 45.0-50.0 sec 12.2 MBytes 20.4 Mbits/sec
[ 3] 50.0-55.0 sec 12.1 MBytes 20.2 Mbits/sec
[ 3] 55.0-60.0 sec 12.3 MBytes 20.7 Mbits/sec
[ 3] 0.0-60.0 sec 143 MBytes 20.0 Mbits/sec

Obtained-from: FreeBSD

show more ...


# 91e04f71 12-Jun-2010 Venkatesh Srinivas <me@endeavour.zapto.org>

Merge branch 'master' of /repository/git/dragonfly


# 39989730 12-Jun-2010 Sascha Wildner <saw@online.de>

ral(4) firmware: Explicitly including <bsd.subdir.mk> isn't needed.


# bb8ba8d6 02-Jun-2010 Joe Talbott <josepht@dragonflybsd.org>

ralfw - Add firmware for ral(4)

Taken-From: FreeBSD