Files
linux-stable-mirror/include/linux
Jakub Kicinski 6719d57ee0 atm: remove the unused change_qos device operation
atmdev_ops::change_qos() was the hook for renegotiating the traffic
parameters of an already-connected VCC, driven from SO_ATMQOS on a
connected socket (and previously from the SVC as_modify path, now gone).
None of the ATM drivers left in tree implement it - solos-pci only listed
change_qos = NULL - so atm_change_qos() always returned -EOPNOTSUPP.

Drop the operation and return -EOPNOTSUPP directly.

Link: https://patch.msgid.link/20260615194416.752559-7-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2026-06-16 08:53:52 -07:00
..
2026-05-21 13:04:42 +02:00
2026-05-06 19:18:45 -07:00
2026-05-28 17:45:46 -07:00
2026-05-19 17:26:07 +02:00
2026-06-05 17:46:17 -07:00
2026-04-20 11:35:17 -07:00
2026-05-05 16:12:07 +08:00