Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iwlwifi: fix comment describing disable_11n

Fixing a comment in the code describing this module parameter.
The description printed when user runs "modinfo" is correct.

Reported-by: Jiajia Zheng <jiajia.zheng@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Reinette Chatre and committed by
John W. Linville
c18bd87b 13c33a09

+1 -1
+1 -1
drivers/net/wireless/iwlwifi/iwl-core.h
··· 182 182 int disable_hw_scan; /* def: 0 = use h/w scan */ 183 183 int num_of_queues; /* def: HW dependent */ 184 184 int num_of_ampdu_queues;/* def: HW dependent */ 185 - int disable_11n; /* def: 0 = disable 11n capabilities */ 185 + int disable_11n; /* def: 0 = 11n capabilities enabled */ 186 186 int amsdu_size_8K; /* def: 1 = enable 8K amsdu size */ 187 187 int antenna; /* def: 0 = both antennas (use diversity) */ 188 188 int restart_fw; /* def: 1 = restart firmware */