LWAPP: Fix a preference description.

Fix a typo in the "Swap Frame Control" preference description, which
makes it match its CAPWAP counterpart.
This commit is contained in:
Gerald Combs 2021-08-13 10:11:11 -07:00 committed by Jaap Keuter
parent 8c811459b3
commit cd899ce8d1
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ proto_register_lwapp(void)
lwapp_module = prefs_register_protocol(proto_lwapp, NULL);
prefs_register_bool_preference(lwapp_module,"swap_fc","Swap Frame Control",
"Swap frame control bytes (needed for some APs",
"Swap frame control bytes (needed for some APs).",
&swap_frame_control);
}