diff options
Diffstat (limited to 'drivers/net/wireless/ti/wl1251/rx.c')
| -rw-r--r-- | drivers/net/wireless/ti/wl1251/rx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wl1251/rx.c b/drivers/net/wireless/ti/wl1251/rx.c index 6af35265c900..23289d49dd31 100644 --- a/drivers/net/wireless/ti/wl1251/rx.c +++ b/drivers/net/wireless/ti/wl1251/rx.c | |||
| @@ -81,7 +81,7 @@ static void wl1251_rx_status(struct wl1251 *wl, | |||
| 81 | status->freq = ieee80211_channel_to_frequency(desc->channel, | 81 | status->freq = ieee80211_channel_to_frequency(desc->channel, |
| 82 | status->band); | 82 | status->band); |
| 83 | 83 | ||
| 84 | status->flag |= RX_FLAG_MACTIME_MPDU; | 84 | status->flag |= RX_FLAG_MACTIME_START; |
| 85 | 85 | ||
| 86 | if (desc->flags & RX_DESC_ENCRYPTION_MASK) { | 86 | if (desc->flags & RX_DESC_ENCRYPTION_MASK) { |
| 87 | status->flag |= RX_FLAG_IV_STRIPPED | RX_FLAG_MMIC_STRIPPED; | 87 | status->flag |= RX_FLAG_IV_STRIPPED | RX_FLAG_MMIC_STRIPPED; |
