Searched refs:IEEE80211_DL_ERR (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_BAProc.c | 117 IEEE80211_DEBUG(IEEE80211_DL_ERR, "pBA is NULL\n"); in ieee80211_ADDBA() 122 IEEE80211_DEBUG(IEEE80211_DL_ERR, "can't alloc skb for ADDBA_REQ\n"); in ieee80211_ADDBA() 209 IEEE80211_DEBUG(IEEE80211_DL_ERR, "can't alloc skb for ADDBA_REQ\n"); in ieee80211_DELBA() 262 IEEE80211_DEBUG(IEEE80211_DL_ERR, "alloc skb error in function %s()\n", __func__); in ieee80211_send_ADDBAReq() 283 IEEE80211_DEBUG(IEEE80211_DL_ERR, "alloc skb error in function %s()\n", __func__); in ieee80211_send_ADDBARsp() 309 IEEE80211_DEBUG(IEEE80211_DL_ERR, "alloc skb error in function %s()\n", __func__); in ieee80211_send_DELBA() 331 IEEE80211_DEBUG(IEEE80211_DL_ERR, in ieee80211_rx_ADDBAReq() 356 …IEEE80211_DEBUG(IEEE80211_DL_ERR, "Failed to reply on ADDBA_REQ as some capability is not ready(%d… in ieee80211_rx_ADDBAReq() 369 IEEE80211_DEBUG(IEEE80211_DL_ERR, "can't get TS in %s()\n", __func__); in ieee80211_rx_ADDBAReq() 379 IEEE80211_DEBUG(IEEE80211_DL_ERR, "BA Policy is not correct in %s()\n", __func__); in ieee80211_rx_ADDBAReq() [all …]
|
D | rtl819x_TSProc.c | 72 IEEE80211_DEBUG(IEEE80211_DL_ERR, "RxReorderIndicatePacket(): Rx Reorder buffer full!! \n"); in RxPktPendingTimeout() 304 IEEE80211_DEBUG(IEEE80211_DL_ERR, "get TS for Broadcast or Multicast\n"); in GetTs() 313 IEEE80211_DEBUG(IEEE80211_DL_ERR, " in %s(), TID(%d) is not valid\n", __func__, TID); in GetTs() 403 …IEEE80211_DEBUG(IEEE80211_DL_ERR, "in function %s() There is not enough TS record to be used!!", _… in GetTs() 536 IEEE80211_DEBUG(IEEE80211_DL_ERR, "%s()==>BA timer is already added\n", __func__); in TsStartAddBaProcess()
|
D | ieee80211_module.c | 161 IEEE80211_DEBUG(IEEE80211_DL_ERR, "can't alloc memory for HTInfo\n"); in alloc_ieee80211() 238 IEEE80211_DL_ERR /* awayls open this flags to show error out */
|
D | rtl819x_HTProc.c | 537 IEEE80211_DEBUG(IEEE80211_DL_ERR, in HTConstructCapabilityElement() 650 IEEE80211_DEBUG(IEEE80211_DL_ERR, in HTConstructInfoElement() 716 IEEE80211_DEBUG(IEEE80211_DL_ERR, in HTConstructRT2RTAggElement() 765 IEEE80211_DEBUG(IEEE80211_DL_ERR, in HT_PickMCSRate() 828 IEEE80211_DEBUG(IEEE80211_DL_ERR, in HTGetHighestMCSRate() 910 IEEE80211_DEBUG(IEEE80211_DL_ERR, in HTOnAssocRsp()
|
D | ieee80211_rx.c | 697 …IEEE80211_DEBUG(IEEE80211_DL_ERR, "RxReorderIndicatePacket(): There is no reorder entry!! Packet i… in RxReorderIndicatePacket() 718 IEEE80211_DEBUG(IEEE80211_DL_ERR, "RxReorderIndicatePacket(): Buffer overflow!! \n"); in RxReorderIndicatePacket() 748 IEEE80211_DEBUG(IEEE80211_DL_ERR, "RxReorderIndicatePacket(): Rx Reorder buffer full!! \n"); in RxReorderIndicatePacket() 1045 IEEE80211_DEBUG(IEEE80211_DL_ERR, "%s(): No TS!! Skip the check!!\n",__func__); in ieee80211_rx()
|
D | ieee80211_softmac.c | 1801 IEEE80211_DEBUG(IEEE80211_DL_ERR, "error to get payload of action frame\n"); in ieee80211_process_action() 2547 IEEE80211_DEBUG(IEEE80211_DL_ERR, "can't alloc memory for DOT11D\n"); in ieee80211_softmac_init()
|
D | ieee80211.h | 527 #define IEEE80211_DL_ERR (1<<31) //always open macro
|