mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-05-05 04:05:03 +00:00
services: iwd: Remove deprecated configuration field.
ap-ranges is deprecated in favor of ap-address-pool. * rosenthal/services/networking.scm (%iwd-config-general,uglify-field-name) (iwd-configuration): Remove ap-ranges.
This commit is contained in:
parent
6b1a540e24
commit
5dbef96272
@ -21,7 +21,6 @@
|
|||||||
|
|
||||||
(define %iwd-config-general
|
(define %iwd-config-general
|
||||||
'(enable-network-configuration?
|
'(enable-network-configuration?
|
||||||
ap-ranges
|
|
||||||
use-default-interface?
|
use-default-interface?
|
||||||
address-randomization
|
address-randomization
|
||||||
address-randomization-range
|
address-randomization-range
|
||||||
@ -64,7 +63,6 @@
|
|||||||
|
|
||||||
(define (uglify-field-name field-name)
|
(define (uglify-field-name field-name)
|
||||||
(case field-name
|
(case field-name
|
||||||
((ap-ranges) "APRanges")
|
|
||||||
((control-port-over-nl80211?) "ControlPortOverNL80211")
|
((control-port-over-nl80211?) "ControlPortOverNL80211")
|
||||||
((disable-anqp?) "DisableANQP")
|
((disable-anqp?) "DisableANQP")
|
||||||
((disable-ocv?) "DisableOCV")
|
((disable-ocv?) "DisableOCV")
|
||||||
@ -155,10 +153,6 @@
|
|||||||
(boolean #f)
|
(boolean #f)
|
||||||
"Enable network configuration.")
|
"Enable network configuration.")
|
||||||
|
|
||||||
(ap-ranges
|
|
||||||
maybe-cidr4
|
|
||||||
"IP range for DHCP server (AP mode).")
|
|
||||||
|
|
||||||
(use-default-interface?
|
(use-default-interface?
|
||||||
(boolean #f)
|
(boolean #f)
|
||||||
"Do not allow iwd to destroy / recreate wireless interfaces at startup,
|
"Do not allow iwd to destroy / recreate wireless interfaces at startup,
|
||||||
|
Loading…
Reference in New Issue
Block a user