match linux-2.6-netdev* for wireless updates too
[releases.git] / deblob-check
index cab54a1866c3734e578678f5361fd2fbbda970a5..1e8490abc17136084a6bdad8ceb305625ec52972 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# deblob-check version 2008-10-23
+# deblob-check version 2008-11-05
 # Inspired in gNewSense's find-firmware script.
 # Written by Alexandre Oliva <lxoliva@fsfla.org>
 
@@ -1339,7 +1339,9 @@ set_except () {
   */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)
+  */linux-2.6-netdev*.patch | \
+  */linux-2.6-wireless*.patch | */linux-2.6-ath5k.patch | \
+  */git-wireless-dev.patch | */linux-2.6-zd1211rw-mac80211.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\[\] ='
     initnc 'static struct iwl\(3945\)\?_tx_power power_gain_table\[2\]\[IWL_MAX_GAIN_ENTRIES\] ='
@@ -1383,7 +1385,17 @@ set_except () {
     # git logs
     accept '   sudo modprobe ath5k debug=0x00000400[\n][       ]*[\n]\([       ]*Band[^\n]*[\n]\([     ]*\(\(channels\|rates\):\|[-    0-9a-f]*\|\[\.\.\. etc \]\)[\n]\)\+\)\+       540 000c 0000 0000'
     oprepline '        { 1, MODULATION_XR, 3000, 1, 150, 3 },'
+
+    # Fedora 8ish kernel-xen builds
+    initnc 'const u16 crc_itu_t_table\[256\] ='
+    initnc 'static const u16 tkip_sbox\[256\] ='
+    initnc 'static const struct ath5k_ini_mode ar5211_ini_mode\[\] ='
+    initnc 'static const struct ath5k_ini_mode ar5212_rf511[12]_ini_mode\[\] ='
+    initnc '   static const u8 log10\[\] ='
+    initnc 'static const u8 rtl8225z2_tx_gain_cck_ofdm\[\] ='
+    initnc 'static const u32 rf_vals_abg_5222\[\] ='
     ;;
+
   */linux-2.6-netdev-e1000e*.patch)
     # drivers/net/e1000e/phy.c
     initnc 'static const u16 e1000_igp_2_cable_length_table\[\] ='