aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-01Revert "rt2x00: Endless loop on hub port power down"Stanislaw Gruszka1-6/+0
2014-12-01rt2x00: change REGISTER_TIMEOUTStanislaw Gruszka1-1/+1
2014-12-01rt2x00: change REGISTER_BUSY_COUNT for USBStanislaw Gruszka4-7/+10
2014-12-01rt2x00: use timeout in rt2x00usb_vendor_requestStanislaw Gruszka1-10/+6
2014-12-01rt2800: calculate tx power temperature compensation on selected chipsStanislaw Gruszka1-19/+26
2014-11-20Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2-4/+10
2014-11-19Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-38/+13
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg2-4/+10
2014-11-11rt2x00: do not align payload on modern H/WStanislaw Gruszka1-38/+12
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman1-1/+0
2014-10-30wireless: rt2x00: add new rt2800usb deviceCyril Brulebois1-0/+1
2014-10-27rt2x00: tune multi-registers I/O timeoutStanislaw Gruszka3-36/+17
2014-10-20net: wireless: rt2x00: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-26rt2800: correct BBP1_TX_POWER_CTRL maskStanislaw Gruszka1-1/+1
2014-08-28rt2x00: support Ralink 5362.Canek Peláez Valdés2-1/+9
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine4-4/+4
2014-07-15wireless: rt2x00: add new rt2800usb devicesXose Vazquez Perez1-0/+4
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville6-7/+83
2014-07-07rt2800usb: Don't perform DMA from stackAndrea Merello1-6/+22
2014-06-19drivers/net/wireless/rt2x00/rt2x00dev.c: remove null test before kfreeFabian Frederick1-2/+1
2014-06-19rt2x00: Use dma_zalloc_coherentJoe Perches1-5/+3
2014-06-19rt2x00: do not initialize BCN_OFFSET registersStanislaw Gruszka1-22/+0
2014-06-19rt2x00: change order when stop beaconingStanislaw Gruszka1-6/+6
2014-06-19rt2x00: change default MAC_BSSID_DW1_BSS_BCN_NUMStanislaw Gruszka1-1/+1
2014-06-19rt2x00: change beaconing setup on RT2800Stanislaw Gruszka2-0/+46
2014-06-19rt2x00: change beaconing lockingStanislaw Gruszka3-25/+9
2014-06-19net: wireless: rt2x00: rt2x00mac.c: Cleaning up uninitialized variablesRickard Strandqvist1-0/+2
2014-06-17rt2x00: fix rfkill regression on rt2500pciStanislaw Gruszka3-4/+28
2014-06-17rt2800usb:fix hang during firmware loadMichael Braun1-2/+7
2014-06-17rt2800usb:fix efuse detectionMichael Braun2-1/+30
2014-06-16rt2x00: disable TKIP on USBStanislaw Gruszka1-0/+2
2014-05-22rt2x00: Endless loop on hub port power downRichard Genoud1-0/+6
2014-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-10/+12
2014-04-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2-2/+4
2014-04-22rt2x00: restore original beaconing stateStanislaw Gruszka3-18/+17
2014-04-22rt2x00: fix beaconing on USBStanislaw Gruszka1-10/+12
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach2-2/+4
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2014-03-13Revert "rt2x00: rt2800lib: Update BBP register initialization for RT53xx"Stanislaw Gruszka1-3/+3
2014-03-03net: Replace min macro with min_tSilvan Jegen1-1/+1
2014-02-24wireless/rt2x00: don't use PREPARE_WORK in rt2800usb.cTejun Heo1-1/+1
2014-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-3/+12
2014-02-12rt2x00: move frequent messages to debug levelStanislaw Gruszka1-5/+5
2014-02-04rt2500: disable PS by defaultStanislaw Gruszka2-0/+10
2014-02-04rt2800: disable PS by default on USBStanislaw Gruszka1-3/+2
2014-01-23rt2x00: rt2800usb: mark D-Link DWA-137 as supportedRoman Dubtsov1-0/+1
2014-01-03wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker6-6/+0
2014-01-03rt2x00: use ether_addr_equal_64bitsJulia Lawall1-2/+2
2013-12-11rt2x00: Fix FSF address in file headersJeff Kirsher44-132/+44