kernel-fxtec-pro1x/drivers/net/wireless/rt2x00
Helmut Schaa 2f2bb7e8bd rt2x00: Remove obsolete rt2x00queue_align_payload
Since commit d1c3a37cee ("mac80211:
clarify alignment docs, fix up alignment") removed the requirement
for a 4-byte aligned payload rt2x00queue_align_payload is obsolete
as mac80211 will align the payload when it passes the frame to the
net stack.

As a result we can remove the call to rt2x00queue_align_payload in the
rx path and since that's the last user we can remove
rt2x00queue_align_payload altogether.

One advantage is that we save some alignment operations for frames
that don't need to be aligned (for example beause they are not passed
to the net stack).

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-04-04 16:20:03 -04:00
..
Kconfig rt2x00: Add support for RT5390 chip 2011-02-21 15:40:00 -05:00
Makefile
rt2x00.h rt2x00: Remove DRIVER_SUPPORT_WATCHDOG flag 2011-04-04 16:20:02 -04:00
rt2x00config.c
rt2x00crypto.c
rt2x00debug.c
rt2x00debug.h
rt2x00dev.c rt2x00: Remove obsolete rt2x00queue_align_payload 2011-04-04 16:20:03 -04:00
rt2x00dump.h
rt2x00firmware.c
rt2x00ht.c rt2x00: Don't call ieee80211_get_tx_rate for MCS rates 2011-03-04 14:06:48 -05:00
rt2x00leds.c
rt2x00leds.h
rt2x00lib.h rt2x00: Remove obsolete rt2x00queue_align_payload 2011-04-04 16:20:03 -04:00
rt2x00link.c rt2x00: Remove DRIVER_SUPPORT_WATCHDOG flag 2011-04-04 16:20:02 -04:00
rt2x00mac.c rt2x00: Optimize getting the beacon queue structure. 2011-03-04 14:06:49 -05:00
rt2x00pci.c rt2x00: Limit rt2x00pci rxdone processing to 16 entries at once 2011-04-04 16:20:01 -04:00
rt2x00pci.h rt2x00: Limit rt2x00pci rxdone processing to 16 entries at once 2011-04-04 16:20:01 -04:00
rt2x00queue.c rt2x00: Remove obsolete rt2x00queue_align_payload 2011-04-04 16:20:03 -04:00
rt2x00queue.h rt2x00: Use an enum instead of u16 for the rate_mode TX descriptor field 2011-03-04 14:06:48 -05:00
rt2x00reg.h
rt2x00soc.c
rt2x00soc.h
rt2x00usb.c
rt2x00usb.h
rt61pci.c rt2x00: Limit rt2x00pci rxdone processing to 16 entries at once 2011-04-04 16:20:01 -04:00
rt61pci.h
rt73usb.c rt2x00: Remove DRIVER_SUPPORT_WATCHDOG flag 2011-04-04 16:20:02 -04:00
rt73usb.h
rt2400pci.c rt2x00: Limit rt2x00pci rxdone processing to 16 entries at once 2011-04-04 16:20:01 -04:00
rt2400pci.h
rt2500pci.c rt2x00: Limit rt2x00pci rxdone processing to 16 entries at once 2011-04-04 16:20:01 -04:00
rt2500pci.h
rt2500usb.c rt2x00: Remove DRIVER_SUPPORT_WATCHDOG flag 2011-04-04 16:20:02 -04:00
rt2500usb.h
rt2800.h rt2x00: fix whitespace damage in the rt2800 specific code 2011-03-04 14:05:18 -05:00
rt2800lib.c rt2x00: Indention cleanup in rt2800lib 2011-04-04 16:20:03 -04:00
rt2800lib.h
rt2800pci.c rt2x00: Limit rt2800pci txdone processing to 16 entries at once 2011-04-04 16:20:01 -04:00
rt2800pci.h
rt2800usb.c rt2x00: Remove DRIVER_SUPPORT_WATCHDOG flag 2011-04-04 16:20:02 -04:00
rt2800usb.h