]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mac80211: fix struct ieee80211_tx_queue_params
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 10 Jul 2008 09:22:31 +0000 (11:22 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 14 Jul 2008 18:52:57 +0000 (14:52 -0400)
commitf434b2d111d9ff84ebdd0f11a7ae42c761453259
tree8c19b89773cb03812e81f3d170c97c31925dec36
parentf591fa5dbbbeaebd95c9c019b3a536a327fb79de
mac80211: fix struct ieee80211_tx_queue_params

Multiple issues:
 - there are no "default" values needed
 - cw_min/cw_max can be larger than documented
 - restructure to decrease size
 - use get_unaligned_le16

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/mac80211.h
net/mac80211/mlme.c