commit | 70011f5f2cbdadb52536ae752d2a4d59189df03f | [log] [tgz] |
---|---|---|
author | Chaehyun Lim <chaehyun.lim@gmail.com> | Mon Mar 28 13:55:56 2016 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Mar 29 12:39:52 2016 -0700 |
tree | 35e869bb65d9ff749768fdcc36f012550f53387c | |
parent | 5d145b1ad404e8cb260283d8a8b0747261698c73 [diff] |
staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_set This patch changes data type of wid argument in wilc_wlan_cfg_set from u32 to u16. It is better to change data type of wid because wid has one of enum WID_T that is data type of u16. And, there is no need to use u16 type casting when calling wilc_wlan_cfg_set_wid function. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>