summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex/cfg80211.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-26mwifiex: drop gratuitous ARP framesAvinash Patil1-0/+1
2013-08-12mwifiex: fix build error when CONFIG_PM is not setBing Zhao1-2/+2
2013-08-09mwifiex: add packet coalesce supportAmitkumar Karwar1-0/+125
2013-08-09mwifiex: modify mwifiex_is_pattern_supported() routineAmitkumar Karwar1-4/+6
2013-08-09mwifiex: rename mef macrosAmitkumar Karwar1-8/+9
2013-08-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2
2013-08-01Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-2/+1
2013-07-31mwifiex: check for bss_role instead of bss_mode for STA operationsAvinash Patil1-2/+2
2013-07-24mwifiex: modify mwifiex_ap_sta_limits to advertise support for P2PAvinash Patil1-1/+3
2013-07-24mwifiex: skip registering mgmt frame that has already registeredStone Piao1-6/+10
2013-07-24mwifiex: add tx info to skb when forming mgmt frameHuawei Yang1-0/+5
2013-07-16cfg80211/nl80211: rename packet pattern related structures and enumsAmitkumar Karwar1-2/+1
2013-06-17mwifiex: Add module parameter for regdomainAvinash Patil1-4/+25
2013-06-04Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg1-14/+63
2013-06-03cfg80211: take WoWLAN support information out of wiphy structJohannes Berg1-5/+11
2013-05-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-3/+0
2013-05-22mwifiex: add del_station handlerAvinash Patil1-0/+46
2013-05-22mwifiex: remove global user_scan_cfg variableAmitkumar Karwar1-14/+17
2013-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+0
2013-05-09mwifiex: fix memory leak issue when driver unloadAmitkumar Karwar1-3/+0
2013-05-08drivers/net: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-04-22mwifiex: don't try to associate when bss_mode is not STABing Zhao1-11/+6
2013-04-22mwifiex: configure p2p interface during initializationBing Zhao1-0/+3
2013-04-22mwifiex: Start P2P devices in P2P modePaul Stewart1-3/+2
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+2
2013-04-02mwifiex: use separate AMPDU tx/rx window sizes in 11ac networksAvinash Patil1-0/+5
2013-04-02mwifiex: limit channel number not to overflow memoryStone Piao1-1/+2
2013-03-26mwifiex: add support to configure VHT for AP modeYogesh Ashok Powar1-0/+7
2013-03-19mwifiex: cleanup VHT capYogesh Ashok Powar1-57/+1
2013-03-09mwifiex: fix potential null dereference 'mef_entry'Bing Zhao1-1/+4
2013-03-07mwifiex: add WOWLAN supportAmitkumar Karwar1-0/+156
2013-03-07mwifiex: add "ethtool wol" command supportAmitkumar Karwar1-0/+1
2013-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-24/+153
2013-02-19mwifiex: add 802.11AC supportYogesh Ashok Powar1-24/+153
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg1-1/+1
2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-3/+1
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-19/+6
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-16/+3
2013-01-23Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-4/+2
2013-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-01-14wireless: make the reg_notifier() voidLuis R. Rodriguez1-4/+2
2013-01-11mwifiex: correct config_bands handling for ibss networkAmitkumar Karwar1-1/+1
2013-01-11mwifiex: update config_bands during infra associationAmitkumar Karwar1-14/+1
2013-01-09remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2013-01-08mwifiex: parse WMM IEs from hostapd for mwifiex APAvinash Patil1-0/+2
2013-01-05mwifiex: fix typo in setting up ibss network parametersAmitkumar Karwar1-1/+1
2012-11-30mwifiex: advertise GreenField, 40MHz intolerance support to cfg80211Avinash Patil1-0/+15
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-23/+23
2012-11-26cfg80211: pass a channel definition structJohannes Berg1-12/+18