From: Johannes Berg Date: Tue, 16 Sep 2008 16:36:50 +0000 (+0200) Subject: fix typo in station code X-Git-Tag: v0.9~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f903d0356657587ed9ba4567d87a56ac1ddbc8f4;p=thirdparty%2Fiw.git fix typo in station code --- diff --git a/station.c b/station.c index c3fcb78..8c50799 100644 --- 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);