Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1358203 > unrolled thread
| Started by | Claudiu Beznea <claudiu.beznea@gmail.com> |
|---|---|
| First post | 2016-03-15 20:30 +0100 |
| Last post | 2016-03-15 20:30 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 1/2] Staging: wlan-ng: removed prototype of p80211_stt_findproto() from this file. Claudiu Beznea <claudiu.beznea@gmail.com> - 2016-03-15 20:30 +0100
| From | Claudiu Beznea <claudiu.beznea@gmail.com> |
|---|---|
| Date | 2016-03-15 20:30 +0100 |
| Subject | [PATCH 1/2] Staging: wlan-ng: removed prototype of p80211_stt_findproto() from this file. |
| Message-ID | <rd2Pf-6tr-3@gated-at.bofh.it> |
This patch removes the prototype of p80211_stt_findproto() from p80211conv.h since global scope is not necessary. Signed-off-by: Claudiu Beznea <claudiu.beznea@gmail.com> --- drivers/staging/wlan-ng/p80211conv.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/wlan-ng/p80211conv.h b/drivers/staging/wlan-ng/p80211conv.h index 8c10357..6caba9a 100644 --- a/drivers/staging/wlan-ng/p80211conv.h +++ b/drivers/staging/wlan-ng/p80211conv.h @@ -155,6 +155,4 @@ int skb_ether_to_p80211(struct wlandevice *wlandev, u32 ethconv, struct sk_buff *skb, union p80211_hdr *p80211_hdr, struct p80211_metawep *p80211_wep); -int p80211_stt_findproto(u16 proto); - #endif -- 1.9.1
Back to top | Article view | linux.kernel
csiph-web