|
@@ -75,7 +75,7 @@ static void RxPktPendingTimeout(unsigned long data)
|
|
|
|
|
|
// Indicate packets
|
|
|
if(index > REORDER_WIN_SIZE){
|
|
|
- IEEE80211_DEBUG(IEEE80211_DL_ERR, "RxReorderIndicatePacket(): Rx Reorer buffer full!! \n");
|
|
|
+ IEEE80211_DEBUG(IEEE80211_DL_ERR, "RxReorderIndicatePacket(): Rx Reorder buffer full!! \n");
|
|
|
spin_unlock_irqrestore(&(ieee->reorder_spinlock), flags);
|
|
|
return;
|
|
|
}
|