X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=libeap%2Ftests%2Fhwsim%2Fnl80211.py;fp=libeap%2Ftests%2Fhwsim%2Fnl80211.py;h=80870d9a2fcec69122632a57350b9e0b30a6ba20;hp=440c820a7b71650b8a162e69efd2d9e0f8529b7d;hb=d1dd9aae6741e74f20bfc35e1db598652680279d;hpb=bd3bd69af16ab99706ba70ed11a3e291e968e5c6 diff --git a/libeap/tests/hwsim/nl80211.py b/libeap/tests/hwsim/nl80211.py index 440c820..80870d9 100644 --- a/libeap/tests/hwsim/nl80211.py +++ b/libeap/tests/hwsim/nl80211.py @@ -346,7 +346,7 @@ def parse_nl80211_attrs(msg): alen,attr = struct.unpack("@HH", msg[0:4]) if alen < 4: raise Exception("Too short nl80211 attribute") - alen -= 4; + alen -= 4 msg = msg[4:] if alen > len(msg): raise Exception("nl80211 attribute underflow")