aboutsummaryrefslogtreecommitdiffstats
path: root/ws80211_utils.h
AgeCommit message (Collapse)AuthorFilesLines
2012-07-08Keep the NL80211_CHAN_ and WS80211_CHAN_ values distinct; only theguy1-13/+0
Linux version of the platform-dependent 802.11 stuff should use the NL80211_CHAN_ stuff. Map from the WS80211_CHAN_ values to the corresponding NL80211_CHAN_ values in ws80211_set_freq(), and have the channel_types bitset use bits indexed by WS80211_CHAN_ values rather than NL80211_CHAN_. This won't fix the problem of building this on Linuxes with old nl80211.h headers that lack NL80211_CHAN_, but it narrows the set of code that needs the NL80211_CHAN_ values, perhaps allowing the fix to be a bit cleaner, as well as making it easier to make this work on platforms other than Linux. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43606 f5534014-38df-0310-8fa8-9805f1628bb7
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
(COPYING will be updated in next commit) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43536 f5534014-38df-0310-8fa8-9805f1628bb7
2012-06-20Add ws80211_utils.[ch] of bug ↵etxrab1-0/+78
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6973 sligtly modified to compile on Windows. See if it breaks any other platform. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43410 f5534014-38df-0310-8fa8-9805f1628bb7