mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-26 05:58:54 +00:00
12 lines
373 B
C
12 lines
373 B
C
#ifndef _HGICS_AP_H_
|
|
#define _HGICS_AP_H_
|
|
|
|
#if !defined(__RTOS__) && LINUX_VERSION_CODE >= KERNEL_VERSION(4,15,0)
|
|
extern void hgics_mac80211_beacon(struct timer_list *t);
|
|
#else
|
|
extern void hgics_mac80211_beacon(unsigned long arg);
|
|
#endif
|
|
extern void hgics_ap_reset_beacon(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_bss_conf *info);
|
|
|
|
#endif
|