WLAN_EID_DS_PARAMS case inside switch case is just doing nothing
and it is located inside other cases. There is a place inside
the switch with other don't do anything cases are located. Move
this to that place.
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
                                    (RATE_SET_MAX_SIZE - ap->rate_set.size);
                        }
                        break;
-               case WLAN_EID_DS_PARAMS:
-                       break;
                case WLAN_EID_RSN:
                        ap->rsn_ie.id = *bp;
                        ap->rsn_ie.size = read_ie(bp, RSN_IE_BODY_MAX,
                                                          ap->wpa_ie.body);
                        }
                        break;
-
+               case WLAN_EID_DS_PARAMS:
                case WLAN_EID_FH_PARAMS:
                case WLAN_EID_CF_PARAMS:
                case WLAN_EID_TIM: