|
@@ -1,5 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2012-2020 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -435,7 +436,7 @@ void hdd_lpass_notify_start(struct hdd_context *hdd_ctx,
|
|
|
|
|
|
void hdd_lpass_notify_stop(struct hdd_context *hdd_ctx)
|
|
|
{
|
|
|
- hdd_debug("Sending Lpass stop notifcation");
|
|
|
+ hdd_debug("Sending Lpass stop notification");
|
|
|
wlan_hdd_send_status_pkg(NULL, NULL, 0, 0);
|
|
|
}
|
|
|
|