summaryrefslogtreecommitdiffstats
path: root/sys/dev/wpi
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/wpi
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/wpi')
-rw-r--r--sys/dev/wpi/if_wpi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/wpi/if_wpi.c b/sys/dev/wpi/if_wpi.c
index f6edc91..26336bfc3 100644
--- a/sys/dev/wpi/if_wpi.c
+++ b/sys/dev/wpi/if_wpi.c
@@ -634,6 +634,7 @@ wpi_attach(device_t dev)
| IEEE80211_C_WME /* 802.11e */
| IEEE80211_C_HOSTAP /* Host access point mode */
#endif
+ | IEEE80211_C_RATECTL /* use ratectl */
;
/*
OpenPOWER on IntegriCloud