From 6366594effb1d9323e28c5d176ed4a2b423384a3 Mon Sep 17 00:00:00 2001 From: lxoliva Date: Tue, 21 Oct 2008 16:02:43 +0000 Subject: [PATCH] Accept phy_reg_inits in net-r8169 patch. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@4434 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index b5435a92a1e..0e800608b61 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2008-10-09 +# deblob-check version 2008-10-21 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -1336,6 +1336,9 @@ set_except () { */linux-2.6-modsign-mpilib.patch) initnc 'const unsigned char __clz_tab\[\] =' ;; + */linux-2.6.27-net-r8169-2.6.28.patch) + defsnc ' *struct phy_reg phy_reg_init_[01]\[\] =' drivers/net/r8169.c + ;; */linux-2.6-wireless*.patch) initnc 'const u\(8\|16\|32\) b43_ntab_\(\(adjustpower\|estimatepowerlt\|gainctl\|iqlt\|loftlt\|noisevar1\|tdi[24]0a\)[01]\|channelest\|frame\(lookup\|struct\)\|mcs\|pilot\|tdtrn\|tmap\)\[\] =' initnc 'static const s8 \(b43\(legacy\)\?\|bcm43xx\)_tssi2dbm_[bg]_table\[\] =' -- 2.31.1