Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OpenBMC Firmware
talos-obmc-linux
Commits
e79aa867
Commit
e79aa867
authored
14 years ago
by
David S. Miller
Browse files
Options
Download
Plain Diff
Merge branch 'wimax-2.6.35.y' of
git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimax
parents
349124a0
a385a53e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/net/wimax/i2400m/fw.c
drivers/net/wimax/i2400m/fw.c
+1
-1
No files found.
drivers/net/wimax/i2400m/fw.c
View file @
e79aa867
...
...
@@ -1192,7 +1192,7 @@ int i2400m_fw_hdr_check(struct i2400m *i2400m,
unsigned
module_type
,
header_len
,
major_version
,
minor_version
,
module_id
,
module_vendor
,
date
,
size
;
module_type
=
bcf_hdr
->
module_type
;
module_type
=
le32_to_cpu
(
bcf_hdr
->
module_type
)
;
header_len
=
sizeof
(
u32
)
*
le32_to_cpu
(
bcf_hdr
->
header_len
);
major_version
=
(
le32_to_cpu
(
bcf_hdr
->
header_version
)
&
0xffff0000
)
>>
16
;
...
...
This diff is collapsed.
Click to expand it.
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