On 1/8/2024 12:25 AM, Kang Yang wrote: > Implement remain on channel for p2p mode in ath12k_ops: > ath12k_mac_op_remain_on_channel > ath12k_mac_op_cancel_remain_on_channel > > P2P device can trigger ROC scan. Then keep listening or sending management > frames on particular channels. > > Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3 > > Signed-off-by: Kang Yang <quic_kangyang@xxxxxxxxxxx> > --- > drivers/net/wireless/ath/ath12k/core.c | 1 + Qualcomm Innovation Center copyright missing 2024 > drivers/net/wireless/ath/ath12k/mac.c | 113 +++++++++++++++++++++++++ > drivers/net/wireless/ath/ath12k/wmi.c | 4 + > 3 files changed, 118 insertions(+)