From: Dan Carpenter Date: Mon, 7 Feb 2011 19:03:35 +0000 (+0300) Subject: mac80211: remove unneeded check X-Git-Tag: v3.0~1578^2~403^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ad97fbcc233a295f2ccc2c6bdeb32323e360a5e;p=platform%2Fkernel%2Flinux-amlogic.git mac80211: remove unneeded check "ap" is the address of sdata->u.ap so it can never be NULL here. Also we dereferenced it on the previous line. I removed the check. Signed-off-by: Dan Carpenter Signed-off-by: John W. Linville --- diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index 2915168..38e5939 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c @@ -2245,7 +2245,7 @@ struct sk_buff *ieee80211_beacon_get_tim(struct ieee80211_hw *hw, if (sdata->vif.type == NL80211_IFTYPE_AP) { ap = &sdata->u.ap; beacon = rcu_dereference(ap->beacon); - if (ap && beacon) { + if (beacon) { /* * headroom, head length, * tail length and maximum TIM length