static s32 xmitframe_swencrypt(struct adapter *padapter, struct xmit_frame *pxmitframe)
 {
-
        struct  pkt_attrib       *pattrib = &pxmitframe->attrib;
 
        if (pattrib->bswenc) {
                                psta = rtw_get_stainfo(&padapter->stapriv, pattrib->ra);
 
                        if (!psta) {
-
                                DBG_871X("%s, psta ==NUL\n", __func__);
                                goto xmitframe_coalesce_fail;
                        }
 
 void rtw_update_protection(struct adapter *padapter, u8 *ie, uint ie_len)
 {
-
        uint    protection;
        u8 *perp;
        sint     erp_len;
        if (list_empty(&pfree_queue->queue)) {
                pxmitbuf = NULL;
        } else {
-
                phead = get_list_head(pfree_queue);
 
                plist = get_next(phead);
        if (list_empty(&pfree_xmitbuf_queue->queue)) {
                pxmitbuf = NULL;
        } else {
-
                phead = get_list_head(pfree_xmitbuf_queue);
 
                plist = get_next(phead);
        plist = get_next(phead);
 
        while (phead != plist) {
-
                pxmitframe = LIST_CONTAINOR(plist, struct xmit_frame, list);
 
                plist = get_next(plist);
 
                hwxmits[4] .sta_queue = &pxmitpriv->be_pending;
        } else if (pxmitpriv->hwxmit_entry == 4) {
-
                hwxmits[0] .sta_queue = &pxmitpriv->vo_pending;
 
                hwxmits[1] .sta_queue = &pxmitpriv->vi_pending;
        struct registry_priv *registry = &adapter->registrypriv;
 
        if (registry->hiq_filter == RTW_HIQ_FILTER_ALLOW_SPECIAL) {
-
                struct pkt_attrib *attrib = &xmitframe->attrib;
 
                if (attrib->ether_type == 0x0806