diff options
| author | Michael Biebl <biebl@debian.org> | 2023-06-12 11:26:40 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-06-12 11:26:40 +0200 |
| commit | 0201cd4d5f16d814abbd0c04dc53a39fc1e9bf8c (patch) | |
| tree | 1d7c2916d4e4ac9396e6c561efd1ccb0998a1949 /src/core/platform/nm-fake-platform.c | |
| parent | 12e1ee797bbf0b10d1fd5afd4b947484769f2b9f (diff) | |
| parent | 150fe9eef8dd22307ee16687509acde616663982 (diff) | |
Update upstream source from tag 'upstream/1.42.6'
Update to upstream version '1.42.6' with Debian dir 8be9ac7ed401d9957f945770395562546a320da3
Diffstat (limited to 'src/core/platform/nm-fake-platform.c')
| -rw-r--r-- | src/core/platform/nm-fake-platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/platform/nm-fake-platform.c b/src/core/platform/nm-fake-platform.c index c92d9aef..86d6bc5f 100644 --- a/src/core/platform/nm-fake-platform.c +++ b/src/core/platform/nm-fake-platform.c @@ -835,7 +835,7 @@ wifi_set_mode(NMPlatform *platform, int ifindex, _NM80211Mode mode) } static guint32 -wifi_find_frequency(NMPlatform *platform, int ifindex, const guint32 *freqs) +wifi_find_frequency(NMPlatform *platform, int ifindex, const guint32 *freqs, gboolean ap) { return freqs[0]; } |