Re: [PATCH] iwlwifi: document switch case fall-through in iwl_mvm_send_sta_key

2015-01-12 Thread Grumbach, Emmanuel
On Mon, 2015-01-12 at 16:18 -0500, John W. Linville wrote: > 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 > > Sig

Re: [PATCH] iwlwifi: document switch case fall-through in iwl_mvm_send_sta_key

2015-01-12 Thread Johannes Berg
On Mon, 2015-01-12 at 16:18 -0500, John W. Linville wrote: > 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 > > Sig

[PATCH] iwlwifi: document switch case fall-through in iwl_mvm_send_sta_key

2015-01-12 Thread John W. Linville
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 --- This seems to work, so I'm guessing tha