summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/channel.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6655: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0
* staging: vt6655: add SPDX identifiers to all vt6655 driver filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: vt6655: Removes the FSF mailing address.Varsha Rao2016-10-161-4/+0
* staging: vt6655: channel.c: Fix block comments usage warning by checkpatch.plAnson Jacob2016-08-211-1/+2
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-2/+2
* staging: vt6655: set_channel replace bResult with retMalcolm Priestley2016-02-071-5/+5
* staging: vt6655: set_channel replace void handler.Malcolm Priestley2016-02-071-2/+1
* staging: vt6655: channel.c replace pDevice with privMalcolm Priestley2016-02-071-29/+29
* staging: vt6655: fix coding style issues in channel.cIvan Stankovic2015-03-061-3/+6
* staging: vt6655: common variable size channel numbers to ieee80211_channel->h...Malcolm Priestley2015-01-251-3/+3
* staging: vt6655: set_channel replace parameter with ieee80211_channelMalcolm Priestley2015-01-251-6/+6
* Merge 3.19-rc5 into staging-nextGreg Kroah-Hartman2015-01-191-0/+8
|\
| * staging: vt6655: Fix loss of distant/weak access points on channel change.Malcolm Priestley2015-01-121-0/+8
* | staging: vt6655: [BUG] Protect MACvSelectPage1 with lock.Malcolm Priestley2015-01-121-0/+6
|/
* staging: vt6655: rf remove __iomem *dwIoBase from functionsMalcolm Priestley2014-11-261-3/+5
* staging: vt6655: baseband replace __iomem where caller is priv dereferenced.Malcolm Priestley2014-11-071-1/+1
* staging: vt6655: dead code remove country.hMalcolm Priestley2014-10-291-1/+0
* staging: vt6655: channel.c remove dead functionsMalcolm Priestley2014-10-291-113/+0
* staging: vt6655: dead code remove zones and channel table elementsMalcolm Priestley2014-10-291-603/+2
* staging: vt6655: mac80211 conversion: changes to set channelMalcolm Priestley2014-10-291-11/+1
* staging: vt6655: mac80211 conversion add channel bandsMalcolm Priestley2014-10-291-0/+140
* staging: vt6655: channel.c: Comments fixesVeronika Kabatova2014-10-281-13/+8
* staging: vt6655: Convert DBG_PRT to pr_<level>Joe Perches2014-08-171-3/+4
* staging: vt6655: channel/wcmd/wctl/wmgr use struct vnt_private *Malcolm Priestley2014-08-161-5/+5
* staging: vt6655: fix checkpatch bracing issuesGuido Martínez2014-05-151-42/+35
* staging: vt6655: remove dead codeGuido Martínez2014-05-151-3/+0
* staging: vt6655: delete explicit comparison to boolTeodora Baluta2013-11-101-8/+8
* staging: vt6655: Remove unnecessary blank linesJoe Perches2013-03-251-8/+0
* staging: vt6655: Remove unnecessary parentheses from returnsJoe Perches2013-03-251-11/+11
* staging: vt6655: Convert to kernel brace styleJoe Perches2013-03-251-4/+2
* staging: vt6655: Remove commented out printksJoe Perches2013-03-251-7/+0
* staging:vt6655:channel: Whitespace cleanupsJoe Perches2013-03-181-365/+365
* staging: vt6655: no braces needed for single statement if , for blocksDevendra Naga2013-01-171-6/+5
* Staging: vt6655: replace BOOL with in kernel boolCharles Clément2010-08-021-7/+7
* Staging: vt6655: replace FALSE with in kernel falseCharles Clément2010-08-021-14/+14
* Staging: vt6655: replace TRUE with in kernel trueCharles Clément2010-08-021-85/+85
* Staging: vt6655: remove BYTE typedefCharles Clément2010-06-241-22/+22
* Staging: vt6655: move channel mapping code from card.c to channel.cCharles Clément2010-06-221-0/+835
OpenPOWER on IntegriCloud