Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214709
b: refs/heads/master
c: b345f4d
h: refs/heads/master
i:
  214707: 43bdf04
v: v3
  • Loading branch information
Wey-Yi Guy committed Sep 17, 2010
1 parent 7026e5b commit d87c108
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d270075be62fb8212bd5afebd0bab693759a1a0
refs/heads/master: b345f4da42da69f7136ea1b83ef38b3412e51b72
7 changes: 6 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -2486,7 +2486,12 @@ struct iwlagn_bt_cmd {
__le16 bt4_decision_time; /* unused */
__le16 valid;
u8 prio_boost;
u8 reserved[3];
/*
* set IWLAGN_BT_VALID_BOOST to "1" in "valid" bitmask
* if configure the following patterns
*/
u8 tx_prio_boost; /* SW boost of WiFi tx priority */
__le16 rx_prio_boost; /* SW boost of WiFi rx priority */
};

#define IWLAGN_BT_SCO_ACTIVE cpu_to_le32(BIT(0))
Expand Down

0 comments on commit d87c108

Please sign in to comment.