Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202725
b: refs/heads/master
c: 9a13b1e
h: refs/heads/master
i:
  202723: cedf4d4
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Jun 2, 2010
1 parent a1683e8 commit 8a43d4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 7284635d2dbc0e055d14bc488c69f8c1d2822ae7
refs/heads/master: 9a13b1e7f696020d7a9f0cf8dd551468f7e10884
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/

#ifndef INITVALS_9003_H
#define INITVALS_9003_H
#ifndef INITVALS_9003_2P0_H
#define INITVALS_9003_2P0_H

/* AR9003 2.0 */

Expand Down Expand Up @@ -1781,4 +1781,4 @@ static const u32 ar9300PciePhy_clkreq_disable_L1_2p0[][2] = {
{0x00004044, 0x00000000},
};

#endif /* INITVALS_9003_H */
#endif /* INITVALS_9003_2P0_H */
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/ar9003_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include "hw.h"
#include "ar9003_mac.h"
#include "ar9003_initvals.h"
#include "ar9003_2p0_initvals.h"
#include "ar9003_2p2_initvals.h"

/* General hardware code for the AR9003 hadware family */
Expand Down

0 comments on commit 8a43d4c

Please sign in to comment.