aboutsummaryrefslogtreecommitdiff
path: root/cyw43/src
diff options
context:
space:
mode:
Diffstat (limited to 'cyw43/src')
-rw-r--r--cyw43/src/control.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyw43/src/control.rs b/cyw43/src/control.rs
index f77b487e2..e4dc0804f 100644
--- a/cyw43/src/control.rs
+++ b/cyw43/src/control.rs
@@ -295,7 +295,7 @@ impl<'a> Control<'a> {
295 self.ioctl_set_u32(Ioctl::SetPm, 0, mode_num).await; 295 self.ioctl_set_u32(Ioctl::SetPm, 0, mode_num).await;
296 } 296 }
297 297
298 /// Join an unprotected network with the provided ssid. 298 /// Join a network with the provided SSID using the specified options.
299 pub async fn join(&mut self, ssid: &str, options: JoinOptions<'_>) -> Result<(), Error> { 299 pub async fn join(&mut self, ssid: &str, options: JoinOptions<'_>) -> Result<(), Error> {
300 self.set_iovar_u32("ampdu_ba_wsize", 8).await; 300 self.set_iovar_u32("ampdu_ba_wsize", 8).await;
301 301