summaryrefslogtreecommitdiffstats
path: root/sys/dev/ral/rt2661.c
diff options
context:
space:
mode:
authorbschmidt <bschmidt@FreeBSD.org>2010-08-14 20:12:10 +0000
committerbschmidt <bschmidt@FreeBSD.org>2010-08-14 20:12:10 +0000
commit267bcceb3d9d51963daee114cc9bf9489dea3825 (patch)
tree91ed3ee979937a33ff768793756b4e3080f66e14 /sys/dev/ral/rt2661.c
parent50862398d57767264019513ed29d01032aff7037 (diff)
downloadFreeBSD-src-267bcceb3d9d51963daee114cc9bf9489dea3825.zip
FreeBSD-src-267bcceb3d9d51963daee114cc9bf9489dea3825.tar.gz
Introduce IEEE80211_C_RATECTL, drivers which use the ratectl framework
should set this capability. MFC after: 2 weeks
Diffstat (limited to 'sys/dev/ral/rt2661.c')
-rw-r--r--sys/dev/ral/rt2661.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ral/rt2661.c b/sys/dev/ral/rt2661.c
index 9b77c23..04729be 100644
--- a/sys/dev/ral/rt2661.c
+++ b/sys/dev/ral/rt2661.c
@@ -294,6 +294,7 @@ rt2661_attach(device_t dev, int id)
| IEEE80211_C_TXFRAG /* handle tx frags */
| IEEE80211_C_WME /* 802.11e */
#endif
+ | IEEE80211_C_RATECTL /* use ratectl */
;
bands = 0;
OpenPOWER on IntegriCloud