This will move the ieee80211_is_ofdm_rate function to the ieee80211.h
commit7c254d3dba0fae124b1d33f784ca23572ac386b0
authorIvo van Doorn <IvDoorn@gmail.com>
Mon, 3 Oct 2005 14:50:40 +0000 (3 09:50 -0500)
committerJames Ketrenos <jketreno@linux.intel.com>
Mon, 3 Oct 2005 14:50:40 +0000 (3 09:50 -0500)
tree033b9cacdabd184bac9f543308976234ce97146b
parent604116a32eaef4e10d05ae3361450b3f4a4e6a90
This will move the ieee80211_is_ofdm_rate function to the ieee80211.h
header, and I also added the ieee80211_is_cck_rate counterpart.

Various drivers currently create there own version of these functions,
but I guess the ieee80211 stack is the best place to provide such
routines.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
include/net/ieee80211.h
net/ieee80211/ieee80211_rx.c