Add iwl-load, and make sure we disable iwl4965 upon install
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 11 Nov 2008 23:08:04 +0000 (15:08 -0800)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 11 Nov 2008 23:08:04 +0000 (15:08 -0800)
commit2c10be357babf7bb1b228eac423d7e27fe672702
tree5dc0f92a13111f2b33454d39c4888cb2c53b7f28
parent9c500fb8540351dc10516343c2bae99f4fa122cb
Add iwl-load, and make sure we disable iwl4965 upon install

We now has two drivers for different kernel releases for
the Intel 4965 device. To account for this we add a script
to allow us to disable and enable one or each other.
By default we disable iwl4965 as we are replacing it with
iwlagn.

If you want to enable iwl4965:

iwl-load iwl4965

If you want to enable iwlagn:

iwl-load iwlagn

By default we'll use iwlagn.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Makefile
scripts/iwl-enable [new file with mode: 0755]
scripts/iwl-load [new file with mode: 0755]