From: Mohamed Abbas Date: Fri, 28 Mar 2008 23:21:05 +0000 (-0700) Subject: iwlwifi: add notification infrastructure to iwlcore X-Git-Tag: v2.6.26-rc1~1138^2~255 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8381fdcab98b74f670d879097bab35d97d88400;p=pandora-kernel.git iwlwifi: add notification infrastructure to iwlcore This patch add notification function to be called by low level iwl driver to notify iwlcore with current state. This function will call iwlcore subsystem with the new state. This will help make the code more consistent and easy to extend. For example the rf-kill need to know when the driver in init, start, stop or remove state. Instead doing the same call in 3945 and 4965, we just do it from this function. Signed-off-by: Mohamed Abbas Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed