commit | deda484cd7aacecb5e372f9f649a9b7a9eaebf30 | [log] [tgz] |
---|---|---|
author | Justin P. Mattock <justinmattock@gmail.com> | Tue Jun 15 22:33:50 2010 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jun 18 15:05:11 2010 -0400 |
tree | 16b275688c5a3542dfeae80ba40b84fa2976cdc3 | |
parent | abf52f86aa0a49a7377350cafa8f218c4cd227e7 [diff] |
wireless:hostap_main.c warning: variable 'iface' set but not used The patch below fixes a warning message Im seeing with gcc 4.6.0 CC [M] drivers/net/wireless/hostap/hostap_main.o drivers/net/wireless/hostap/hostap_main.c: In function 'hostap_set_multicast_list_queue': drivers/net/wireless/hostap/hostap_main.c:744:27: warning: variable 'iface' set but not used Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>