From 85617c05fc5e097eb23c5f7d4ac90ca300f79846 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 5 Feb 2020 16:22:24 +0900 Subject: [PATCH] gs2200m: Add a comment to mention the referred document Many of existing comments in this file refer to the document. Like "NOTE: See 3.2.2.3 Annexure - HI Frame Format (From Host)" --- drivers/wireless/gs2200m.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/drivers/wireless/gs2200m.c b/drivers/wireless/gs2200m.c index bea69b6385..7c89ea21f3 100644 --- a/drivers/wireless/gs2200m.c +++ b/drivers/wireless/gs2200m.c @@ -33,6 +33,14 @@ * ****************************************************************************/ +/**************************************************************************** + * gs2200m driver. + * + * See "GS2200MS2W Adapter Command Reference Guide" for the explanation + * of AT commands. You can find the document at: + * https://www.telit.com/m2m-iot-products/wifi-bluetooth-modules/wi-fi-gs2200m/ + ****************************************************************************/ + /**************************************************************************** * Included Files ****************************************************************************/