aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wpi
diff options
context:
space:
mode:
authorBernhard Schmidt <bschmidt@FreeBSD.org>2010-08-14 20:12:10 +0000
committerBernhard Schmidt <bschmidt@FreeBSD.org>2010-08-14 20:12:10 +0000
commitad8e331bf2bcc8183691b3dfec7b0470256a21d5 (patch)
tree91ed3ee979937a33ff768793756b4e3080f66e14 /sys/dev/wpi
parenta7112b557fc76e1f7145ef334bd3d465b6688e91 (diff)
downloadsrc-ad8e331bf2bcc8183691b3dfec7b0470256a21d5.tar.gz
src-ad8e331bf2bcc8183691b3dfec7b0470256a21d5.zip
Introduce IEEE80211_C_RATECTL, drivers which use the ratectl framework
should set this capability. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=211314
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 f6edc916569c..26336bfc3b82 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 */
;
/*