commit | 2cc59e784b54fb95accbd5f5a9d12041eec72dbc | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <ordex@autistici.org> | Fri Sep 07 13:28:53 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Sep 07 13:50:47 2012 +0200 |
tree | bca938328d00ea0158c07e114ee16890424d2d8b | |
parent | 6ae16775d6bcd57e64100fda78fd01c8e7e7f08d [diff] |
mac80211: reply to AUTH with DEAUTH if sta allocation fails in IBSS Whenever a host gets an AUTH frame it first allocates a new station and then replies with another AUTH frame. However, if sta allocations fails the host should send a DEAUTH frame instead to tell the other end that something went wrong. Signed-off-by: Antonio Quartulli <ordex@autistici.org> [reword commit message a bit] Signed-off-by: Johannes Berg <johannes.berg@intel.com>