Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203793
b: refs/heads/master
c: da22f79
h: refs/heads/master
i:
  203791: 37a2548
v: v3
  • Loading branch information
John W. Linville committed Jul 26, 2010
1 parent 2868ed5 commit bbf8e2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 1bd14eaf9e2e790c79c6060b9c630afddc67dfac
refs/heads/master: da22f795cefb7c9f8a7bc6f22b1c16f1ff15a392
12 changes: 6 additions & 6 deletions trunk/drivers/net/wireless/iwlwifi/iwl-commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -3132,7 +3132,7 @@ struct statistics_rx_non_phy_bt {
/* additional stats for bt */
__le32 num_bt_kills;
__le32 reserved[2];
} __attribute__ ((packed));
} __packed;

struct statistics_rx {
struct statistics_rx_phy ofdm;
Expand All @@ -3146,7 +3146,7 @@ struct statistics_rx_bt {
struct statistics_rx_phy cck;
struct statistics_rx_non_phy_bt general;
struct statistics_rx_ht_phy ofdm_ht;
} __attribute__ ((packed));
} __packed;

/**
* struct statistics_tx_power - current tx power
Expand Down Expand Up @@ -3226,7 +3226,7 @@ struct statistics_general_common {
* in order to get out of bad PHY status
*/
__le32 num_of_sos_states;
} __attribute__ ((packed));
} __packed;

struct statistics_bt_activity {
/* Tx statistics */
Expand All @@ -3239,13 +3239,13 @@ struct statistics_bt_activity {
__le32 hi_priority_rx_denied_cnt;
__le32 lo_priority_rx_req_cnt;
__le32 lo_priority_rx_denied_cnt;
} __attribute__ ((packed));
} __packed;

struct statistics_general {
struct statistics_general_common common;
__le32 reserved2;
__le32 reserved3;
} __attribute__ ((packed));
} __packed;

struct statistics_general_bt {
struct statistics_general_common common;
Expand Down Expand Up @@ -3316,7 +3316,7 @@ struct iwl_bt_notif_statistics {
struct statistics_rx_bt rx;
struct statistics_tx tx;
struct statistics_general_bt general;
} __attribute__ ((packed));
} __packed;

/*
* MISSED_BEACONS_NOTIFICATION = 0xa2 (notification only, not a command)
Expand Down

0 comments on commit bbf8e2a

Please sign in to comment.