소스 검색

qcacmn: Add version to regulatory database

Regdb SW needs to be versioned so that implementation
can be mapped to published QCA regulatory database.

Change-Id: I925f9953f410507417747793381fd2f4b196f759
CRs-Fixed: 2354364
Amar Singhal 6 년 전
부모
커밋
098cb680ea
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      umac/regulatory/core/src/reg_db.c

+ 2 - 1
umac/regulatory/core/src/reg_db.c

@@ -19,7 +19,8 @@
 
 
 /**
 /**
  * DOC: reg_db.c
  * DOC: reg_db.c
- * This file provides regulatory data base
+ * This file implements QCA regulatory database.
+ * Current implementation conforms to database version 26
  */
  */
 
 
 #include <qdf_types.h>
 #include <qdf_types.h>