Searched refs:hwsim (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dmac80211_hwsim.c885 struct mac80211_hwsim_data *hwsim = hw->priv; local
903 return hwsim_fops_ps_write(hwsim, ps);
909 NLA_PUT_U32(skb, HWSIM_TM_ATTR_PS, hwsim->ps);
949 * do because hwsim does transmission synchronously.
982 printk(KERN_DEBUG "hwsim hw_scan request\n");
984 printk(KERN_DEBUG "hwsim hw_scan freq %d\n",
994 struct mac80211_hwsim_data *hwsim = hw->priv; local
996 mutex_lock(&hwsim->mutex);
998 if (hwsim->scanning) {
999 printk(KERN_DEBUG "two hwsim sw_scan
1012 struct mac80211_hwsim_data *hwsim = hw->priv; local
[all...]

Completed in 77 milliseconds