|
@@ -284,6 +284,8 @@ static void rtl8180_handle_rx(struct ieee80211_hw *dev)
|
|
rx_status.band = dev->conf.chandef.chan->band;
|
|
rx_status.band = dev->conf.chandef.chan->band;
|
|
rx_status.mactime = tsft;
|
|
rx_status.mactime = tsft;
|
|
rx_status.flag |= RX_FLAG_MACTIME_START;
|
|
rx_status.flag |= RX_FLAG_MACTIME_START;
|
|
|
|
+ if (flags & RTL818X_RX_DESC_FLAG_SPLCP)
|
|
|
|
+ rx_status.flag |= RX_FLAG_SHORTPRE;
|
|
if (flags & RTL818X_RX_DESC_FLAG_CRC32_ERR)
|
|
if (flags & RTL818X_RX_DESC_FLAG_CRC32_ERR)
|
|
rx_status.flag |= RX_FLAG_FAILED_FCS_CRC;
|
|
rx_status.flag |= RX_FLAG_FAILED_FCS_CRC;
|
|
|
|
|