summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2015-07-01 16:54:32 +0200
committerLubomir Rintel <lkundrak@v3.sk>2015-07-01 16:56:06 +0200
commit79b968f652de71da8e1f3af574de3bc0dcbba0fd (patch)
tree7bd4bb6b287aa15c1d3dda41b92e120307d72b15
parent42fa7fccdb3ad73ac14efb3ad5b4ba378507be36 (diff)
downloadNetworkManager-79b968f652de71da8e1f3af574de3bc0dcbba0fd.tar.gz
contrib/rh-bkr: blacklist more wireless machines
-rwxr-xr-xcontrib/rh-bkr/bkr.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/rh-bkr/bkr.py b/contrib/rh-bkr/bkr.py
index 2e7ae83413..474984cbe7 100755
--- a/contrib/rh-bkr/bkr.py
+++ b/contrib/rh-bkr/bkr.py
@@ -628,8 +628,10 @@ class CmdSubmit(CmdBase):
return '''
<group op="=" value="wireless"/>
<hostname op="like" value="wlan-r2%.wlan.rhts.eng.bos.redhat.com"/>
- <!-- 8086:08ae (wlwifi,iwldvm) Intel Corporation Centrino Wireless-N 100 doesn't support AP mode -->
+ <!-- 8086:08ae (iwlwifi,iwldvm) Intel Corporation Centrino Wireless-N 100 doesn't support AP mode -->
<device op="!=" vendor_id="8086" device_id="08ae"/>
+ <!-- 8086:08b3 (iwlwifi,iwlmvm) Ooops-es: https://bugzilla.redhat.com/show_bug.cgi?id=1235694 -->
+ <device op="!=" vendor_id="8086" device_id="08b3"/>
<!-- Pick an Intel, so that we're not scheduled on some poor Realtek chip -->
<device op="==" driver="iwlwifi"/>
'''