Age | Commit message (Expand) | Author | Files | Lines |
2014-01-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+0 |
2014-01-13 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 1 | -1/+0 |
2014-01-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 3 | -7/+6 |
2014-01-08 | mac80211: remove channel_change_time | Johannes Berg | 1 | -1/+0 |
2014-01-04 | wireless: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2 | -2/+0 |
2014-01-04 | wireless: cw1200: Fix memory leak in cw1200_wow_suspend() | Christian Engelmayer | 1 | -5/+6 |
2013-12-26 | cw1200: slight optimization of addr compare | dingtianhong | 2 | -4/+4 |
2013-12-05 | wireless: cw1200: Use consistent internal locking conventions | Solomon Peachy | 1 | -2/+2 |
2013-12-05 | cw1200: Make the "scan failed" message into a warning | Solomon Peachy | 1 | -2/+3 |
2013-11-25 | cfg80211: consolidate passive-scan and no-ibss flags | Luis R. Rodriguez | 1 | -5/+5 |
2013-11-04 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 4 | -36/+10 |
2013-10-10 | wireless: cw1200: acquire hwbus lock around cw1200_irq_handler() call. | Solomon Peachy | 1 | -0/+2 |
2013-09-26 | wireless: cw1200: use dev_get_platdata() | Jingoo Han | 1 | -2/+2 |
2013-09-26 | cw1200: Use a threaded oneshot irq handler for cw1200_spi | Solomon Peachy | 1 | -3/+4 |
2013-09-26 | Revert "cw1200: Don't perform SPI transfers in interrupt context" | Solomon Peachy | 4 | -33/+4 |
2013-09-09 | cw1200: Prevent a lock-related hang in the cw1200_spi driver | Solomon Peachy | 1 | -0/+9 |
2013-09-09 | cw1200: Don't perform SPI transfers in interrupt context | Solomon Peachy | 4 | -4/+33 |
2013-09-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2013-08-28 | cw1200: When debug is enabled, display all wakeup conditions for the wait_eve... | Solomon Peachy | 1 | -2/+2 |
2013-08-28 | cw1200: Display the correct default reference clock. | Solomon Peachy | 1 | -1/+1 |
2013-08-20 | treewide: Fix typo in printk | Masanari Iida | 1 | -1/+1 |
2013-08-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -5/+2 |
2013-08-05 | cw1200: Fix spurious BUG_ON() trigger when starting AP mode. | Solomon Peachy | 1 | -5/+2 |
2013-07-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+1 |
2013-07-23 | cw1200: Fix incorrect endianness annotation in a header field | Solomon Peachy | 1 | -1/+1 |
2013-07-23 | cw1200: Fix OOPS in monitor mode | Solomon Peachy | 1 | -1/+1 |
2013-06-24 | cw1200: Fix up a large pile of sparse warnings | Solomon Peachy | 10 | -97/+102 |
2013-06-12 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 1 | -4/+9 |
2013-06-11 | cw1200: Fix an assorted pile of checkpatch warnings. | Solomon Peachy | 9 | -75/+80 |
2013-06-11 | cw1200: Eliminate the ETF debug/engineering code. | Solomon Peachy | 7 | -349/+2 |
2013-06-11 | cw1200: Remove "ITP" debug subsystem. | Solomon Peachy | 8 | -905/+3 |
2013-06-10 | cw1200: handle allocation failure in wsm_event_indication() | Dan Carpenter | 1 | -0/+2 |
2013-06-10 | cw1200: read beyond end of array in debug code | Dan Carpenter | 1 | -3/+2 |
2013-06-10 | cw1200: Sanity-check arguments in copy_from_user() | Solomon Peachy | 1 | -4/+14 |
2013-06-10 | cw1200: hwio: Remove an unnecessary goto | Joe Perches | 1 | -1/+0 |
2013-06-04 | Merge remote-tracking branch 'wireless-next/master' into HEAD | Johannes Berg | 29 | -0/+14846 |
2013-06-03 | cw1200: rename the cw1200 platform definition header | Solomon Peachy | 2 | -2/+2 |
2013-06-03 | cw1200: Rework SDIO platform support to prevent build problems. | Solomon Peachy | 4 | -121/+30 |
2013-06-03 | cw1200: Replace use of 'struct resource' with 'int' for GPIO fields. | Solomon Peachy | 3 | -91/+41 |
2013-06-03 | cw1200: Reference correct 'powerup' GPIO signal. | Solomon Peachy | 2 | -2/+2 |
2013-06-03 | cw1200: move platform_data header to correct location. | Solomon Peachy | 3 | -3/+3 |
2013-06-03 | cw1200: Rename 'sbus' to 'hwbus' | Solomon Peachy | 10 | -123/+119 |
2013-05-30 | cw1200: remove unused including <linux/version.h> | Wei Yongjun | 3 | -3/+0 |
2013-05-30 | cw1200: use module_spi_driver to simplify the code | Wei Yongjun | 1 | -14/+1 |
2013-05-30 | cw1200: convert to use simple_open() | Wei Yongjun | 1 | -7/+1 |
2013-05-30 | cw1200: remove duplicated include from wsm.c | Wei Yongjun | 1 | -1/+0 |
2013-05-30 | cw1200: Fix compile with CONFIG_PM=n | Solomon Peachy | 5 | -4/+27 |
2013-05-29 | cw1200: add driver for the ST-E CW1100 & CW1200 WLAN chipsets | Solomon Peachy | 30 | -0/+14986 |