nl80211: Remove forgotten comment about SIOCSIWMODE

This commit is contained in:
Jouni Malinen 2009-03-31 15:25:10 +03:00 committed by Jouni Malinen
parent 1b2a72e884
commit d61f48ba1d

View 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