summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00/rt2x00dev.c
AgeCommit message (Expand)Author
2011-12-06rt2x00: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer
2011-11-15rt2x00: Fix sleep-while-atomic bug in powersaving code.Gertjan van Wingerde
2011-09-14rt2x00: Introduce sta_add/remove callbacksHelmut Schaa
2011-09-14rt2x00: Move bssidx calculation into its own functionHelmut Schaa
2011-08-09rt2x00: Fix PCI interrupt processing race on SMP systemsHelmut Schaa
2011-06-22rt2x00: fix possible memory corruption in case of invalid rxdesc.sizeStanislaw Gruszka
2011-06-06rt2x00: fix rmmod crashStanislaw Gruszka
2011-05-10rt2x00: Fix rmmod hang of rt2800pciGertjan van Wingerde
2011-05-02rt2x00: Add autowake support for USB hardwareIvo van Doorn
2011-04-19rt2800usb: add timer to handle TX_STA_FIFOJohannes Stezenbach
2011-04-19rt2x00: fix queue timeout checksJohannes Stezenbach
2011-04-19rt2x00: Split rt2x00dev->flagsIvo van Doorn
2011-04-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-04-04rt2x00: Fix tx aggregation problems with some clientsHelmut Schaa
2011-04-04rt2x00: Implement tx power temperature compensationHelmut Schaa
2011-04-04rt2x00: Remove obsolete rt2x00queue_align_payloadHelmut Schaa
2011-04-04rt2x00: Calculate tx status fifo size instead of hardcoding itHelmut Schaa
2011-04-04rt2x00: fix cancelling uninitialized workStanislaw Gruszka
2011-01-31rt2x00: Move TX/RX work into dedicated workqueueIvo van Doorn
2011-01-31rt2x00: Kill all tasklets during device removalIvo van Doorn
2011-01-31rt2x00: Disable txstatus tasklet by defaultHelmut Schaa
2011-01-31rt2x00: Introduce tasklets for interrupt handlingHelmut Schaa
2011-01-31rt2x00: Make periodic beacon updates for PCI devices atomicHelmut Schaa
2011-01-31rt2x00: Refactor beacon code to make use of start- and stop_queueHelmut Schaa
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf
2011-01-04rt2x00: Simplify intf->delayed_flags lockingHelmut Schaa
2011-01-04rt2x00: allow txstatus_fifo w/o txstatus_taskletJohannes Stezenbach
2010-12-13rt2x00: Introduce extra queue entry sanity flagIvo van Doorn
2010-12-13rt2x00: Cleanup RX index countingIvo van Doorn
2010-12-13rt2x00: Add "flush" queue commandIvo van Doorn
2010-12-13rt2x00: Protect queue control with mutexIvo van Doorn
2010-12-13rt2x00: Reorganize queue callback functionsIvo van Doorn
2010-11-30mac80211/rt2x00: add ieee80211_tx_status_ni()Johannes Stezenbach
2010-11-17rt2x00: Fix header_length in rt2x00lib_txdoneRA-Jay Hung
2010-11-15rt2x00: Remove rt2x00lib_toggle_rxIvo van Doorn
2010-11-15rt2x00: checkpatch.pl error fixes for rt2x00dev.cMark Einon
2010-11-15rt2x00: Fix crash on USB unplugIvo van Doorn
2010-10-11rt2x00: Fix URB error handlingIvo van Doorn
2010-10-11rt2x00: Fix dead queue when skb allocation failedIvo van Doorn
2010-10-11rt2x00: Validate MCS on RX pathIvo van Doorn
2010-10-11rt2x00: Simplify Queue function argumentsIvo van Doorn
2010-10-05rt2x00: Fix oops caused by error path in rt2x00lib_startHelmut Schaa
2010-10-05rt2x00: rework tx status handling in rt2800pciHelmut Schaa
2010-08-31rt2x00: Split watchdog check into a DMA and STATUS timeoutIvo van Doorn
2010-08-25rt2x00: Fix max TX power settingsIvo van Doorn
2010-08-16rt2x00: Remove ieee80211_rx_status from rt2x00_devIvo van Doorn
2010-08-16rt2x00: Add helper function for reporting tx statusIvo van Doorn
2010-08-16rt2x00: Move USB tx/rx done handling to workqueueIvo van Doorn
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-16rt2x00: Fix lockdep warning in rt2x00lib_probe_dev()Stephen Boyd