Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
questd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
IOPSYS
questd
Commits
d3a77fae
Commit
d3a77fae
authored
7 years ago
by
Sukru Senli
Browse files
Options
Downloads
Patches
Plain Diff
mediatek: use correct file for 5G ApCli interface
parent
11dd6f37
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mediatek.c
+1
-1
1 addition, 1 deletion
mediatek.c
with
1 addition
and
1 deletion
mediatek.c
+
1
−
1
View file @
d3a77fae
...
@@ -244,7 +244,7 @@ static void wl_mtk_parse_ratedata (unsigned int ratedata,
...
@@ -244,7 +244,7 @@ static void wl_mtk_parse_ratedata (unsigned int ratedata,
#define FLAG_GET_WPS_PIN 0x0752
#define FLAG_GET_WPS_PIN 0x0752
#define FLAG_GET_CHANNEL_WIDTH 0x052C
/* OID_.. */
#define FLAG_GET_CHANNEL_WIDTH 0x052C
/* OID_.. */
#define confile(val) (!strncmp(val, "rai", 3)) ? "/etc/Wireless/iNIC/iNIC_ap.dat" : "/etc/Wireless/RT2860/RT2860.dat"
#define confile(val) (!strncmp(val, "rai", 3)
|| !strncmp(val, "apclii", 6)
) ? "/etc/Wireless/iNIC/iNIC_ap.dat" : "/etc/Wireless/RT2860/RT2860.dat"
static
int
iosocket
=
-
1
;
static
int
iosocket
=
-
1
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment