|
@@ -2301,7 +2301,12 @@ struct cfg80211_qos_map {
|
|
* reliability. This operation can not fail.
|
|
* reliability. This operation can not fail.
|
|
* @set_coalesce: Set coalesce parameters.
|
|
* @set_coalesce: Set coalesce parameters.
|
|
*
|
|
*
|
|
- * @channel_switch: initiate channel-switch procedure (with CSA)
|
|
|
|
|
|
+ * @channel_switch: initiate channel-switch procedure (with CSA). Driver is
|
|
|
|
+ * responsible for veryfing if the switch is possible. Since this is
|
|
|
|
+ * inherently tricky driver may decide to disconnect an interface later
|
|
|
|
+ * with cfg80211_stop_iface(). This doesn't mean driver can accept
|
|
|
|
+ * everything. It should do it's best to verify requests and reject them
|
|
|
|
+ * as soon as possible.
|
|
*
|
|
*
|
|
* @set_qos_map: Set QoS mapping information to the driver
|
|
* @set_qos_map: Set QoS mapping information to the driver
|
|
*
|
|
*
|