cfg80211: Fix signal_type comparison
authorSujith <Sujith.Manoharan@atheros.com>
Thu, 13 May 2010 05:04:08 +0000 (10:34 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 21 May 2010 18:39:59 +0000 (14:39 -0400)
signal_type is enum cfg80211_signal_type.

This fixes the gcc warning:

scan.c: In function `cfg80211_inform_bss':
scan.c:518:6: warning: comparison between `enum cfg80211_signal_type' and `enum nl80211_bss'
scan.c: In function `cfg80211_inform_bss_frame':
scan.c:574:6: warning: comparison between `enum cfg80211_signal_type' and `enum nl80211_bss'

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found