From e8e153ab39b64e8963f6dec298b2910e4e778604 Mon Sep 17 00:00:00 2001 From: lxoliva Date: Tue, 28 Oct 2008 23:31:43 +0000 Subject: [PATCH] Match Fedora 8's kernel-xen git-wireless-dev.patch. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@4463 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index cab54a1866c..2a5fb7f7042 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2008-10-23 +# deblob-check version 2008-10-28 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -1388,6 +1388,21 @@ set_except () { # drivers/net/e1000e/phy.c initnc 'static const u16 e1000_igp_2_cable_length_table\[\] =' ;; + */git-wireless-dev.patch) + # Fedora 8ish kernel-xen builds + initnc ' static const u8 log10\[\] =' + initnc 'static const u16 rtl8225bcd_rxgain\[\] =' + initnc 'static const u8 rtl8225_agc\[\] =' + initnc 'static const u8 rtl8225_tx_power_cck\[\] =' + initnc 'static const u8 rtl8225_tx_power_cck_ch14\[\] =' + initnc 'static const u16 rtl8225z2_rxgain\[\] =' + initnc 'static const u8 rtl8225z2_tx_gain_cck_ofdm\[\] =' + initnc 'static const s8 bcm43xx_tssi2dbm_[bg]_table\[\] =' + initnc 'static struct iwl_tx_power power_gain_table\[2\]\[IWL_MAX_GAIN_ENTRIES\] =' + initnc 'static const struct gain_entry gain_table\[2\]\[108\] =' + initnc 'static const u32 rf_vals_abg_5222\[\] =' + initnc ' static const u8 t\[\] =' + ;; esac } -- 2.31.1