diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/cfg80211.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 009290e36d15..c68201d78b90 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
| @@ -3895,6 +3895,7 @@ void cfg80211_michael_mic_failure(struct net_device *dev, const u8 *addr, | |||
| 3895 | * | 3895 | * |
| 3896 | * @dev: network device | 3896 | * @dev: network device |
| 3897 | * @bssid: the BSSID of the IBSS joined | 3897 | * @bssid: the BSSID of the IBSS joined |
| 3898 | * @channel: the channel of the IBSS joined | ||
| 3898 | * @gfp: allocation flags | 3899 | * @gfp: allocation flags |
| 3899 | * | 3900 | * |
| 3900 | * This function notifies cfg80211 that the device joined an IBSS or | 3901 | * This function notifies cfg80211 that the device joined an IBSS or |
| @@ -3904,7 +3905,8 @@ void cfg80211_michael_mic_failure(struct net_device *dev, const u8 *addr, | |||
| 3904 | * with the locally generated beacon -- this guarantees that there is | 3905 | * with the locally generated beacon -- this guarantees that there is |
| 3905 | * always a scan result for this IBSS. cfg80211 will handle the rest. | 3906 | * always a scan result for this IBSS. cfg80211 will handle the rest. |
| 3906 | */ | 3907 | */ |
| 3907 | void cfg80211_ibss_joined(struct net_device *dev, const u8 *bssid, gfp_t gfp); | 3908 | void cfg80211_ibss_joined(struct net_device *dev, const u8 *bssid, |
| 3909 | struct ieee80211_channel *channel, gfp_t gfp); | ||
| 3908 | 3910 | ||
| 3909 | /** | 3911 | /** |
| 3910 | * cfg80211_notify_new_candidate - notify cfg80211 of a new mesh peer candidate | 3912 | * cfg80211_notify_new_candidate - notify cfg80211 of a new mesh peer candidate |
