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 888cf4b90..f77b487e2 100644
--- a/cyw43/src/control.rs
+++ b/cyw43/src/control.rs
@@ -531,7 +531,7 @@ impl<'a> Control<'a> {
531 } 531 }
532 532
533 /// Retrieve the list of configured multicast hardware addresses. 533 /// Retrieve the list of configured multicast hardware addresses.
534 pub async fn list_mulistcast_addresses(&mut self, result: &mut [[u8; 6]; 10]) -> usize { 534 pub async fn list_multicast_addresses(&mut self, result: &mut [[u8; 6]; 10]) -> usize {
535 let mut buf = [0; 64]; 535 let mut buf = [0; 64];
536 self.get_iovar("mcast_list", &mut buf).await; 536 self.get_iovar("mcast_list", &mut buf).await;
537 537