nl80211: Remove forgotten comment about SIOCSIWMODE
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 31 Mar 2009 12:25:10 +0000 (15:25 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 31 Mar 2009 12:25:10 +0000 (15:25 +0300)
src/drivers/driver_nl80211.c

index 615e9df..3e71159 100644 (file)
@@ -1616,7 +1616,7 @@ nla_put_failure:
 
 
 /**
- * wpa_driver_nl80211_set_mode - Set wireless mode (infra/adhoc), SIOCSIWMODE
+ * wpa_driver_nl80211_set_mode - Set wireless mode (infra/adhoc)
  * @drv: Pointer to private driver data from wpa_driver_nl80211_init()
  * @mode: 0 = infra/BSS (associate with an AP), 1 = adhoc/IBSS
  * Returns: 0 on success, -1 on failure