qcacld-3.0: Fix os_if documentation
The kernel-doc script identified documentation issues in the os_if layer, so fix them. Change-Id: I71dd7893776e4b49a80f6be186740967b08d3347 CRs-Fixed: 3341451
This commit is contained in:

committed by
Madan Koyyalamudi

szülő
c20591b82b
commit
9475bedf61
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -68,9 +69,10 @@ set_monitor_mode_policy[SET_MONITOR_MODE_CONFIG_MAX + 1];
|
||||
* os_if_monitor_mode_configure() - Process monitor mode configuration
|
||||
* operation in the received vendor command
|
||||
* @adapter: adapter pointer
|
||||
* @tb: nl attributes Handles QCA_NL80211_VENDOR_SUBCMD_SET_MONITOR_MODE
|
||||
* @data: %QCA_NL80211_VENDOR_SUBCMD_SET_MONITOR_MODE payload
|
||||
* @data_len: length of @data
|
||||
*
|
||||
* Return: 0 for Success and negative value for failure
|
||||
* Return: %QDF_STATUS_SUCCESS on success, error status otherwise
|
||||
*/
|
||||
QDF_STATUS os_if_monitor_mode_configure(struct hdd_adapter *adapter,
|
||||
const void *data, int data_len);
|
||||
|
Reference in New Issue
Block a user