|
@@ -4050,8 +4050,7 @@ brcmf_cfg80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev,
|
|
|
le16_to_cpu(action_frame->len));
|
|
|
|
|
|
brcmf_dbg(TRACE, "Action frame, cookie=%lld, len=%d, freq=%d\n",
|
|
|
- *cookie, le16_to_cpu(action_frame->len),
|
|
|
- chan->center_freq);
|
|
|
+ *cookie, le16_to_cpu(action_frame->len), freq);
|
|
|
|
|
|
ack = brcmf_p2p_send_action_frame(cfg, cfg_to_ndev(cfg),
|
|
|
af_params);
|