[PATCH] libertas: remove debugmode
There is nowhere any place that set's this variable. Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
David S. Miller

parent
0a6d0555e9
commit
f455eb1a4b
@@ -172,10 +172,6 @@ int libertas_process_rxed_packet(wlan_private * priv, struct sk_buff *skb)
|
||||
|
||||
lbs_deb_enter(LBS_DEB_RX);
|
||||
|
||||
if (priv->adapter->debugmode & MRVDRV_DEBUG_RX_PATH)
|
||||
lbs_dbg_hex("RX packet: ", skb->data,
|
||||
min_t(unsigned int, skb->len, 100));
|
||||
|
||||
if (priv->adapter->linkmode == WLAN_LINKMODE_802_11)
|
||||
return process_rxed_802_11_packet(priv, skb);
|
||||
|
||||
|
Reference in New Issue
Block a user