[PATCH] ieee82011: Added ieee80211_tx_frame to convert generic 802.11 data frames...
authorJames Ketrenos <jketreno@linux.intel.com>
Wed, 21 Sep 2005 16:54:47 +0000 (11:54 -0500)
committerJeff Garzik <jgarzik@pobox.com>
Thu, 22 Sep 2005 03:02:31 +0000 (23:02 -0400)
commit3f552bbf8614d2d26f488ca0d3e188bdec484bf4
tree9721d4dc2d53579d7c324fa0b98eddc964149ab4
parent3cdd00c5827621cd0b1bb0665aa62ef9a724297d
[PATCH] ieee82011: Added ieee80211_tx_frame to convert generic 802.11 data frames, and callbacks

tree 40adc78b623ae70d56074934ec6334eb4f0ae6a5
parent db43d847bcebaa3df6414e26d0008eb21690e8cf
author James Ketrenos <jketreno@linux.intel.com> 1124445938 -0500
committer James Ketrenos <jketreno@linux.intel.com> 1127313102 -0500

Added ieee80211_tx_frame to convert generic 802.11 data frames into
txbs for transmission.

Added several purpose specific callbacks (handle_assoc, handle_auth,
etc.) which the driver can register with for being notified on
reception of variouf frame elements.

Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
include/net/ieee80211.h
net/ieee80211/ieee80211_rx.c
net/ieee80211/ieee80211_tx.c
This page took 0.024848 seconds and 5 git commands to generate.