~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/net/wireless/ath/ath9k/eeprom.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-3o58a3c1bj7x00rs
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
436
436
        u8 db2_2:4, db2_3:4;
437
437
        u8 db2_4:4, reserved:4;
438
438
#endif
439
 
        u8 futureModal[4];
 
439
        u8 tx_diversity;
 
440
        u8 flc_pwr_thresh;
 
441
        u8 bb_scale_smrt_antenna;
 
442
#define EEP_4K_BB_DESIRED_SCALE_MASK    0x1f
 
443
        u8 futureModal[1];
440
444
        struct spur_chan spurChans[AR_EEPROM_MODAL_SPURS];
441
445
} __packed;
442
446