Loading drivers/net/wireless/ray_cs.c +1 −1 Original line number Diff line number Diff line Loading @@ -1173,7 +1173,7 @@ static int ray_set_essid(struct net_device *dev, return -EOPNOTSUPP; } else { /* Check the size of the string */ if(dwrq->length > IW_ESSID_MAX_SIZE + 1) { if(dwrq->length > IW_ESSID_MAX_SIZE) { return -E2BIG; } Loading Loading
drivers/net/wireless/ray_cs.c +1 −1 Original line number Diff line number Diff line Loading @@ -1173,7 +1173,7 @@ static int ray_set_essid(struct net_device *dev, return -EOPNOTSUPP; } else { /* Check the size of the string */ if(dwrq->length > IW_ESSID_MAX_SIZE + 1) { if(dwrq->length > IW_ESSID_MAX_SIZE) { return -E2BIG; } Loading