linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac
Austin Kim 37bc6c72f5 brcmsmac: Remove always false 'channel < 0' statement
As 'channel' is declared as u16, the following expression is always false.
   channel < 0

So we can remove unnecessary 'always false' statement.

Signed-off-by: Austin Kim <austindh.kim@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2019-12-18 20:27:40 +02:00
..
phy brcmsmac: Use DIV_ROUND_CLOSEST directly to make it readable 2019-09-13 16:45:17 +03:00
aiutils.c
aiutils.h
ampdu.c
ampdu.h
antsel.c
antsel.h
brcms_trace_brcmsmac_msg.h
brcms_trace_brcmsmac_tx.h
brcms_trace_brcmsmac.h
brcms_trace_events.c
brcms_trace_events.h
channel.c brcmsmac: remove duplicated if condition 2019-10-01 12:14:46 +03:00
channel.h
d11.h
debug.c
debug.h
dma.c
dma.h
led.c
led.h
mac80211_if.c mac80211: simplify TX aggregation start 2019-10-04 13:58:13 +02:00
mac80211_if.h
main.c brcmsmac: Remove always false 'channel < 0' statement 2019-12-18 20:27:40 +02:00
main.h
Makefile
phy_shim.c
phy_shim.h
pmu.c
pmu.h
pub.h
rate.c
rate.h
scb.h
stf.c
stf.h
types.h
ucode_loader.c
ucode_loader.h