summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: Fix trimming of L2 padded frames.Gertjan van Wingerde2009-12-211-1/+1
* rt2x00: Fix rt2800usb RX frame format and as such L2PADBenoit Papillault2009-12-212-31/+97
* rt2x00: Disable RX aggregation for rt2800usbBenoit PAPILLAULT2009-12-211-3/+1
* rt2x00: Only remove L2 padding in received frames if there is payload.Gertjan van Wingerde2009-12-211-1/+3
* rt2x00: Reorganize L2 padding inserting function.Gertjan van Wingerde2009-12-211-33/+27
* rt2x00: Remove SKBDESC_L2_PADDED flag.Gertjan van Wingerde2009-12-214-16/+4
* rt2x00: Further L2 padding fixes.Gertjan van Wingerde2009-12-212-3/+11
* rt2x00 : trim the skb after having the l2pad removed.Alban Browaeys2009-12-213-5/+3
* rt2x00 : avoid timestamp for monitor injected frame.Alban Browaeys2009-12-211-3/+6
* rt2x00 : modify padding location.Alban Browaeys2009-12-211-1/+1
* rt2x00 : bail out of regbusy_read if device is removed.Alban Browaeys2009-12-211-0/+3
* rt73usb: add WLI-U2-H54HPKenichi HORIO2009-12-211-0/+1
* rt2x00: Fix padding bug on L2PAD devices.Gertjan van Wingerde2009-12-041-1/+1
* rt2x00: Centralize setting of extra TX headroom requested by rt2x00.Gertjan van Wingerde2009-11-2810-16/+16
* rt2x00: Whitespace cleanup.Gertjan van Wingerde2009-11-287-87/+87
* rt2x00: Fix typo (lengt --> length) in rt2x00queue.cGertjan van Wingerde2009-11-281-2/+2
* rt2x00: Clean up use of rt2x00_intf_is_pci.Gertjan van Wingerde2009-11-281-10/+7
* rt2x00: Remove unused variable frame_control from rt2x00mac_tx.Gertjan van Wingerde2009-11-281-3/+0
* rt2x00: Only initialize HT on rt2800 devices that support it.Gertjan van Wingerde2009-11-281-1/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-246-13/+57
|\
| * mac80211: request TX status where neededJohannes Berg2009-11-195-11/+20
| * rt2x00: more ids to rt2800usb.cXose Vazquez Perez2009-11-181-2/+37
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-0/+1
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-093-7/+17
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-031-0/+5
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-291-1/+1
| |\ \ \
| * | | | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | | | | rt2800: do not enable tbtt unless we are in a beacon modeJosef Bacik2009-11-161-1/+2
* | | | | rt2x00: Fix BUG on rt2800usb when trying to read eFuse EEPROM.Gertjan van Wingerde2009-11-164-10/+27
* | | | | rt2x00: Log RT/RF chipset information correctly.Gertjan van Wingerde2009-11-167-4/+13
* | | | | rt2x00: Initialize rf302x RF values properly for rt2800pci.Gertjan van Wingerde2009-11-161-17/+12
* | | | | rt2x00: Fix rt2800lib RF chip programming selection.Gertjan van Wingerde2009-11-161-3/+7
* | | | | rt2800lib: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2009-11-131-1/+1
* | | | | rt2x00: Properly detect Ralink RT3070 devices.Gertjan van Wingerde2009-11-132-13/+16
* | | | | rt2x00: Fix typo in rf programming of rt2800lib.Gertjan van Wingerde2009-11-111-1/+1
* | | | | rt2x00: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2009-11-111-18/+18
* | | | | rt2x00: Update copyright statements.Gertjan van Wingerde2009-11-1139-43/+82
* | | | | rt2500usb: remove dead link tuning codeBartlomiej Zolnierkiewicz2009-11-111-134/+0
* | | | | rt2800usb: add eFuse EEPROM supportBartlomiej Zolnierkiewicz2009-11-111-1/+5
* | | | | rt2800: add eFuse EEPROM support code to rt2800libBartlomiej Zolnierkiewicz2009-11-115-64/+77
* | | | | rt2800usb: fix RX descriptor namingBartlomiej Zolnierkiewicz2009-11-112-25/+25
* | | | | rt2800: unify rt2800*_probe_hw_mode()Bartlomiej Zolnierkiewicz2009-11-114-399/+221
* | | | | rt2800: prepare for rt2800*_probe_hw_mode() unificationBartlomiej Zolnierkiewicz2009-11-112-17/+26
* | | | | rt2800usb: reorganize code in rt2800usb_probe_hw_mode()Bartlomiej Zolnierkiewicz2009-11-111-21/+21
* | | | | rt2800pci: add missing RF values to rf_vals tableBartlomiej Zolnierkiewicz2009-11-111-0/+4
* | | | | rt2800: unify EEPROM support codeBartlomiej Zolnierkiewicz2009-11-114-376/+204
* | | | | rt2800: prepare for unification of EEPROM support codeBartlomiej Zolnierkiewicz2009-11-112-36/+55
* | | | | rt2x00: Remove deprecated ieee80211_rx_status->qual usageIvo van Doorn2009-11-114-109/+0
* | | | | rt2x00: Add dynamic detection of eFuse EEPROM in rt2800pci.Gertjan van Wingerde2009-11-112-4/+19
* | | | | rt2x00: Fix building of rt2800lib when rt2x00 driver is built-in.Gertjan van Wingerde2009-11-111-0/+2
OpenPOWER on IntegriCloud