commit | 13e0c8e355983cdd4ea7accc3b3208e80944716d | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Jul 27 10:43:16 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Jul 31 16:18:48 2012 +0200 |
tree | 6bf88d8be21d9a63e76c04f77b4475ac7a14da43 | |
parent | 1b49de26566e7175e8f2d0934db6d9119f553b56 [diff] |
mac80211: rename sta to new_sta In ieee80211_prep_connection(), the station (if not NULL) is the new station (representing the AP) that needs to be added. Rename the variable to "new_sta" to clarify this. Signed-off-by: Johannes Berg <johannes.berg@intel.com>