]> err.no Git - linux-2.6/blobdiff - drivers/net/wireless/rt2x00/rt2x00config.c
md: cancel check/repair requests when recovery is needed
[linux-2.6] / drivers / net / wireless / rt2x00 / rt2x00config.c
index f20ca712504f734a39e8d5ee5a2264ad955365f7..3f89516e8332128bf77c7b93959b7ea519556a57 100644 (file)
@@ -271,7 +271,7 @@ config:
                libconf.sifs = SIFS;
                libconf.pifs = short_slot_time ? SHORT_PIFS : PIFS;
                libconf.difs = short_slot_time ? SHORT_DIFS : DIFS;
-               libconf.eifs = EIFS;
+               libconf.eifs = short_slot_time ? SHORT_EIFS : EIFS;
        }
 
        libconf.conf = conf;