{
        struct list_head *ptr, *n;
        struct sta_info *sta;
-  
+
        spin_lock_bh(&ap->sta_table_lock);
        for (ptr = ap->sta_list.next, n = ptr->next; ptr != &ap->sta_list;
             ptr = n, n = ptr->next) {
                        u++; left--;
                        ileft = *u;
                        u++; left--;
-                       
+
                        if (ileft > left || ileft == 0 ||
                            ileft > WLAN_SUPP_RATES_MAX) {
                                txt = "SUPP_RATES len error";
                        u++; left--;
                        ileft = *u;
                        u++; left--;
-                       
+
                        if (ileft > left || ileft == 0 || ileft > 8) {
                                PDEBUG(DEBUG_AP, " - SUPP_RATES len error\n");
                                return;
                        u++; left--;
                        ileft = *u;
                        u++; left--;
-                       
+
                        if (ileft > left || ileft != 1) {
                                PDEBUG(DEBUG_AP, " - DS_PARAMS len error\n");
                                return;
 
        sta->tx_since_last_failure = 0;
        sta->tx_consecutive_exc++;
-        
+
        if (sta->tx_consecutive_exc >= WLAN_RATE_DECREASE_THRESHOLD &&
            sta->tx_rate_idx > 0 && meta->rate <= sta->tx_rate) {
                /* use next lower rate */
 
                link->conf.ConfigIndex = cfg->index;
                PDEBUG(DEBUG_EXTRA, "Checking CFTABLE_ENTRY 0x%02X "
                       "(default 0x%02X)\n", cfg->index, dflt.index);
-       
+
                /* Does this card need audio output? */
                if (cfg->flags & CISTPL_CFTABLE_AUDIO) {
                        link->conf.Attributes |= CONF_ENABLE_SPKR;
                        link->conf.Status = CCSR_AUDIO_ENA;
                }
-       
+
                /* Use power settings for Vcc and Vpp if present */
                /*  Note that the CIS values need to be rescaled */
                if (cfg->vcc.present & (1 << CISTPL_POWER_VNOM)) {
 
               hostap_set_word(dev, HFA384X_RID_CNFSUPPORTEDRATES,
                               local->tx_rate_control) ||
               local->func->reset_port(dev));
-               
+
        if (ret) {
                printk(KERN_WARNING "%s: TXRateControl/cnfSupportedRates "
                       "setting to 0x%x failed\n",