commit | 9fa37a3d6604fcdd1372bc0d2d724c3371ecb7f9 | [log] [tgz] |
---|---|---|
author | Luciano Coelho <luciano.coelho@intel.com> | Tue Jan 28 17:09:08 2014 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Feb 04 21:58:11 2014 +0100 |
tree | 9cc5da67fb344d0ee8551aeea5fbc5dbb492f7e3 | |
parent | dbd72850dcc9738b42a9762ef8c4a1a66b30d897 [diff] |
mac80211: ibss: remove unnecessary call to release channel The ieee80211_vif_use_channel() function calls ieee80211_vif_release_channel(), so there's no need to call it explicitly in __ieee80211_sta_join_ibss(). Signed-off-by: Luciano Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>