Skip to content

Commit

Permalink
staging: rtl8723bs: core: Remove unneeded declaration WFD_OUI
Browse files Browse the repository at this point in the history
Remove unneeded declaration "extern unsigned char WFD_OUI"

Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Link: https://lore.kernel.org/r/20190819165705.GA5782@hari-Inspiron-1545
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Hariprasad Kelam authored and Greg Kroah-Hartman committed Aug 21, 2019
1 parent 88db7fc commit 2cb05d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/rtl8723bs/core/rtw_ap.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ extern unsigned char RTW_WPA_OUI[];
extern unsigned char WMM_OUI[];
extern unsigned char WPS_OUI[];
extern unsigned char P2P_OUI[];
extern unsigned char WFD_OUI[];

void init_mlme_ap_info(struct adapter *padapter)
{
Expand Down

0 comments on commit 2cb05d8

Please sign in to comment.