From: Jouni Malinen Date: Mon, 11 Aug 2008 11:01:48 +0000 (+0300) Subject: ath9k: Updated Beacon generation to use mac80211-style X-Git-Tag: v2.6.28-rc1~717^2~384^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8fff50e4d6aad520b261b3c32e2c67a7dfb7228;p=pandora-kernel.git ath9k: Updated Beacon generation to use mac80211-style This change moves ath9k to use mac80211-generated Beacon frames instead of trying to allocate a single Beacon frame and then update it. In addition, the remaining ath_skb_{map,unmap}_single() wrapper calls are replaced with direct pci_{map,unmap}_single() calls in beacon.c. Power save buffering for multicast/broadcast frames is not yet converted to use mac80211-style (frames to be buffered inside mac80211, not in driver). Signed-off-by: Jouni Malinen Signed-off-by: John W. Linville --- Reading git-diff-tree failed