Re: [PATCH 2/3] wlegacy: Remove unneeded variable and make function to be void

2019-09-15 Thread zhong jiang
On 2019/9/13 1:45, Kalle Valo wrote: > zhong jiang writes: > >> il4965_set_tkip_dynamic_key_info do not need return value to >> cope with different ases. And change functon return type to void. >> >> Signed-off-by: zhong jiang >> --- >> drivers/net/wireless/intel/iwlegacy/4965-mac.c | 8 ++-

Re: [PATCH 2/3] wlegacy: Remove unneeded variable and make function to be void

2019-09-12 Thread Kalle Valo
zhong jiang writes: > il4965_set_tkip_dynamic_key_info do not need return value to > cope with different ases. And change functon return type to void. > > Signed-off-by: zhong jiang > --- > drivers/net/wireless/intel/iwlegacy/4965-mac.c | 8 ++-- > 1 file changed, 2 insertions(+), 6 deleti

[PATCH 2/3] wlegacy: Remove unneeded variable and make function to be void

2019-09-12 Thread zhong jiang
il4965_set_tkip_dynamic_key_info do not need return value to cope with different ases. And change functon return type to void. Signed-off-by: zhong jiang --- drivers/net/wireless/intel/iwlegacy/4965-mac.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/net/wi