This removes a duplicate set_frag_threshold which was overlooked. The last set_frag_threshold simply overwrites the pointer for set_rts_threshold so no harm is currently done. Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Signed-off-by: Luis R. Rodriguez" <lrodriguez@xxxxxxxxxxx> --- Feel free to ignore this patch for stable as I see no issue with the current behaviour which would cause an oops. --- a/drivers/net/wireless/ath9k/main.c.orig 2008-10-28 11:55:49.000000000 -0700 +++ b/drivers/net/wireless/ath9k/main.c 2008-10-28 11:56:00.000000000 -0700 @@ -1031,7 +1031,6 @@ .hw_scan = NULL, .get_tkip_seq = NULL, .set_rts_threshold = NULL, - .set_frag_threshold = NULL, .set_retry_limit = NULL, .get_tsf = ath9k_get_tsf, .reset_tsf = ath9k_reset_tsf, -- 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