ieee80211_register_hwmode is allowed to be called before ieee80211_register_hw.
Signed-off-by: Jiri Benc <[EMAIL PROTECTED]> --- include/net/d80211.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) acc7a635825dfc3b077630d8be621504ac71637e diff --git a/include/net/d80211.h b/include/net/d80211.h index 9cecbd8..65a5d36 100644 --- a/include/net/d80211.h +++ b/include/net/d80211.h @@ -744,7 +744,7 @@ struct ieee80211_hw *ieee80211_alloc_hw( /* Register hardware device to the IEEE 802.11 code and kernel. Low-level * drivers must call this function before using any other IEEE 802.11 - * function. */ + * function except ieee80211_register_hwmode. */ int ieee80211_register_hw(struct ieee80211_hw *hw); /* driver can use this and ieee80211_get_rx_led_name to get the -- 1.3.0 - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html