浏览代码

ath9k_hw: rename the ar9003_initvals.h to ar9003_2p0_initvals.h

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Luis R. Rodriguez 15 年之前
父节点
当前提交
9a13b1e7f6
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 3 3
      drivers/net/wireless/ath/ath9k/ar9003_2p0_initvals.h
  2. 1 1
      drivers/net/wireless/ath/ath9k/ar9003_hw.c

+ 3 - 3
drivers/net/wireless/ath/ath9k/ar9003_initvals.h → drivers/net/wireless/ath/ath9k/ar9003_2p0_initvals.h

@@ -14,8 +14,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  * 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 */
 /* AR9003 2.0 */
 
 
@@ -1781,4 +1781,4 @@ static const u32 ar9300PciePhy_clkreq_disable_L1_2p0[][2] = {
 	{0x00004044, 0x00000000},
 	{0x00004044, 0x00000000},
 };
 };
 
 
-#endif /* INITVALS_9003_H */
+#endif /* INITVALS_9003_2P0_H */

+ 1 - 1
drivers/net/wireless/ath/ath9k/ar9003_hw.c

@@ -16,7 +16,7 @@
 
 
 #include "hw.h"
 #include "hw.h"
 #include "ar9003_mac.h"
 #include "ar9003_mac.h"
-#include "ar9003_initvals.h"
+#include "ar9003_2p0_initvals.h"
 #include "ar9003_2p2_initvals.h"
 #include "ar9003_2p2_initvals.h"
 
 
 /* General hardware code for the AR9003 hadware family */
 /* General hardware code for the AR9003 hadware family */