Searched refs:DEFINE_WEXT_COMPAT_STUB (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | wext-compat.c | 1475 #define DEFINE_WEXT_COMPAT_STUB(func, type) \ macro 1484 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_giwname, char) 1485 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_siwfreq, struct iw_freq) 1486 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_giwfreq, struct iw_freq) 1487 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_siwmode, u32) 1488 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_giwmode, u32) 1489 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_giwrange, struct iw_point) 1490 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_siwap, struct sockaddr) 1491 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_giwap, struct sockaddr) 1492 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_siwmlme, struct iw_point) [all …]
|