diff options
Diffstat (limited to 'lib/op-rfkill.c')
-rw-r--r-- | lib/op-rfkill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/op-rfkill.c b/lib/op-rfkill.c index 90be4b6..48d1110 100644 --- a/lib/op-rfkill.c +++ b/lib/op-rfkill.c @@ -118,7 +118,7 @@ int wimaxll_rfkill(struct wimaxll_handle *wmx, enum wimax_rf_state state) goto error_msg_send; } /* Read the message ACK from netlink */ - result = wimaxll_wait_for_rp_result(wmx); + result = wimaxll_wait_for_ack(wmx); if (result < 0) wimaxll_msg(wmx, "E: RFKILL: operation failed: %zd\n", result); error_msg_prep: |