> - /* send the radio switch event to the system - note both a key press > - * and a release are required */ > - if (unlikely(report_change)) { > - input_report_key(poll_dev->input, KEY_WLAN, 1); > - input_report_key(poll_dev->input, KEY_WLAN, 0); > - } So how will b43 report the status change now? Shouldn't the above be replaced with a call to rfkill_force_state()? Ivo -- 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