compat-wireless: Handle name change from iwlagn to iwlwifi in 3.2
authorDon Fry <donald.h.fry@intel.com>
Tue, 6 Mar 2012 23:45:52 +0000 (15:45 -0800)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Fri, 9 Mar 2012 02:10:28 +0000 (18:10 -0800)
commit7e0d049f8d43a00471f68d9c94dca32ea76d430b
tree2eb688defd7ccefd6b577d79546585ef2c98cf11
parentfec9b975d3142eb3f51d3b492d6d5c99ad5b217a
compat-wireless: Handle name change from iwlagn to iwlwifi in 3.2

With linux-3.2 the iwlagn driver is renamed iwlwifi.  For some kernels
(like 3.1.5) this causes the non-compat iwlagn.ko to try and run against
the compat mac80211 resulting in an oops.  This change prevents the
non-compat iwlagn.ko from being loaded.

Signed-off-by: Don Fry <donald.h.fry@intel.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
Makefile
scripts/iwl-enable
scripts/unload.sh
scripts/wlunload.sh