mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-02 03:17:48 +00:00
Fix enum type mismatch issues that cause compilation errors with GCC 13. The patch corrects function signatures to use proper enum types instead of generic integer types where appropriate. Signed-off-by: John Crispin <john@phrozen.org>