Hi wireless developers, The patch at the following link fixes the wireless LED on rtl8192ce devices. http://marc.info/?l=linux-wireless&m=130247823800466&w=2 However, there is the following Error when compiling against 2.6.38 in Ubuntu natty: " drivers/net/wireless/rtlwifi/rtl8192ce/led.c: In function â_rtl92ce_init_ledâ: drivers/net/wireless/rtlwifi/rtl8192ce/led.c:40:6: error: âstruct rtl_ledâ has no member named âledonâ make[5]: *** [drivers/net/wireless/rtlwifi/rtl8192ce/led.o] Error 1 " The driver compiles correctly and the LED works after commenting out the offending line: wireless-testing.orig/drivers/net/wireless/rtlwifi/rtl8192ce/led.c static void _rtl92ce_init_led(struct ieee80211_hw *hw, struct rtl_led *pled, enum rtl_led_pin ledpin) { pled->hw = hw; pled->ledpin = ledpin; /* pled->ledon = false; */ } Is this an appropriate fix? Best Regards, Carl Richell -- 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