From: Emmanuel Grumbach Date: Thu, 9 Feb 2012 14:08:15 +0000 (+0200) Subject: iwlwifi: virtualize the op_mode X-Git-Tag: v3.4-rc1~177^2~139^2^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0f76d6869adad1f3757d102af47508be0642949;p=pandora-kernel.git iwlwifi: virtualize the op_mode Define the op_mode as an interface with its ops. All the functions of the op_mode are "private", but its ops is made public in iwl-op-mode.h. The drv object starts the op_mode by using the start function in the public ops. Signed-off-by: Emmanuel Grumbach Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed