Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
7edae184
Commit
7edae184
authored
Apr 19, 2012
by
Wey-Yi Guy
Committed by
John W. Linville
May 08, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iwlwifi: small define change
Signed-off-by:
Wey-Yi Guy
<
wey-yi.w.guy@intel.com
>
parent
4aa79d91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
drivers/net/wireless/iwlwifi/iwl-commands.h
drivers/net/wireless/iwlwifi/iwl-commands.h
+3
-1
No files found.
drivers/net/wireless/iwlwifi/iwl-commands.h
View file @
7edae184
...
...
@@ -1903,6 +1903,8 @@ struct iwl_bt_cmd {
IWLAGN_BT_VALID_REDUCED_TX_PWR | \
IWLAGN_BT_VALID_3W_LUT)
#define IWLAGN_BT_DECISION_LUT_SIZE 12
struct
iwl_basic_bt_cmd
{
u8
flags
;
u8
ledtime
;
/* unused */
...
...
@@ -1913,7 +1915,7 @@ struct iwl_basic_bt_cmd {
u8
bt3_prio_sample_time
;
u8
bt3_timer_t2_value
;
__le16
bt4_reaction_time
;
/* unused */
__le32
bt3_lookup_table
[
12
];
__le32
bt3_lookup_table
[
IWLAGN_BT_DECISION_LUT_SIZE
];
__le16
bt4_decision_time
;
/* unused */
__le16
valid
;
};
...
...
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