From: Helmut Schaa Date: Thu, 23 Jul 2009 10:14:04 +0000 (+0200) Subject: mac80211: Replace {sw, hw}_scanning variables with a bitfield X-Git-Tag: v2.6.32-rc1~703^2~506^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbe9c429f195111bbf7f1630efa19aee295fd8e7;p=pandora-kernel.git mac80211: Replace {sw, hw}_scanning variables with a bitfield Use a bitfield to store the current scan mode instead of two boolean variables {sw,hw}_scanning. This patch does not introduce functional changes but allows us to enhance the scan flags later (for example for background scanning). Signed-off-by: Helmut Schaa Signed-off-by: John W. Linville --- Reading git-diff-tree failed