rtl8188eu: Remove unused IN and OUT directives used only for Windows

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-05-26 22:51:56 -05:00
parent 058fa5a916
commit 78adabf36d
43 changed files with 289 additions and 324 deletions

View file

@ -772,14 +772,13 @@ _func_exit_;
// Description: Leave all power save mode: LPS, FwLPS, IPS if needed.
// Move code to function by tynli. 2010.03.26.
//
void LeaveAllPowerSaveMode(IN PADAPTER Adapter)
void LeaveAllPowerSaveMode(PADAPTER Adapter)
{
struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv);
u8 enqueue = 0;
_func_enter_;
//DBG_88E("%s.....\n",__func__);
if (check_fwstate(pmlmepriv, _FW_LINKED) == true)
{ //connect
#ifdef CONFIG_LPS_LCLK