wireless: fix comments in genregdb.awk

Apparently some awk versions choke on C-style comments -- who knew? :-)

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
John W. Linville 2009-12-25 16:35:43 -08:00 коммит произвёл David S. Miller
Родитель d346f49d0b
Коммит f83d664eef
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -26,11 +26,11 @@ BEGIN {
}
/^[ \t]*#/ {
/* Ignore */
# Ignore
}
!active && /^[ \t]*$/ {
/* Ignore */
# Ignore
}
!active && /country/ {