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