|
@@ -836,7 +836,7 @@ static inline int ath10k_vdev_setup_sync(struct ath10k *ar)
|
|
|
static int ath10k_monitor_vdev_start(struct ath10k *ar, int vdev_id)
|
|
static int ath10k_monitor_vdev_start(struct ath10k *ar, int vdev_id)
|
|
|
{
|
|
{
|
|
|
struct cfg80211_chan_def *chandef = NULL;
|
|
struct cfg80211_chan_def *chandef = NULL;
|
|
|
- struct ieee80211_channel *channel = chandef->chan;
|
|
|
|
|
|
|
+ struct ieee80211_channel *channel = NULL;
|
|
|
struct wmi_vdev_start_request_arg arg = {};
|
|
struct wmi_vdev_start_request_arg arg = {};
|
|
|
int ret = 0;
|
|
int ret = 0;
|
|
|
|
|
|