From: Ana Rey Date: Tue, 18 Mar 2014 16:50:40 +0000 (+0100) Subject: staging: rtl8192u: Delete commented code in ieee80211/dot11d.c X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=abc79b18411929b27e34e4f2dadd0686b810e09c;p=deliverable%2Flinux.git staging: rtl8192u: Delete commented code in ieee80211/dot11d.c Delete all commented code in ieee80211/dot11d.c that are not necessary. Signed-off-by: Ana Rey Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192u/ieee80211/dot11d.c b/drivers/staging/rtl8192u/ieee80211/dot11d.c index 34edcfab96be..e0a9feabed86 100644 --- a/drivers/staging/rtl8192u/ieee80211/dot11d.c +++ b/drivers/staging/rtl8192u/ieee80211/dot11d.c @@ -48,8 +48,6 @@ Dot11d_Reset(struct ieee80211_device *ieee) pDot11dInfo->State = DOT11D_STATE_NONE; pDot11dInfo->CountryIeLen = 0; RESET_CIE_WATCHDOG(ieee); - - //printk("Dot11d_Reset()\n"); } // @@ -103,7 +101,6 @@ Dot11d_UpdateCountryIe( pTriple = (PCHNL_TXPOWER_TRIPLE)((u8 *)pTriple + 3); } - //printk("Dot11d_UpdateCountryIe(): Channel List:\n"); printk("Channel List:"); for(i=1; i<= MAX_CHANNEL_NUMBER; i++) if(pDot11dInfo->channel_map[i] > 0)