summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: add support for WPS2.0Avinash Patil2012-04-127-0/+105
* mwifiex: display correct country information in debugfs "info"Amitkumar Karwar2012-04-123-3/+4
* mwifiex: set default regulatory domainAmitkumar Karwar2012-04-123-0/+38
* mwifiex: fix typo in RSSI_HIGH event handlingBing Zhao2012-04-121-1/+1
* wireless, mwifiex: drop redundant NULL test before call to release_firmware()Jesper Juhl2012-04-121-2/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-121-15/+3
|\
| * simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-15/+3
* | wireless: Remove unnecessary ; from while (0) macrosJoe Perches2012-04-111-4/+4
* | mwifiex: don't use IEEE80211_MAX_QUEUESJohannes Berg2012-04-102-5/+5
* | mwifiex: add set_cqm_rssi_config handler supportAmitkumar Karwar2012-04-097-0/+241
* | mwifiex: support STATION_INFO_SIGNAL_AVGAmitkumar Karwar2012-04-091-3/+4
* | mwifiex: remove redundant signal handling codeAmitkumar Karwar2012-04-096-108/+9
* | mwifiex: add cfg80211 dump_station handlerAmitkumar Karwar2012-04-091-0/+18
* | mwifiex: update signal strength in mBm unitsAmitkumar Karwar2012-04-091-2/+3
* | wireless: rename ht_info to ht_operationJohannes Berg2012-04-095-23/+24
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-1625-1437/+1365
|\
| * mwifiex: correction in structure name passed to sizeof()Amitkumar Karwar2012-03-141-1/+1
| * mwifiex: fix checkpatch --strict warnings/errors Part 9Yogesh Ashok Powar2012-03-145-95/+94
| * mwifiex: fix checkpatch --strict warnings/errors Part 8Yogesh Ashok Powar2012-03-142-70/+73
| * mwifiex: fix checkpatch --strict warnings/errors Part 7Yogesh Ashok Powar2012-03-142-121/+114
| * mwifiex: fix checkpatch --strict warnings/errors Part 6Yogesh Ashok Powar2012-03-141-92/+96
| * mwifiex: fix checkpatch --strict warnings/errors Part 5Yogesh Ashok Powar2012-03-141-173/+170
| * mwifiex: fix checkpatch --strict warnings/errors Part 4Yogesh Ashok Powar2012-03-143-211/+226
| * mwifiex: fix checkpatch --strict warnings/errors Part 3Yogesh Ashok Powar2012-03-143-101/+98
| * mwifiex: fix checkpatch --strict warnings/errors Part 2Yogesh Ashok Powar2012-03-143-127/+133
| * mwifiex: fix checkpatch --strict warnings/errors Part 1Yogesh Ashok Powar2012-03-144-43/+43
| * mwifiex: rename fuctions and variables for better readabilityYogesh Ashok Powar2012-03-131-87/+73
| * mwifiex: rearrange if and else blocks to avoid extra indentationYogesh Ashok Powar2012-03-133-70/+68
| * mwifiex: use usleep_range instead of udelayYogesh Ashok Powar2012-03-132-5/+5
| * mwifiex: merge functions to derive cfp by chan & freq in oneYogesh Ashok Powar2012-03-135-82/+46
| * mwifiex: rearrange switch statementYogesh Ashok Powar2012-03-131-111/+87
| * mwifiex: rename long function names to shorter onesYogesh Ashok Powar2012-03-136-53/+43
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-0910-79/+74
|\ \ | |/
| * mwifiex: correction in number of bitratesAmitkumar Karwar2012-03-081-1/+1
| * mwifiex: endian bug in mwifiex_drv_change_adhoc_chan()Dan Carpenter2012-03-052-4/+3
| * mwifiex: fix bug in wildcard scan handlingAmitkumar Karwar2012-03-053-33/+27
| * mwifiex: remove unnecessary struct mwifiex_802_11_ssidAmitkumar Karwar2012-03-058-27/+19
| * mwifiex: correct bitrates advertised to cfg80211Avinash Patil2012-03-051-4/+2
| * mwifiex: handle auto authentication mode correctlyAmitkumar Karwar2012-03-055-10/+22
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-057-50/+30
|\ \ | |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-291-0/+1
| |\
| | * mwifiex: reset encryption mode flag before associationAmitkumar Karwar2012-02-291-0/+1
| * | mwifiex: remove unnecessary enum MWIFIEX_802_11_WEP_STATUSAmitkumar Karwar2012-02-297-44/+29
| * | mwifiex: remove redundant scan operationAmitkumar Karwar2012-02-291-6/+0
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-216-63/+32
|\ \ \ | |/ /
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-154-7/+24
| |\ \ | | |/
| | * mwifiex: clear previous security setting during associationAmitkumar Karwar2012-02-151-1/+7
| * | mwifiex: update correct dtim_period in dump_station()Amitkumar Karwar2012-02-064-9/+10
| * | mwifiex: cleanup in snmp_mib command preparation codeAmitkumar Karwar2012-02-061-52/+8
| * | mwifiex: enable HT operating modeAmitkumar Karwar2012-02-061-0/+1
OpenPOWER on IntegriCloud