コード例 #1
0
static int wl1271_ap_hw_init_post_mem(struct wl1271 *wl)
{
	return wl1271_ap_init_templates(wl);
}
コード例 #2
0
static int wl1271_ap_hw_init_post_mem(struct wl1271 *wl,
				      struct ieee80211_vif *vif)
{
	return wl1271_ap_init_templates(wl, vif);
}