On Mon, 2006-08-21 at 06:39 -0400, Dan Williams wrote:
> Per my other mail, what exactly has changed and must be checked? The
> SIOCGIWFREQ stuff?
The prototype of ieee80211_tx_frame() changed. It used to have 3
parameters. Now it has 5.
Thanks,
-yi
-
To unsubscribe from this list: send the line
On Mon, Aug 21, 2006 at 11:33:22AM +0800, Zhu Yi wrote:
> Add IEEE80211_API_VERSION macro so that drivers are able to check it
> during compile time. This feature is useful to make backward IEEE80211
> compatibilities for wireless drivers.
NACK.
-
To unsubscribe from this list: send the line "uns
On Mon, 2006-08-21 at 11:33 +0800, Zhu Yi wrote:
> Add IEEE80211_API_VERSION macro so that drivers are able to check it
> during compile time. This feature is useful to make backward IEEE80211
> compatibilities for wireless drivers.
Per my other mail, what exactly has changed and must be checked?
Add IEEE80211_API_VERSION macro so that drivers are able to check it
during compile time. This feature is useful to make backward IEEE80211
compatibilities for wireless drivers.
Signed-off-by: Zhu Yi <[EMAIL PROTECTED]>
---
include/net/ieee80211.h | 12 +++-
1 files changed, 11 insert