aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-20/+20
2016-04-29staging: vt6656: Add space to align functionshan tai1-13/+13
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg4-5/+5
2016-03-28staging: vt6656: Fixed multiple logical comparisions warnings in main_usb.cParth Sane1-3/+3
2016-03-28staging: vt6656: Fixed multiple logical comparisions warningsParth Sane1-4/+4
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+8
2016-03-10staging: vt6656: Remove unnecessary parenthesesRehas Sachdeva1-2/+2
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-4/+8
2016-02-24mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seqEliad Peller1-4/+8
2016-02-20staging: vt6656: simplify tests of successful urb statusAlison Schofield1-3/+3
2016-02-14staging: vt6656: move local var init into declarationAlison Schofield1-9/+4
2016-02-14staging: vt6656: replace GFP_ATOMIC with GFP_KERNEL for urb allocationAlison Schofield1-3/+3
2016-02-11staging: vt6656: replace explicit NULL comparison with ! operatorAlison Schofield2-6/+6
2016-02-07Staging: vt6656: Fixed multiple commenting codig style issues.maomao xu1-6/+8
2016-02-07drivers:staging:vt6656: Fix coding style issuesSergey Lysanov1-1/+1
2016-02-07staging: vt6656: fix definitions of DEVICE_FLAGS_* flagsAlexey Tulia1-2/+2
2015-11-19staging: vt6656: remove address from GPL textOthmar Pasteka29-104/+0
2015-11-15staging: vt6656: Do not use multiple blank lines.Burcin Akalin1-1/+0
2015-10-27staging: vt6656: Do not use multiple blank lines.Burcin Akalin1-1/+0
2015-10-27staging: vt6656: Add space around '|'Burcin Akalin1-1/+1
2015-10-24staging: vt6656: Remove unnecessary braces and tab spacingAmitoj Kaur Chawla1-5/+3
2015-10-16staging: vt6656: Prefer using BIT MacroAmitoj Kaur Chawla1-1/+1
2015-10-16staging: vt6656: Remove useless initialisationAmitoj Kaur Chawla1-1/+1
2015-10-08staging: vt6656: Remove space before closing braceAmitoj Kaur Chawla1-1/+0
2015-10-08staging: vt6656: Remove space after opening braceAmitoj Kaur Chawla1-1/+0
2015-09-29staging: vt6656: remove RX complete locking.Malcolm Priestley1-6/+0
2015-09-29staging: vt6656: don't stop TX queue unless buffer full.Malcolm Priestley2-7/+5
2015-09-29staging: vt6656: implement power saving.Malcolm Priestley1-0/+1
2015-09-29staging: vt6656: implement power saving code.Malcolm Priestley3-4/+14
2015-09-29staging: vt6656: implement TSF counterMalcolm Priestley1-0/+20
2015-07-20Merge 4.2-rc3 into staging-nextGreg Kroah-Hartman1-1/+1
2015-07-14staging: vt6656: check ieee80211_bss_conf bssid not NULLMalcolm Priestley1-1/+1
2015-07-14staging: vt6656: Fixed two lines over 80 characters longArjun Krishna Babu1-2/+5
2015-06-26Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds5-5/+5
2015-06-17staging: vt6656: Boolean tests don't need comparisons.Abdul Hussain4-4/+4
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-4/+4
2015-05-31Staging: vt6656: device: Fixed spelling errorColin Cronin1-1/+1
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+11
2015-05-08staging: vt6656: use ieee80211_tx_info to select packet type.Malcolm Priestley1-3/+11
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-10/+1
2015-03-23Merge 4.0-rc5 into staging-testingGreg Kroah-Hartman1-0/+1
2015-03-20staging: vt6656: don't return zero on failure path in vt6656_probe()Alexey Khoroshilov1-0/+1
2015-03-09staging: vt6656: vnt_rf_setpower: fix missing rate RATE_12MMalcolm Priestley1-0/+1
2015-03-06staging: vt6656: Fix possible leak in vnt_download_firmware()Christian Engelmayer1-1/+1
2015-02-26staging: vt6656: replace memcpy by ether_addr_copyAya Mahfouz1-1/+3
2015-02-26Staging: vt6656: replace memcpy() by ether_addr_copy() using coccinelle and pack variableaybuke ozdemir1-4/+4
2015-02-07staging: vt6656: parse cts fall back out of vnt_fill_cts_headMalcolm Priestley1-45/+54
2015-02-07staging: vt6656: vnt_fill_cts_head remove unneeded NULL check.Malcolm Priestley1-3/+0
2015-01-25staging: vt6656: fix Prefer ether_addr_copy() over memcpy() if the Ethernet addresses are __aligned(2)Heba Aamer1-1/+1
2015-01-12Staging: vt6656: Checkpatch fix: else after break or returnEmrys Bayliss1-2/+0