lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 3 Jan 2007 19:05:16 +0100 (CET) From: Jiri Benc <jbenc@...e.cz> To: "John W. Linville" <linville@...driver.com> Cc: netdev@...r.kernel.org Subject: [PATCH 8/12] d80211: small documentation fix ieee80211_register_hwmode is allowed to be called before ieee80211_register_hw. Signed-off-by: Jiri Benc <jbenc@...e.cz> --- 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 majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists