wireless:hostap_ap.c Fix warning: variable 'fc' set but not used
authorJustin P. Mattock <justinmattock@gmail.com>
Wed, 16 Jun 2010 05:33:51 +0000 (22:33 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 18 Jun 2010 19:05:12 +0000 (15:05 -0400)
commit1baf8a90bd5ad61bc0c55521cc097586531e7eb7
treef6a5a8b01e879fa37aed2629b74cfe4d73ff80dd
parentdeda484cd7aacecb5e372f9f649a9b7a9eaebf30
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>
drivers/net/wireless/hostap/hostap_ap.c