]> git.karo-electronics.de Git - karo-tx-linux.git/commit
iwlwifi: clean up ht config a little
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 11 Sep 2009 17:38:13 +0000 (10:38 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 7 Oct 2009 20:39:32 +0000 (16:39 -0400)
commitc812ee24855e20f43cf211e51e3eb53fe6dc6f1d
treec3f2cd6dee34fce68062b711fbfa112d8357272a
parentf3a2a42470c1c362b9a7b4e933a15a274d4b090e
iwlwifi: clean up ht config a little

is_ht can be bool instead of u8, and there's
no need to use IWL_CHANNEL_WIDTH_* constants
in supported_chan_width when that could just
be named is_40mhz instead.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-core.c
drivers/net/wireless/iwlwifi/iwl-dev.h