These patches implement a feature essential for long distance wireless links: setting ACK timeout and slot time. The API is based on a parameter called Coverage Class specified by the 802.11 standard. The first two patches add support to the kernel 802.11 stack via a new nl80211 attribute and a mac80211 callback. Following three patches implement the callback in ath5k driver, after some requisite fixes. Implementation in ath9k driver is planned. Please note the last patch outside the series is not a kernel patch, it adds the necessary support to userspace program iw. This is a third version of these patches, with following minor changes: * mac80211: add drv_ wrapper for mac80211 callback including tracer * ath5k: move setting ah_coverage_class to ath5k_hw_set_coverage_class() Lukas Turek -- 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