commit | 1baf8a90bd5ad61bc0c55521cc097586531e7eb7 | [log] [tgz] |
---|---|---|
author | Justin P. Mattock <justinmattock@gmail.com> | Tue Jun 15 22:33:51 2010 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jun 18 15:05:12 2010 -0400 |
tree | f6a5a8b01e879fa37aed2629b74cfe4d73ff80dd | |
parent | deda484cd7aacecb5e372f9f649a9b7a9eaebf30 [diff] |
wireless:hostap_ap.c Fix warning: variable 'fc' set but not used The below patch fixes a warning message when compiling with gcc 4.6.0 CC [M] drivers/net/wireless/hostap/hostap_ap.o drivers/net/wireless/hostap/hostap_ap.c: In function 'hostap_ap_tx_cb_assoc': drivers/net/wireless/hostap/hostap_ap.c:691:6: warning: variable 'fc' set but not used Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>