commit | cd1658f592a60d028dd2e48d86724b737a82cab0 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Thu Apr 16 15:00:58 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Apr 17 15:27:13 2009 -0400 |
tree | 1ab6ca94c78fa9281e1d4fb12d9e8b85a69f93fc | |
parent | 160002fe845218f5789a26954048592c3920ac7b [diff] |
cfg80211: do not replace BSS structs Instead, allocate extra IE memory if necessary. Normally, this isn't even necessary since there's enough space. This is a better way of correcting the "held BSS can disappear" issue, but also a lot more code. It is also necessary for proper auth/assoc BSS handling in the future. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>