OSDN Git Service

iwlwifi: mvm: document switch case fall-through in iwl_mvm_send_sta_key
authorJohn W. Linville <linville@tuxdriver.com>
Mon, 12 Jan 2015 21:18:11 +0000 (16:18 -0500)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 22 Jan 2015 15:55:19 +0000 (17:55 +0200)
commitaa0cb08b9575f4c37d6936b9189ecdcdbc94ee7a
treec57a5142eda924d621d57e08fce11aa3b379840e
parentec41088f2bff8c6b151c450798534a1037eda47e
iwlwifi: mvm: document switch case fall-through in iwl_mvm_send_sta_key

Add a comment indicating that the WLAN_CIPHER_SUITE_WEP104 case falls
through to the WLAN_CIPHER_SUITE_WEP40 case in iwl_mvm_send_sta_key.
This will document that the lack of a break is intentional.

Coverity: CID 1260023

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/sta.c