aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-13rt2800pci: fix spurious interrupts generationStanislaw Gruszka1-20/+8
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-36/+3
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman3-36/+3
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville5-67/+69
2012-01-04rt2x00: Change RF3853 to RF3053.Gertjan van Wingerde1-2/+2
2012-01-04rt2x00: RT3593 is also applicable to USB.Gertjan van Wingerde1-1/+1
2012-01-04rt2x00usb: Zero USB padding before sending URBJakub Kiciński1-3/+13
2012-01-04rt2800usb: Let rt2x00usb handle USB paddingJakub Kiciński1-27/+10
2012-01-04rt2x00: Convert big if-statements to switch-statements.Gertjan van Wingerde1-18/+26
2012-01-04rt2x00: Whitespace cleanup.Gertjan van Wingerde1-1/+1
2012-01-04rt2x00: Identify rt2800usb chipsets.Gertjan van Wingerde1-14/+12
2012-01-04rt2800usb: Move ID out of unknownLarry Finger1-1/+1
2012-01-04rt2x00: Mark active channel's survey data as "in use"Helmut Schaa1-0/+3
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-0/+2
2011-12-21rt2800: Add support for the Fujitsu Stylistic Q550Alan Cox1-0/+2
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell5-5/+5
2011-12-14rt2x00: Make use of ieee80211_free_txskb in tx pathHelmut Schaa1-1/+1
2011-12-06rt2x00: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-2/+2
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville4-3/+23
2011-11-28rt2x00: Pass BlockAck and BlackAckReq frames to mac80211 in monitor modeHelmut Schaa1-2/+4
2011-11-22Revert "rt2800pci: handle spurious interrupts"John W. Linville1-6/+1
2011-11-22Revert "rt2x00: handle spurious pci interrupts"John W. Linville3-3/+3
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman3-36/+3
2011-11-17rt2x00: Fix efuse EEPROM reading on PPC32.Gertjan van Wingerde1-1/+1
2011-11-17rt2x00: handle spurious pci interruptsStanislaw Gruszka3-3/+3
2011-11-17rt2800pci: handle spurious interruptsStanislaw Gruszka1-1/+6
2011-11-15rt2x00: Fix sleep-while-atomic bug in powersaving code.Gertjan van Wingerde2-2/+21
2011-11-15rt2x00: Add USB device ID of Buffalo WLI-UC-GNHP.Gertjan van Wingerde1-0/+1
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller7-11/+18
2011-09-27mac80211: add ieee80211_vif param to tsf functionsEliad Peller6-7/+9
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville4-50/+53
2011-09-16rtl2800usb: Fix incorrect storage of MAC address on big-endian platformsLarry Finger1-8/+9
2011-09-16rt2800pci: Fix compiler error on PowerPCLarry Finger1-13/+17
2011-09-14rt2x00: Use the available helper functions to initialize the WCID tableHelmut Schaa1-5/+2
2011-09-14rt2x00: Forbid aggregation for STAs not programmed into the hwHelmut Schaa1-0/+11
2011-09-14rt2x00: Make use of sta_add/remove callbacks in rt2800Helmut Schaa4-30/+134
2011-09-14rt2x00: Add WCID to HT TX descriptorHelmut Schaa2-1/+7
2011-09-14rt2x00: Add WCID to crypto structHelmut Schaa2-2/+7
2011-09-14rt2x00: Introduce sta_add/remove callbacksHelmut Schaa3-0/+60
2011-09-14rt2x00: Move bssidx calculation into its own functionHelmut Schaa3-9/+23
2011-09-14rt2x00: Avoid unnecessary uncachedHelmut Schaa1-4/+4
2011-09-14rt2x00: Update some TX descriptorHelmut Schaa1-2/+2
2011-09-14rt2x00: Remove incorrect led blinkHelmut Schaa1-16/+0
2011-09-14rt2x00: Add LED_CFG register descriptionHelmut Schaa1-0/+3
2011-09-14rt2x00: Minor optimizazion in txdone pathHelmut Schaa4-6/+5
2011-09-13rt2x00: Add new chipset supportzero.lin1-0/+1
2011-08-22rt2x00: do not drop usb dev reference counter on suspendStanislaw Gruszka1-13/+1
2011-08-11rt2x00: fix crash in rt2800usb_get_txwiStanislaw Gruszka1-4/+3
2011-08-11rt2x00: fix order of entry flags modificationStanislaw Gruszka1-10/+7
2011-08-11rt2x00: fix crash in rt2800usb_write_tx_descStanislaw Gruszka1-1/+12