aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/ieee80211_ioctl.c')
-rw-r--r--net/mac80211/ieee80211_ioctl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/mac80211/ieee80211_ioctl.c b/net/mac80211/ieee80211_ioctl.c
index 383ad5f64c1f..1d585cc2c8c7 100644
--- a/net/mac80211/ieee80211_ioctl.c
+++ b/net/mac80211/ieee80211_ioctl.c
@@ -1268,10 +1268,10 @@ static const iw_handler ieee80211_handler[] =
1268 (iw_handler) NULL /* kernel code */, /* SIOCGIWPRIV */ 1268 (iw_handler) NULL /* kernel code */, /* SIOCGIWPRIV */
1269 (iw_handler) NULL /* not used */, /* SIOCSIWSTATS */ 1269 (iw_handler) NULL /* not used */, /* SIOCSIWSTATS */
1270 (iw_handler) NULL /* kernel code */, /* SIOCGIWSTATS */ 1270 (iw_handler) NULL /* kernel code */, /* SIOCGIWSTATS */
1271 iw_handler_set_spy, /* SIOCSIWSPY */ 1271 (iw_handler) NULL, /* SIOCSIWSPY */
1272 iw_handler_get_spy, /* SIOCGIWSPY */ 1272 (iw_handler) NULL, /* SIOCGIWSPY */
1273 iw_handler_set_thrspy, /* SIOCSIWTHRSPY */ 1273 (iw_handler) NULL, /* SIOCSIWTHRSPY */
1274 iw_handler_get_thrspy, /* SIOCGIWTHRSPY */ 1274 (iw_handler) NULL, /* SIOCGIWTHRSPY */
1275 (iw_handler) ieee80211_ioctl_siwap, /* SIOCSIWAP */ 1275 (iw_handler) ieee80211_ioctl_siwap, /* SIOCSIWAP */
1276 (iw_handler) ieee80211_ioctl_giwap, /* SIOCGIWAP */ 1276 (iw_handler) ieee80211_ioctl_giwap, /* SIOCGIWAP */
1277 (iw_handler) ieee80211_ioctl_siwmlme, /* SIOCSIWMLME */ 1277 (iw_handler) ieee80211_ioctl_siwmlme, /* SIOCSIWMLME */