aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/cw1200 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-5/+2
2013-08-05cw1200: Fix spurious BUG_ON() trigger when starting AP mode.Solomon Peachy1-5/+2
2013-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2013-07-22cw1200: Fix incorrect endianness annotation in a header fieldSolomon Peachy1-1/+1
2013-07-22cw1200: Fix OOPS in monitor modeSolomon Peachy1-1/+1
2013-06-24cw1200: Fix up a large pile of sparse warningsSolomon Peachy10-97/+102
2013-06-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-4/+9
2013-06-11cw1200: Fix an assorted pile of checkpatch warnings.Solomon Peachy9-75/+80
2013-06-11cw1200: Eliminate the ETF debug/engineering code.Solomon Peachy7-349/+2
2013-06-11cw1200: Remove "ITP" debug subsystem.Solomon Peachy8-905/+3
2013-06-10cw1200: handle allocation failure in wsm_event_indication()Dan Carpenter1-0/+2
2013-06-10cw1200: read beyond end of array in debug codeDan Carpenter1-3/+2
2013-06-10cw1200: Sanity-check arguments in copy_from_user()Solomon Peachy1-4/+14
2013-06-10cw1200: hwio: Remove an unnecessary gotoJoe Perches1-1/+0
2013-06-04Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg29-0/+14846
2013-06-03cw1200: rename the cw1200 platform definition headerSolomon Peachy2-2/+2
2013-06-03cw1200: Rework SDIO platform support to prevent build problems.Solomon Peachy4-121/+30
2013-06-03cw1200: Replace use of 'struct resource' with 'int' for GPIO fields.Solomon Peachy3-91/+41
2013-06-03cw1200: Reference correct 'powerup' GPIO signal.Solomon Peachy2-2/+2
2013-06-03cw1200: move platform_data header to correct location.Solomon Peachy3-3/+3
2013-06-03cw1200: Rename 'sbus' to 'hwbus'Solomon Peachy10-123/+119
2013-05-30cw1200: remove unused including <linux/version.h>Wei Yongjun3-3/+0
2013-05-30cw1200: use module_spi_driver to simplify the codeWei Yongjun1-14/+1
2013-05-30cw1200: convert to use simple_open()Wei Yongjun1-7/+1
2013-05-30cw1200: remove duplicated include from wsm.cWei Yongjun1-1/+0
2013-05-30cw1200: Fix compile with CONFIG_PM=nSolomon Peachy5-4/+27
2013-05-29cw1200: add driver for the ST-E CW1100 & CW1200 WLAN chipsetsSolomon Peachy30-0/+14986