Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c13a765bd96f4e2f52d218ee6e5c0715380eeeb8
/
drivers
/
net
/
wireless
/
mwifiex
b292219
wireless: use OR operation to set wiphy features
by Johannes Berg
· 12 years ago
8cc1d52
mwifiex: update cfg80211 with correct reason code when connection is lost
by Amitkumar Karwar
· 12 years ago
0697588
mwifiex: update cfg80211 with correct reason code when association fails
by Amitkumar Karwar
· 12 years ago
061f2e6
mwifiex: reset scan_processing flag in failure cases
by Amitkumar Karwar
· 12 years ago
c247633
mwifiex: return -EBUSY if scan request cannot be honored
by Bing Zhao
· 12 years ago
5570a91
mwifiex: convert to use le16_add_cpu()
by Wei Yongjun
· 12 years ago
2db96c3
mwifiex: enhance RX reordering to avoid packet drop during host sleep
by Avinash Patil
· 12 years ago
8b4509f
mwifiex: add inactivity deauth support for ap
by Kevin Gan
· 12 years ago
3215215
mwifiex: set txpd when send a mgmt frame for AP and GO mode
by Stone Piao
· 12 years ago
8a6e231
mwifiex: parse P2P IEs from beacon_data
by Stone Piao
· 12 years ago
9197ab9
mwifiex: add support for P2P GO in interface type change
by Stone Piao
· 12 years ago
e1a2b7a
mwifiex: add support for P2P client in interface type change
by Stone Piao
· 12 years ago
197f4a2
mwifiex: add P2P interface
by Stone Piao
· 12 years ago
7bff9c9
mwifiex: send firmware initialization commands synchronously
by Stone Piao
· 12 years ago
ea021f5
mwifiex: append each IE into a seperate IE buffer
by Stone Piao
· 12 years ago
eab1c76
mwifiex: process remain on channel expired event
by Stone Piao
· 12 years ago
7feb4c4
mwifiex: implement remain_on_channel and cancel_remain_on_channel
by Stone Piao
· 12 years ago
2dbaf75
mwifiex: report received management frames to cfg80211
by Stone Piao
· 12 years ago
3cec687
mwifiex: implement cfg80211 mgmt_frame_register handler
by Stone Piao
· 12 years ago
83719be
mwifiex: advertise mgmt_stype to cfg80211
by Stone Piao
· 12 years ago
e39faa7
mwifiex: implement cfg80211 mgmt_tx handler
by Stone Piao
· 12 years ago
a8aa69d
mwifiex: fix coding style issue
by Stone Piao
· 12 years ago
fd0fc52
mwifiex: potential corruption in mwifiex_update_uap_custom_ie()
by Dan Carpenter
· 12 years ago
5419575
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 12 years ago
de09364
mwifiex: block scan request during heavy Tx traffic
by Amitkumar Karwar
· 12 years ago
22c22d2
mwifiex: disconnect the device before entering suspend state
by Amitkumar Karwar
· 12 years ago
9a17bad
mwifiex: fix issue in resumed scan operation
by Amitkumar Karwar
· 12 years ago
552bff0
cfg80211: constify name parameter to add_virtual_intf
by Johannes Berg
· 12 years ago
4ac8764
mwifiex: separate TxPD processing routine for AP
by Avinash Patil
· 12 years ago
fd4c451
mwifiex: disable WOW by default
by Bing Zhao
· 12 years ago
cc0ba0d
mwifiex: support custom world regulatory domain
by Amitkumar Karwar
· 12 years ago
77c8a14
mwifiex: do not hint regulatory domain with f/w country code
by Bing Zhao
· 12 years ago
e89e2da
mwifiex: use country ie of requested AP while associating
by Amitkumar Karwar
· 12 years ago
16051b0
mwifiex: update adapter->bss_prio_tbl[j].bss_prio_cur correctly
by Amitkumar Karwar
· 12 years ago
a458c0a
mwifiex: have same priority for AP and station traffic
by Amitkumar Karwar
· 12 years ago
09d60ce
mwifiex: remove AMSDU_AGGR_CTRL command response handler
by Amitkumar Karwar
· 12 years ago
1661aef
mwifiex: remove 11N_CFG command response handler
by Amitkumar Karwar
· 12 years ago
e69d1ff
mwifiex: remove get operation code for SUBSCRIBE EVENT command
by Amitkumar Karwar
· 12 years ago
fac805f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
908fe11
mwifiex: store mwifiex_ds_misc_subsc_evt in mwifiex_private
by Jeff Disher
· 12 years ago
84f6a95
mwifiex: make use of is_zero_ether_addr()
by Bing Zhao
· 12 years ago
a3c2c4f
mwifiex: parse rate info for AP
by Avinash Patil
· 12 years ago
e3a8e0b4
mwifiex: don't disable wait_q_enabled flag
by Amitkumar Karwar
· 12 years ago
26fc36a
mwifiex: release semaphore acquired for internal scan operation
by Amitkumar Karwar
· 12 years ago
626a43d
mwifiex: use is_zero_ether_addr() instead of memcmp()
by Wei Yongjun
· 12 years ago
a71bf90
mwifiex: use is_broadcast_ether_addr() instead of memcmp()
by Wei Yongjun
· 12 years ago
da25186
mwifiex: fix skb length issue when send a command to firmware
by Stone Piao
· 12 years ago
126f492
mwifiex: use GFP_ATOMIC under spin lock
by Dan Carpenter
· 12 years ago
9c7ff73
mwifiex: notify cfg80211 about MIC failures
by Amitkumar Karwar
· 12 years ago
641c869
mwifiex: fix 'smatch' warning in preparing key_material cmd
by Bing Zhao
· 12 years ago
8dd4372
mwifiex: fix powerpc64-linux- compilation warnings
by Bing Zhao
· 12 years ago
2f9279b
mwifiex: fix code mis-alignment after the if statement
by Fengguang Wu
· 12 years ago
b877f4c
mwifiex: add AES_CMAC support in key_material cmd
by Ying Luo
· 12 years ago
53b1123
mwifiex: pass key_params pointer in mwifiex_set_encode
by Ying Luo
· 12 years ago
9d7aba6
mwifiex: rename wapi_rxpn to pn
by Ying Luo
· 12 years ago
3e238a1
mwifiex: cleanup TX/RX BA tables for uAP
by Avinash Patil
· 12 years ago
5a009ad
mwifiex: add 11n Block Ack support for uAP
by Avinash Patil
· 12 years ago
d1cf3b9
mwifiex: support RX AMSDU aggregation for uAP
by Avinash Patil
· 12 years ago
838e4f4
mwifiex: improve uAP RX handling
by Avinash Patil
· 12 years ago
017a92a
mwifiex: create list for associated stations in AP mode
by Avinash Patil
· 12 years ago
3d99d98
mwifiex: separate file for handling AP events
by Avinash Patil
· 12 years ago
c825891
mwifiex: update 11n status as per start_ap IE
by Avinash Patil
· 12 years ago
bdd37be
mwifiex: improve scan delay logic during Tx traffic
by Amitkumar Karwar
· 12 years ago
b7525db
mwifiex: update max_chan_per_scan correctly for SSID scan
by Amitkumar Karwar
· 12 years ago
ed1ea6f
mwifiex: do le_to_cpu conversion for Rx packet header elements
by Amitkumar Karwar
· 12 years ago
bda1b1b
mwifiex: correction in MSDU padding logic
by Yogesh Ashok Powar
· 12 years ago
7d273ef
mwifiex: remove extra padding to AMSDU
by Yogesh Ashok Powar
· 12 years ago
d92a680
mwifiex: copy MSDU subframes correctly
by Yogesh Ashok Powar
· 12 years ago
90b90f6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
d369f7b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
433c399
mwifiex: improvement in cfg80211 set_bitrate_mask handler
by Amitkumar Karwar
· 12 years ago
05910f4
mwifiex: add support to use basic rates in ibss join request
by Amitkumar Karwar
· 12 years ago
006606c
mwifiex: remove unnecessary code in data rate configuration
by Amitkumar Karwar
· 12 years ago
1f45b39
mwifiex: remove redundant code in set channel path
by Amitkumar Karwar
· 12 years ago
d07d152
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 12 years ago
fe02012
mwifiex: correction in mcs index check
by Amitkumar Karwar
· 12 years ago
38a0084
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
fd01428
nl80211: move scan API to wdev
by Johannes Berg
· 12 years ago
84efbb8
cfg80211: use wireless_dev for interface management
by Johannes Berg
· 12 years ago
04c9f41
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
8a279d5
mwifiex: add set_antenna handler support
by Amitkumar Karwar
· 12 years ago
2152fe9
mwifiex: parse WPS IEs from beacon_data
by Avinash Patil
· 12 years ago
2dd2bd6
mwifiex: advertise WPS probe response offload support to cfg80211
by Avinash Patil
· 12 years ago
5370c83
mwifiex: add change_beacon cfg80211 handler
by Avinash Patil
· 12 years ago
bd6aa03
mwifiex: overwrite earlier IE buffers for new set IE request
by Avinash Patil
· 12 years ago
ea4c12f
mwifiex: separate IE parsing for Head/Tail IEs and beacon_ies etc
by Avinash Patil
· 12 years ago
adb6ed0
mwifiex: pass cfg80211_beacon_data to mwifiex_set_mgmt_ie()
by Avinash Patil
· 12 years ago
635d999
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
b319046
mwifiex: fix Coverity SCAN CID 709078: Resource leak (RESOURCE_LEAK)
by Bing Zhao
· 12 years ago
8732baa
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
42fb0b0
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
b26d344
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
34202e2
mwifiex: retrieve correct max_power information in reg_notifier handler
by Amitkumar Karwar
· 12 years ago
2041d7d
mwifiex: do not advertise custom regulatory domain capability
by Amitkumar Karwar
· 12 years ago
caa8984
mwifiex: use correct firmware command to get power limits
by Amitkumar Karwar
· 12 years ago
1a1fb97
mwifiex: wakeup main thread to handle command queued
by Amitkumar Karwar
· 12 years ago
c9015b2
mwifiex: fix memory leak associated with IE manamgement
by Avinash Patil
· 12 years ago
e486463
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
a4186ea
mwifiex: enhance power save for USB and PCIe chipsets
by Amitkumar Karwar
· 12 years ago
f931c77
mwifiex: wake up main thread to handle Tx traffic if scan is delayed/aborted
by Amitkumar Karwar
· 12 years ago
Next »