···35 bool "Enable 802.11n HT features in iwl4965 driver"36 depends on EXPERIMENTAL37 depends on IWL4965 && IWL4965_QOS38- depends on n39 ---help---40 This option enables IEEE 802.11n High Throughput features41 for the iwl4965 driver.
···35 bool "Enable 802.11n HT features in iwl4965 driver"36 depends on EXPERIMENTAL37 depends on IWL4965 && IWL4965_QOS038 ---help---39 This option enables IEEE 802.11n High Throughput features40 for the iwl4965 driver.
+1-1
drivers/net/wireless/libertas/assoc.c
···541 }542543 if (find_any_ssid) {544- u8 new_mode;545546 ret = lbs_find_best_network_ssid(priv, assoc_req->ssid,547 &assoc_req->ssid_len, assoc_req->mode, &new_mode);
···541 }542543 if (find_any_ssid) {544+ u8 new_mode = assoc_req->mode;545546 ret = lbs_find_best_network_ssid(priv, assoc_req->ssid,547 &assoc_req->ssid_len, assoc_req->mode, &new_mode);