Johannes How did you planed to get transmission rate back to scaling algorithm through tx_status? I'm finding it a bit cumbersome,. now when tx_rate is pointer and doesn't resides in the ieee80211_tx_control I've seen in your patch you've just ripped this code off but our rate scale algorithms doesn't work without it actually the code that read this value in rate scale algorithm is there but it actually looking into empty space... - tx_status->control.tx_rate = - iwl4965_hw_get_rate_n_flags(tx_resp->rate_n_flags); I'm just asking if you had something in mind or it's just something you forgot. struct ieee80211_tx_control { struct ieee80211_vif *vif; struct ieee80211_rate *tx_rate; ---here } Thanks Tomas - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html