summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/rxtx.c
AgeCommit message (Expand)Author
2020-02-01staging: vt6656: correct packet types for CTS protect, mode.Malcolm Priestley
2018-07-11staging: vt6655: remove some redundant variablesColin Ian King
2017-11-28staging: vt6656: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: vt6656: add SPDX identifiers to all vt6656 driver filesGreg Kroah-Hartman
2017-05-18staging: vt6656: remove unnecesary blank linesJuan Manuel Torres Palma
2017-05-18staging: vt6656: remove multiple assignmentsJuan Manuel Torres Palma
2017-05-15staging: vt6656: rtxt.c Fix PARENTHESIS_ALIGNMENT type errorsSalvatore Benedetto
2017-04-28staging: vt6656: use tabs instead of spacesJuan Antonio Pedreira Martos
2017-02-16staging: vt6656: rxtx.c Removed multiple dereferencingMichael S. Hansen
2017-02-16staging: vt6656: Alignment match open parenthesisArushi Singhal
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller
2016-02-24mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seqEliad Peller
2015-11-19staging: vt6656: remove address from GPL textOthmar Pasteka
2015-09-29staging: vt6656: don't stop TX queue unless buffer full.Malcolm Priestley
2015-07-14staging: vt6656: Fixed two lines over 80 characters longArjun Krishna Babu
2015-06-17staging: vt6656: Boolean tests don't need comparisons.Abdul Hussain
2015-05-08staging: vt6656: use ieee80211_tx_info to select packet type.Malcolm Priestley
2015-02-26Staging: vt6656: replace memcpy() by ether_addr_copy() using coccinelle and p...aybuke ozdemir
2015-02-07staging: vt6656: parse cts fall back out of vnt_fill_cts_headMalcolm Priestley
2015-02-07staging: vt6656: vnt_fill_cts_head remove unneeded NULL check.Malcolm Priestley
2015-01-25staging: vt6656: fix Prefer ether_addr_copy() over memcpy() if the Ethernet a...Heba Aamer
2015-01-12Staging: vt6656: Checkpatch fix: else after break or returnEmrys Bayliss
2015-01-12staging: vt6656: whitespace checkpatch warning fix.Krzysztof Adamski
2015-01-12staging: vt6656: Use ether_addr_copy() on vnt_private members.Krzysztof Adamski
2015-01-12staging: vt6656: Use ether_addr_copy() in vnt_fill_ieee80211_rts.Krzysztof Adamski
2014-09-23Staging: vt6656: Merges two lines of code and also removes unused variableMahati Chamarthy
2014-08-16staging: vt6656: add blank line after declarationRagnar B. Johannsson
2014-08-16staging: vt6656: fix incorrect indentationRagnar B. Johannsson
2014-07-22staging: vt6656: struct vnt_tx_short_buf_head change base type of fifo_ctl to...Malcolm Priestley
2014-07-22staging: vt6656: struct vnt_tx_fifo_head fifo_ctl change base type to __le16Malcolm Priestley
2014-07-22staging: vt6656: struct vnt_beacon_buffer replace byType with typeMalcolm Priestley
2014-07-22staging: vt6656: vnt_tx_buffer replace byType with typeMalcolm Priestley
2014-07-22staging: vt6656: struct vnt_beacon_buffer replace byPKTNO with pkt_noMalcolm Priestley
2014-07-22staging: vt6656: struct vnt_tx_buffer replace byPKTNO with pkt_noMalcolm Priestley
2014-07-22staging: vt6656: vnt_tx_fifo_head rename wFIFOCtl to fifo_ctlMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_usb_send_context context into vnt_get_duration_leMalcolm Priestley
2014-07-21staging; vt6656: rxtx add current_rate into vnt_usb_send_context as tx_rateMalcolm Priestley
2014-07-21staging: vt6656: rxtx move frame_len/size into vnt_usb_send_context as frame_lenMalcolm Priestley
2014-07-21staging: vt6656: move need_ack into into vnt_usb_send_contextMalcolm Priestley
2014-07-21staging: vt6656: rxtx move pkt_type into vnt_usb_send_contextMalcolm Priestley
2014-07-21staging: vt6656: vnt_get_duration_le fix typo piv to privMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace byAutoFBCtrl with auto_fb_ctrlMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace wSeqCounter with seq_counterMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace wCurrentRate with current_rateMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace byPreambleType with preamble_typeMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace byTopCCKBasicRate with top_cck_ba...Malcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace byTopOFDMBasicRate with top_ofdm_...Malcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace byPacketType with packet_typeMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace byBBType with bb_typeMalcolm Priestley