Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abc79b18 authored by Ana Rey's avatar Ana Rey Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192u: Delete commented code in ieee80211/dot11d.c



Delete all commented code in ieee80211/dot11d.c that are not necessary.

Signed-off-by: default avatarAna Rey <anarey@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c541fa87
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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)