diff --git a/driver/ptx_chrdev.c b/driver/ptx_chrdev.c index dec1cee..b4a4b38 100644 --- a/driver/ptx_chrdev.c +++ b/driver/ptx_chrdev.c @@ -226,7 +226,7 @@ static long ptx_chrdev_unlocked_ioctl(struct file *file, break; } else if (freq.freq_no < 12) { /* BS */ - if (freq.slot >= 8) { + if (0 && freq.slot >= 8) { ret = -EINVAL; break; } @@ -268,7 +268,7 @@ static long ptx_chrdev_unlocked_ioctl(struct file *file, break; } else if (freq.freq_no < 12) { /* BS */ - if (freq.slot >= 8) { + if (0 && freq.slot >= 8) { ret = -EINVAL; break; }