Developing lightweight computation at the DSG edge
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quick Mesh Project
qMp packages
Commits
87534a16
Commit
87534a16
authored
May 07, 2011
by
Simó Albert i Beltran
Browse files
Bugfix: Typo, fixes #31.
parent
a5101bb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
patches/002-ibss_ht40.patch
View file @
87534a16
...
...
@@ -13,7 +13,7 @@ diff -Nrup a/ibss.c b/ibss.c
argv++;
argc--;
+ if (argc && parse_channel_typ
.
e(argv[0], &htval)) {
+ if (argc && parse_channel_type(argv[0], &htval)) {
+ NLA_PUT_U32(msg, NL80211_ATTR_WIPHY_CHANNEL_TYPE, htval);
+ argv++;
+ argc--;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment