From: Justin P. Mattock Date: Wed, 16 Jun 2010 05:33:51 +0000 (-0700) Subject: wireless:hostap_ap.c Fix warning: variable 'fc' set but not used X-Git-Tag: v2.6.36-rc1~571^2~385^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1baf8a90bd5ad61bc0c55521cc097586531e7eb7;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed