rtl8188eu: Remove CONFIG_MP_INCLUDED

This one is defined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-19 21:55:30 -05:00
parent e8b7f536c4
commit 085a651d9c
13 changed files with 45 additions and 128 deletions

View file

@ -382,13 +382,11 @@ static s32 update_txdesc(struct xmit_frame *pxmitframe, u8 *pmem, s32 sz ,u8 bag
{
DBG_88E("pxmitframe->frame_tag == TXAGG_FRAMETAG\n");
}
#ifdef CONFIG_MP_INCLUDED
else if (((pxmitframe->frame_tag&0x0f) == MP_FRAMETAG) &&
(padapter->registrypriv.mp_mode == 1))
{
fill_txdesc_for_mp(padapter, ptxdesc);
}
#endif
else
{
DBG_88E("pxmitframe->frame_tag = %d\n", pxmitframe->frame_tag);