|
@@ -4024,6 +4024,17 @@ bool cfg80211_reg_can_beacon(struct wiphy *wiphy,
|
|
|
void cfg80211_ch_switch_notify(struct net_device *dev,
|
|
|
struct cfg80211_chan_def *chandef);
|
|
|
|
|
|
+/**
|
|
|
+ * ieee80211_operating_class_to_band - convert operating class to band
|
|
|
+ *
|
|
|
+ * @operating_class: the operating class to convert
|
|
|
+ * @band: band pointer to fill
|
|
|
+ *
|
|
|
+ * Returns %true if the conversion was successful, %false otherwise.
|
|
|
+ */
|
|
|
+bool ieee80211_operating_class_to_band(u8 operating_class,
|
|
|
+ enum ieee80211_band *band);
|
|
|
+
|
|
|
/*
|
|
|
* cfg80211_tdls_oper_request - request userspace to perform TDLS operation
|
|
|
* @dev: the device on which the operation is requested
|