~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to drivers/net/wireless/ath/ath9k/debug.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-57i0gl3v99b3lkfg
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (c) 2008-2009 Atheros Communications Inc.
 
2
 * Copyright (c) 2008-2011 Atheros Communications Inc.
3
3
 *
4
4
 * Permission to use, copy, modify, and/or distribute this software for any
5
5
 * purpose with or without fee is hereby granted, provided that the above
54
54
 * @dtimsync: DTIM sync lossage
55
55
 * @dtim: RX Beacon with DTIM
56
56
 * @bb_watchdog: Baseband watchdog
 
57
 * @tsfoor: TSF out of range, indicates that the corrected TSF received
 
58
 * from a beacon differs from the PCU's internal TSF by more than a
 
59
 * (programmable) threshold
57
60
 */
58
61
struct ath_interrupt_stats {
59
62
        u32 total;
78
81
        u32 dtimsync;
79
82
        u32 dtim;
80
83
        u32 bb_watchdog;
 
84
        u32 tsfoor;
81
85
};
82
86
 
83
87
/**
157
161
        u32 post_delim_crc_err;
158
162
        u32 decrypt_busy_err;
159
163
        u32 phy_err_stats[ATH9K_PHYERR_MAX];
 
164
        int8_t rs_rssi_ctl0;
 
165
        int8_t rs_rssi_ctl1;
 
166
        int8_t rs_rssi_ctl2;
 
167
        int8_t rs_rssi_ext0;
 
168
        int8_t rs_rssi_ext1;
 
169
        int8_t rs_rssi_ext2;
 
170
        u8 rs_antenna;
160
171
};
161
172
 
162
173
struct ath_stats {