priv->reg.rate_set.body[3] =
                                            TX_RATE_11M;
                                        i++;
+                                       /* fall through */
                                case 5500000:
                                        priv->reg.rate_set.body[2] = TX_RATE_5M;
                                        i++;
+                                       /* fall through */
                                case 2000000:
                                        priv->reg.rate_set.body[1] =
                                            TX_RATE_2M | BASIC_RATE;
                                        i++;
+                                       /* fall through */
                                case 1000000:
                                        priv->reg.rate_set.body[0] =
                                            TX_RATE_1M | BASIC_RATE;
                                        priv->reg.rate_set.body[11] =
                                            TX_RATE_54M;
                                        i++;
+                                       /* fall through */
                                case 48000000:
                                        priv->reg.rate_set.body[10] =
                                            TX_RATE_48M;
                                        i++;
+                                       /* fall through */
                                case 36000000:
                                        priv->reg.rate_set.body[9] =
                                            TX_RATE_36M;
                                        i++;
+                                       /* fall through */
                                case 24000000:
                                case 18000000:
                                case 12000000:
                                                    TX_RATE_6M | BASIC_RATE;
                                                i++;
                                        }
+                                       /* fall through */
                                case 5500000:
                                        priv->reg.rate_set.body[2] =
                                            TX_RATE_5M | BASIC_RATE;
                                        i++;
+                                       /* fall through */
                                case 2000000:
                                        priv->reg.rate_set.body[1] =
                                            TX_RATE_2M | BASIC_RATE;
                                        i++;
+                                       /* fall through */
                                case 1000000:
                                        priv->reg.rate_set.body[0] =
                                            TX_RATE_1M | BASIC_RATE;
        case IW_MLME_DEAUTH:
                if (mlme->reason_code == WLAN_REASON_MIC_FAILURE)
                        return 0;
+               /* fall through */
        case IW_MLME_DISASSOC:
                mode = 1;
                return ks_wlan_set_stop_request(dev, NULL, &mode, NULL);