mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-29 14:53:11 +00:00
drivers/net/wireless/iwmc3200wifi/rx.c: In function 'iwm_ntf_wifi_if_wrapper': drivers/net/wireless/iwmc3200wifi/rx.c:1198: warning: comparison is always true due to limited range of data type This is, of course, because the value of WIFI_IF_NTFY_MAX is 0xff and hdr->oid is a u8. This is obviously an attempt to verify the range on an input value, but since it has no effect it can simply be removed. Signed-off-by: John W. Linville <linville@tuxdriver.com> Acked-by: Samuel Ortiz <samuel.ortiz@intel.com> |
||
|---|---|---|
| .. | ||
| bus.h | ||
| cfg80211.c | ||
| cfg80211.h | ||
| commands.c | ||
| commands.h | ||
| debug.h | ||
| debugfs.c | ||
| eeprom.c | ||
| eeprom.h | ||
| fw.c | ||
| fw.h | ||
| hal.c | ||
| hal.h | ||
| iwm.h | ||
| Kconfig | ||
| lmac.h | ||
| main.c | ||
| Makefile | ||
| netdev.c | ||
| rx.c | ||
| rx.h | ||
| sdio.c | ||
| sdio.h | ||
| trace.c | ||
| trace.h | ||
| tx.c | ||
| umac.h | ||