From: Guy Eilam Date: Wed, 17 Aug 2011 12:18:14 +0000 (+0300) Subject: mac80211: refactor sta_info_insert_rcu to 3 main stages X-Git-Tag: v3.2-rc1~129^2~353^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c71df7a2f6a5345d6cad34e810c50edeca81521;p=pandora-kernel.git mac80211: refactor sta_info_insert_rcu to 3 main stages Divided the sta_info_insert_rcu function to 3 mini-functions: sta_info_insert_check - the initial checks done when inserting a new station sta_info_insert_ibss - the function that handles the station addition for IBSS interfaces sta_info_insert_non_ibss - the function that handles the station addition in other cases The outer API was not changed. The refactoring was done for better usage of the different stages in the station addition in new scenarios added in the next commit. Signed-off-by: Guy Eilam Signed-off-by: John W. Linville --- Reading git-diff-tree failed