]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdba7ce68443623a6bf7dc92ffce54067f0b0766a
treef6a5a8b01e879fa37aed2629b74cfe4d73ff80dd
parentd1984df5686830873025013372832eb8f8677604
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