瀏覽代碼

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
- * This file provides regulatory data base
+ * This file implements QCA regulatory database.
+ * Current implementation conforms to database version 26
  */
 
 #include <qdf_types.h>