diff options
| author | Michael Biebl <biebl@debian.org> | 2024-01-25 09:46:52 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-01-25 09:46:52 +0100 |
| commit | b6357ff41de179d0aa2e35a6d574e5749fe09002 (patch) | |
| tree | ff038e98f4569fa3ba217266e6d288410ed84cd4 /src/core/nm-rfkill-manager.h | |
| parent | 535ecf92edd8ad054ae8102a224c3dd8f3acf967 (diff) | |
| parent | 70e18d99b8e3e77bb37e218d7ac582130156f8ef (diff) | |
Update upstream source from tag 'upstream/1.45.90'
Update to upstream version '1.45.90' with Debian dir d723a85d75b9a8958dee17b97673a3fd9a80e18c
Diffstat (limited to 'src/core/nm-rfkill-manager.h')
| -rw-r--r-- | src/core/nm-rfkill-manager.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/nm-rfkill-manager.h b/src/core/nm-rfkill-manager.h index 818ab4b2..7e90c9ac 100644 --- a/src/core/nm-rfkill-manager.h +++ b/src/core/nm-rfkill-manager.h @@ -12,13 +12,6 @@ typedef enum { NM_RFKILL_STATE_UNBLOCKED = 1, NM_RFKILL_STATE_SOFT_BLOCKED = 2, NM_RFKILL_STATE_HARD_BLOCKED = 3, - /* NM_RFKILL_STATE_HARD_BLOCKED_OS_NOT_OWNER means that the CSME firmware - * is currently controlling the device. This feature is implmented on Intel - * wifi devices only. - * The NetworkManager can get ownership on the device, but it requires to - * first ask ownership through the iwlmei kernel module. - */ - NM_RFKILL_STATE_HARD_BLOCKED_OS_NOT_OWNER = 4, } NMRfkillState; typedef enum { |