From: Ilan Peer Date: Mon, 4 Jun 2012 16:39:30 +0000 (+0300) Subject: iwlwifi: decouple testmode and iwl-test X-Git-Tag: v3.6-rc1~125^2~57^2~332 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c76fe6d19b8beffe792c390c0bd215d193512f1e;p=pandora-kernel.git iwlwifi: decouple testmode and iwl-test The iwl-test flows were based on the cfg80211 testmode APIs. To remove this coupling, the op mode (during the initialization of the iwl_test object) is responsible to set the callbacks that should be used by iwl-test to allocate skbs for events and replies and to send events and replies. The current op modes implement these callbacks based on the cfg80211 testmode APIs. Reviewed-by: Emmanuel Grumbach Signed-off-by: Ilan Peer Signed-off-by: Johannes Berg --- Reading git-diff-tree failed