qla2x00t-32gbit: Bump the minimum kernel version to v3.18

Patches that will be applied later for this driver require kernel version
v3.18.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9512 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2021-09-05 03:14:00 +00:00
parent 34b4ac48ed
commit db29b3330d
2 changed files with 2 additions and 2 deletions

View File

@@ -248,7 +248,7 @@ fi
# See also commit 89d9a567952b ("[SCSI] add support for per-host cmd pools";
# v3.15).
if kernel_version_lt "$kver" 3.15; then
if kernel_version_lt "$kver" 3.18; then
qla2x00t="true"
qla2x00t_32gbit="false"
else