summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex/cfg80211.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-18mwifiex: move under marvell vendor directoryKalle Valo1-3887/+0
2015-10-28mwifiex: toggle carrier state in start_ap/stop_ap.Marty Faltesek1-0/+8
2015-10-14mwifiex: fix a comment typoGeliang Tang1-1/+1
2015-09-29mwifiex: NULL check for cfg80211_inform_bss()Xinming Hu1-2/+4
2015-09-29mwifiex: fix typo in del_virtual_intf() functionXinming Hu1-3/+3
2015-07-21mwifiex: correct p2p and station interface countersAniket Nagarnaik1-1/+3
2015-07-21mwifiex: fix for p2p broken linkAniket Nagarnaik1-1/+4
2015-07-21mwifiex: avoid freeing improper pointer in mwifiex_set_wowlan_mef_entryJohn Linville1-2/+6
2015-07-21mwifiex: separate interface combination for multichannel and DFSAvinash Patil1-3/+22
2015-07-21mwifiex: advertise multichannel support to cfg80211Avinash Patil1-1/+13
2015-07-21mwifiex: support for bypass tx queueAvinash Patil1-0/+4
2015-07-21mwifiex: update domain_info upon band change in start_apAvinash Patil1-1/+1
2015-07-21mwifiex: add cfg80211 tdls channel switch handlerXinming Hu1-0/+72
2015-06-08mwifiex: advertise PS ON by default support to cfg80211Avinash Patil1-1/+2
2015-06-08mwifiex: parse power constraint IE from TailAvinash Patil1-0/+3
2015-06-08mwifiex: dump station support in uap modeXinming Hu1-5/+46
2015-06-08mwifiex: add cfg80211 get_channel handlerXinming Hu1-1/+57
2015-06-08mwifiex: reset 11h active flag when chandef does not require dfsAvinash Patil1-1/+1
2015-06-08mwifiex: support AP reset after bss_stopAvinash Patil1-0/+7
2015-06-08mwifiex: correct bss_type assignmentAvinash Patil1-3/+3
2015-05-26mwifiex: change dbg print func to mwifiex_dbgZhaoyang Liu1-203/+259
2015-04-01Merge tag 'wireless-drivers-next-for-davem-2015-04-01' of git://git.kernel.or...David S. Miller1-27/+140
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller1-6/+7
2015-03-30cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen1-2/+3
2015-03-30mwifiex: stop command path in suspend handlerAvinash Patil1-3/+11
2015-03-16mwifiex: lock main process till reinitialization of vif is overAvinash Patil1-0/+33
2015-03-16mwifiex: Add support for auto ARP in mwifiex.Maithili Hinge1-24/+96
2015-03-06Merge tag 'wireless-drivers-next-for-davem-2015-03-06' of git://git.kernel.or...David S. Miller1-10/+4
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches1-4/+4
2015-03-03cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky1-4/+4
2015-02-26mwifiex: use alloc_workqueue's format strings capabilities for WQ namesAvinash Patil1-10/+4
2015-01-29mwifiex: 11h handling for AP interfaceAvinash Patil1-0/+22
2015-01-29mwifiex: channel switch support for mwifiexAvinash Patil1-2/+83
2015-01-29mwifiex: add cfg80211 start_radar_detection handlerAvinash Patil1-0/+59
2015-01-29mwifiex: refactor start_ap handlerAvinash Patil1-60/+8
2015-01-29mwifiex: update IEs after AP has startedAvinash Patil1-2/+3
2015-01-29mwifiex: store AP configuration in private structureAvinash Patil1-0/+2
2015-01-29mwifiex: do not send regulatory update while starting APAvinash Patil1-1/+0
2015-01-29mwifiex: support conversion to any virtual interface typeAvinash Patil1-31/+300
2015-01-29mwifiex: manage virtual interface limits efficientlyAvinash Patil1-12/+68
2015-01-29mwifiex: store permanant mac address in adapter structureAvinash Patil1-1/+1
2015-01-29mwifiex: do not declare wdev as pointerAvinash Patil1-45/+25
2015-01-29mwifiex: set wiphy params only onceAvinash Patil1-63/+48
2015-01-23mwifiex: check driver status in connect and scan handlersAmitkumar Karwar1-0/+8
2015-01-22Merge commit 'c1e140bf79d817d4a7aa9932eb98b0359c87af33' from mac80211-nextKalle Valo1-13/+15
2015-01-15cfg80211: change bandwidth reporting to explicit fieldJohannes Berg1-5/+6
2015-01-08cfg80211: remove enum station_info_flagsJohannes Berg1-5/+5
2015-01-08cfg80211: remove "channel" from survey namesJohannes Berg1-3/+4
2015-01-06mwifiex: Add support for wowlan disconnectMaithili Hinge1-1/+16
2015-01-06mwifiex: Move code for wowlan magic-packet and patterns to a functionMaithili Hinge1-31/+47