]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
fix typo in station code
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 16 Sep 2008 16:36:50 +0000 (18:36 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Tue, 16 Sep 2008 16:36:50 +0000 (18:36 +0200)
station.c

index c3fcb78872aed90f6ec47c085955f29c40c9c583..8c507999a6bd030dfa46ecd5edc858e401b14c1d 100644 (file)
--- a/station.c
+++ b/station.c
@@ -203,4 +203,4 @@ static int handle_station_dump(struct nl_cb *cb,
        return 0;
 }
 COMMAND(station, dump, NULL,
-       NL80211_CMD_SET_STATION, NLM_F_DUMP, CIB_NETDEV, handle_station_dump);
+       NL80211_CMD_GET_STATION, NLM_F_DUMP, CIB_NETDEV, handle_station_dump);