Remove the use of a bitwise XOR operation which wrongly assumes its
authorscottr <scottr@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Fri, 14 Dec 2007 08:24:27 +0000 (08:24 +0000)
committerscottr <scottr@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Fri, 14 Dec 2007 08:24:27 +0000 (08:24 +0000)
commite7f80f68cf8f17bba38ca3399c357e9964d12c91
tree1bd4cb67228189016d7502d56bea7c9ee30a6bcc
parent07554543dba2c924e84a939bc290f7cc4d2e5794
Remove the use of a bitwise XOR operation which wrongly assumes its
arguments are boolean.

Originally the arguments were converted to booleans, but r2345 removed
this conversion. I've added the conversion to booleans back again and
removed the use of XOR as it's confusing and unnecessary.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3062 0192ed92-7a03-0410-a25b-9323aeb14dbd
net80211/ieee80211_power.c