Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | PCI: make pci_restore_state return void | Jon Mason | 2010-12-23 | 1 | -2/+2 | |
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2011-01-13 | 15 | -23/+23 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | wireless: comment typo fix diable -> disable. | Justin P. Mattock | 2011-01-03 | 3 | -4/+4 | |
| * | | Fix spelling mistakes in comments | Stefan Weil | 2011-01-03 | 4 | -7/+7 | |
| * | | Merge branch 'master' into for-next | Jiri Kosina | 2010-12-22 | 42 | -184/+283 | |
| |\| | ||||||
| * | | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2010-11-01 | 8 | -12/+12 | |
* | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2011-01-08 | 1 | -2/+1 | |
|\ \ \ | ||||||
| * | | | workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela... | Tejun Heo | 2010-12-15 | 1 | -2/+1 | |
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-01-05 | 82 | -1501/+5036 | |
|\ \ \ \ | ||||||
| * | | | | ath9k: correct MODULE_PARM_DESC parameters for force_new_ani | John W. Linville | 2011-01-05 | 1 | -1/+1 | |
| * | | | | ath5k: qualify global modparam_nohwcrypt variable | John W. Linville | 2011-01-05 | 2 | -4/+4 | |
| * | | | | ath9k: qualify global modparam_nohwcrypt variable | John W. Linville | 2011-01-05 | 3 | -5/+5 | |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-01-05 | 3 | -5/+11 | |
| |\ \ \ \ | ||||||
| | * | | | | iwlagn: enable only rfkill interrupt when device is down | Stanislaw Gruszka | 2011-01-04 | 2 | -4/+11 | |
| * | | | | | libertas: down_interruptible() can return -EINTR, not EINTR | roel kluin | 2011-01-04 | 1 | -1/+1 | |
| * | | | | | ath9k_htc: Fix packet injection | Sujith Manoharan | 2011-01-04 | 1 | -8/+64 | |
| * | | | | | ath5k: ath5k_eeprom_mode_from_channel() returns signed | Dan Carpenter | 2011-01-04 | 1 | -2/+4 | |
| * | | | | | ath9k : few rate control clean ups | Mohammed Shafi Shajakhan | 2011-01-04 | 2 | -11/+8 | |
| * | | | | | ath9k: fix beacon restart on channel change | Rajkumar Manoharan | 2011-01-04 | 1 | -1/+2 | |
| * | | | | | Revert "ath9k: Parse DTIM period from mac80211" | Mohammed Shafi Shajakhan | 2011-01-04 | 2 | -4/+2 | |
| * | | | | | ath9k_hw: fix dma descriptor rx error bit parsing | Felix Fietkau | 2011-01-04 | 2 | -9/+11 | |
| * | | | | | ath9k_htc: Move LED/RFKILL code to htc_drv_gpio.c | Sujith Manoharan | 2011-01-04 | 3 | -312/+333 | |
| * | | | | | ath9k_htc: Fix fast channel change | Sujith Manoharan | 2011-01-04 | 2 | -16/+11 | |
| * | | | | | ath9k_htc: Handle FATAL events | Sujith Manoharan | 2011-01-04 | 5 | -8/+84 | |
| * | | | | | ath9k_htc: Move work cancellation outside of mutex | Sujith Manoharan | 2011-01-04 | 1 | -5/+5 | |
| * | | | | | ath9k_htc: Handle pending URBs properly | Sujith Manoharan | 2011-01-04 | 2 | -4/+37 | |
| * | | | | | ath9k: Few clean ups in beacon config parameters | Mohammed Shafi Shajakhan | 2011-01-04 | 1 | -12/+13 | |
| * | | | | | rt2x00: Fix comment about removed spinlock | Helmut Schaa | 2011-01-04 | 1 | -4/+1 | |
| * | | | | | rt2x00: Remove unused interface spinlock | Helmut Schaa | 2011-01-04 | 2 | -7/+0 | |
| * | | | | | rt2x00: Simplify intf->delayed_flags locking | Helmut Schaa | 2011-01-04 | 3 | -19/+7 | |
| * | | | | | rt2x00: Remove superfluous assignment of mpdu_density | Helmut Schaa | 2011-01-04 | 1 | -2/+0 | |
| * | | | | | rt2x00: Fix panic on frame padding for rt2800 usb devices | Ismael Luceno | 2011-01-04 | 1 | -4/+12 | |
| * | | | | | rt2x00: Fix pointer errors. | Gertjan van Wingerde | 2011-01-04 | 2 | -8/+8 | |
| * | | | | | rt2x00: remove intf->mac field. | Gertjan van Wingerde | 2011-01-04 | 2 | -9/+2 | |
| * | | | | | rt2x00: Remove intf->bssid field. | Gertjan van Wingerde | 2011-01-04 | 2 | -16/+0 | |
| * | | | | | rt2x00: allow txstatus_fifo w/o txstatus_tasklet | Johannes Stezenbach | 2011-01-04 | 1 | -5/+5 | |
| * | | | | | rt2x00: simplify txstatus_fifo handling | Johannes Stezenbach | 2011-01-04 | 2 | -17/+3 | |
| * | | | | | carl9170: fix usb pm suspend->resume woes | Christian Lamparter | 2011-01-04 | 1 | -16/+37 | |
| * | | | | | carl9170: reduce channel change delay | Christian Lamparter | 2011-01-04 | 1 | -8/+0 | |
| * | | | | | carl9170: add missing return-value check | Christian Lamparter | 2011-01-04 | 1 | -0/+2 | |
| * | | | | | ath5k: fix cycle counter inconsistent locking | Bob Copeland | 2011-01-04 | 1 | -2/+2 | |
| * | | | | | ath9k: fix spur mitigation no-spur case for AR9002 | Brian Prodoehl | 2011-01-04 | 1 | -2/+3 | |
| * | | | | | airo: use simple_write_to_buffer | Akinobu Mita | 2011-01-04 | 1 | -13/+7 | |
| * | | | | | ath9k: spin_lock_bh is not required within tasklet context. | Senthil Balasubramanian | 2011-01-04 | 1 | -2/+2 | |
| * | | | | | iwlagn: fix scan tx antenna setting on 5Ghz band | Stanislaw Gruszka | 2011-01-04 | 3 | -16/+6 | |
| * | | | | | ath5k: Move mac80211 functions into new file | Bruno Randolf | 2011-01-04 | 3 | -713/+825 | |
| * | | | | | iwlwifi: remove reference to Gen2 | Wey-Yi Guy | 2010-12-26 | 1 | -3/+3 | |
| * | | | | | iwlagn: fix FH error | Johannes Berg | 2010-12-26 | 1 | -1/+2 | |
| * | | | | | iwlwifi: remove extra string | Wey-Yi Guy | 2010-12-26 | 1 | -1/+1 | |
| * | | | | | rtlwifi: Fix large packet issue | Chaoming Li | 2010-12-22 | 1 | -3/+15 |