summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-1625-1437/+1365Star
|\
| * 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/+94Star
| * 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/+114Star
| * 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/+170Star
| * 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/+98Star
| * 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/+73Star
| * mwifiex: rearrange if and else blocks to avoid extra indentationYogesh Ashok Powar2012-03-133-70/+68Star
| * 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/+46Star
| * mwifiex: rearrange switch statementYogesh Ashok Powar2012-03-131-111/+87Star
| * mwifiex: rename long function names to shorter onesYogesh Ashok Powar2012-03-136-53/+43Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-0910-79/+74Star
|\|
| * 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/+3Star
| * mwifiex: fix bug in wildcard scan handlingAmitkumar Karwar2012-03-053-33/+27Star
| * mwifiex: remove unnecessary struct mwifiex_802_11_ssidAmitkumar Karwar2012-03-058-27/+19Star
| * mwifiex: correct bitrates advertised to cfg80211Avinash Patil2012-03-051-4/+2Star
| * 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/+30Star
|\|
| * 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/+29Star
| * | mwifiex: remove redundant scan operationAmitkumar Karwar2012-02-291-6/+0Star
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-216-63/+32Star
|\| |
| * | 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/+8Star
| * | mwifiex: enable HT operating modeAmitkumar Karwar2012-02-061-0/+1
| * | mwifiex: fix NULL pointer dereference in set_channel()Amitkumar Karwar2012-02-061-1/+6
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-113-6/+17
|\ \ \ | | |/ | |/|
| * | mwifiex: add NULL checks in driver unload pathAmitkumar Karwar2012-02-062-5/+10
| * | mwifiex: handle association failure case correctlyAmitkumar Karwar2012-02-031-1/+7
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-0614-51/+67
|\ \ \ | | |/ | |/|
| * | mwifiex: update BSS parameters in dump_station_info()Amitkumar Karwar2012-01-273-0/+24
| * | mwifiex: pass priv pointer instead of adapterAvinash Patil2012-01-273-7/+5Star
| * | mwifiex: derive priv from net_device instead of wiphyYogesh Ashok Powar2012-01-241-11/+8Star
| * | mwifiex: use bss_type and bss_num to retrieve privYogesh Ashok Powar2012-01-2412-34/+31Star
| * | drivers/net/wireless/mwifiex/scan.c: convert GFP_KERNEL to GFP_ATOMICJulia Lawall2012-01-241-1/+1
| |/
* / drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-312-6/+2Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-01-051-1/+6
|\
| * mwifiex: fix crash during simultaneous scan and connectAmitkumar Karwar2012-01-031-1/+6
* | mwifiex: fix issues in band configuration codeAmitkumar Karwar2011-12-212-30/+20Star
* | mwifiex: use IEEE80211_HT_PARAM_CHA_SEC_* macrosAmitkumar Karwar2011-12-217-39/+35Star