aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/channel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-28staging: vt6655: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: vt6655: add SPDX identifiers to all vt6655 driver filesGreg Kroah-Hartman1-0/+1
2016-10-16staging: vt6655: Removes the FSF mailing address.Varsha Rao1-4/+0
2016-08-21staging: vt6655: channel.c: Fix block comments usage warning by checkpatch.plAnson Jacob1-1/+2
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-2/+2
2016-02-07staging: vt6655: set_channel replace bResult with retMalcolm Priestley1-5/+5
2016-02-07staging: vt6655: set_channel replace void handler.Malcolm Priestley1-2/+1
2016-02-07staging: vt6655: channel.c replace pDevice with privMalcolm Priestley1-29/+29
2015-03-06staging: vt6655: fix coding style issues in channel.cIvan Stankovic1-3/+6
2015-01-25staging: vt6655: common variable size channel numbers to ieee80211_channel->hw_valueMalcolm Priestley1-3/+3
2015-01-25staging: vt6655: set_channel replace parameter with ieee80211_channelMalcolm Priestley1-6/+6
2015-01-19Merge 3.19-rc5 into staging-nextGreg Kroah-Hartman1-0/+8
2015-01-12staging: vt6655: Fix loss of distant/weak access points on channel change.Malcolm Priestley1-0/+8
2015-01-12staging: vt6655: [BUG] Protect MACvSelectPage1 with lock.Malcolm Priestley1-0/+6
2014-11-26staging: vt6655: rf remove __iomem *dwIoBase from functionsMalcolm Priestley1-3/+5
2014-11-07staging: vt6655: baseband replace __iomem where caller is priv dereferenced.Malcolm Priestley1-1/+1
2014-10-29staging: vt6655: dead code remove country.hMalcolm Priestley1-1/+0
2014-10-29staging: vt6655: channel.c remove dead functionsMalcolm Priestley1-113/+0
2014-10-29staging: vt6655: dead code remove zones and channel table elementsMalcolm Priestley1-603/+2
2014-10-29staging: vt6655: mac80211 conversion: changes to set channelMalcolm Priestley1-11/+1
2014-10-29staging: vt6655: mac80211 conversion add channel bandsMalcolm Priestley1-0/+140
2014-10-28staging: vt6655: channel.c: Comments fixesVeronika Kabatova1-13/+8
2014-08-17staging: vt6655: Convert DBG_PRT to pr_<level>Joe Perches1-3/+4
2014-08-16staging: vt6655: channel/wcmd/wctl/wmgr use struct vnt_private *Malcolm Priestley1-5/+5
2014-05-15staging: vt6655: fix checkpatch bracing issuesGuido Martínez1-42/+35
2014-05-15staging: vt6655: remove dead codeGuido Martínez1-3/+0
2013-11-10staging: vt6655: delete explicit comparison to boolTeodora Baluta1-8/+8
2013-03-25staging: vt6655: Remove unnecessary blank linesJoe Perches1-8/+0
2013-03-25staging: vt6655: Remove unnecessary parentheses from returnsJoe Perches1-11/+11
2013-03-25staging: vt6655: Convert to kernel brace styleJoe Perches1-4/+2
2013-03-25staging: vt6655: Remove commented out printksJoe Perches1-7/+0
2013-03-18staging:vt6655:channel: Whitespace cleanupsJoe Perches1-365/+365
2013-01-17staging: vt6655: no braces needed for single statement if , for blocksDevendra Naga1-6/+5
2010-08-02Staging: vt6655: replace BOOL with in kernel boolCharles Clément1-7/+7
2010-08-02Staging: vt6655: replace FALSE with in kernel falseCharles Clément1-14/+14
2010-08-02Staging: vt6655: replace TRUE with in kernel trueCharles Clément1-85/+85
2010-06-24Staging: vt6655: remove BYTE typedefCharles Clément1-22/+22
2010-06-22Staging: vt6655: move channel mapping code from card.c to channel.cCharles Clément1-0/+835