On Tue, 2016-03-15 at 13:01 +0000, Roger James wrote:
> 
> roger@dragon:~/linux-mainline$ find . -name "*.[ch]" -exec grep -n 
> IEEE80211_HW_WANT_MONITOR_VIF {} \; -print
> 1851: * @IEEE80211_HW_WANT_MONITOR_VIF: The driver would like to be 
> informed of
> 1928:    IEEE80211_HW_WANT_MONITOR_VIF,
> ./include/net/mac80211.h
> 
> Is that what you meant. Nobody seems to be using it. Even mac80211 
> itself. Or am I being stupid again :-)
> 

There are macros generating the checks and setting it, so you want to
grep without the IEEE80211_HW_ prefix

johannes
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to