|
@@ -1173,7 +1173,10 @@ void iwl_rx_reply_rx(struct iwl_priv *priv,
|
|
|
|
|
|
rx_status.antenna = 0;
|
|
|
rx_status.flag = 0;
|
|
|
- rx_status.flag |= RX_FLAG_TSFT;
|
|
|
+
|
|
|
+ /* TSF isn't reliable. In order to allow smooth user experience,
|
|
|
+ * this W/A doesn't propagate it to the mac80211 */
|
|
|
+ /*rx_status.flag |= RX_FLAG_TSFT;*/
|
|
|
|
|
|
if ((unlikely(rx_start->cfg_phy_cnt > 20))) {
|
|
|
IWL_DEBUG_DROP("dsp size out of range [0,20]: %d/n",
|