|
@@ -1120,7 +1120,7 @@ int wmi_rx_chain_add(struct wil6210_priv *wil, struct vring *vring)
|
|
cpu_to_le32(ndev->type == ARPHRD_IEEE80211_RADIOTAP);
|
|
cpu_to_le32(ndev->type == ARPHRD_IEEE80211_RADIOTAP);
|
|
cmd.sniffer_cfg.phy_support =
|
|
cmd.sniffer_cfg.phy_support =
|
|
cpu_to_le32((wil->monitor_flags & MONITOR_FLAG_CONTROL)
|
|
cpu_to_le32((wil->monitor_flags & MONITOR_FLAG_CONTROL)
|
|
- ? WMI_SNIFFER_CP : WMI_SNIFFER_DP);
|
|
|
|
|
|
+ ? WMI_SNIFFER_CP : WMI_SNIFFER_BOTH_PHYS);
|
|
} else {
|
|
} else {
|
|
/* Initialize offload (in non-sniffer mode).
|
|
/* Initialize offload (in non-sniffer mode).
|
|
* Linux IP stack always calculates IP checksum
|
|
* Linux IP stack always calculates IP checksum
|