Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
e62c9ce4a4c0e0ffd5718e962ba4606cd5d0d600
/
drivers
/
net
/
wireless
/
wl12xx
/
main.c
e62c9ce
wl12xx: use the same SDIO block size for all different chips
by Luciano Coelho
· 14 years ago
ce39def
wl12xx: change blocksize alignment quirk to negative
by Luciano Coelho
· 14 years ago
2f8e81a
wl12xx: clear wl->vif on remove_interface
by Eliad Peller
· 14 years ago
d6fa37c
wl12xx: reconfigure rate policies on set_bitrate_mask
by Eliad Peller
· 14 years ago
679a673
wl12xx: couple role_start_dev with roc
by Eliad Peller
· 14 years ago
0f16801
wl12xx: handle injected packets
by Eliad Peller
· 14 years ago
ccb6200
wl12xx: use the same plat dev name for both SPI and SDIO
by Luciano Coelho
· 14 years ago
0f4e312
wl12xx: move debugging definitions to a separate file
by Luciano Coelho
· 14 years ago
f79f890
wl12xx: drop unneeded plat_dev
by Felipe Balbi
· 14 years ago
4b32a2c
wl12xx: mark some symbols static
by Felipe Balbi
· 14 years ago
a390e85
wl12xx: move common init code from bus modules to main
by Felipe Balbi
· 14 years ago
ce2a217
wl12xx: add platform driver to the core module
by Felipe Balbi
· 14 years ago
e4120df
wl12xx: use round-robin policy for tx
by Eliad Peller
· 14 years ago
f750c82
wl12xx: add elp wakeup/sleep calls to add_interface
by Eliad Peller
· 14 years ago
e5a359f
wl12xx: use dynamic rate policies
by Eliad Peller
· 14 years ago
f027743
wl12xx: call stop() on recovery
by Eliad Peller
· 14 years ago
6e8cd33
wl12xx: replace all remaining wl->vif references
by Eliad Peller
· 14 years ago
9f259c4
wl12xx: make op_config configure all vifs
by Eliad Peller
· 14 years ago
6bd6502
wl12xx: add power_level field to wlvif
by Eliad Peller
· 14 years ago
61f845f
wl12xx: add channel field to wlvif
by Eliad Peller
· 14 years ago
1b92f15
wl12xx: add band field to wlvif
by Eliad Peller
· 14 years ago
52630c5
wl12xx: make WL1271_FLAG_CS_PROGRESS flag per-vif
by Eliad Peller
· 14 years ago
836d660
wl12xx: make WL1271_FLAG_PSPOLL_FAILURE flag per-vif
by Eliad Peller
· 14 years ago
10c8cd0
wl12xx: make WL1271_FLAG_IF_INITIALIZED per-vif
by Eliad Peller
· 14 years ago
0744bdb
wl12xx: make WL1271_FLAG_RX_STREAMING_STARTED flag per-vif
by Eliad Peller
· 14 years ago
8181aec
wl12xx: make WL1271_FLAG_STA_STATE_SENT flag per-vif
by Eliad Peller
· 14 years ago
c29bb00
wl12xx: make WL1271_FLAG_PSM flag per-vif
by Eliad Peller
· 14 years ago
53d40d0
wl12xx: make WL1271_FLAG_AP_STARTED flag per-vif
by Eliad Peller
· 14 years ago
eee514e
wl12xx: make WL1271_FLAG_IBSS_JOINED flag per-vif
by Eliad Peller
· 14 years ago
ba8447f
wl12xx: make WL1271_FLAG_STA_ASSOCIATED flag per-vif
by Eliad Peller
· 14 years ago
9eb599e
wl12xx: rearm rx streaming per vif
by Eliad Peller
· 14 years ago
48e93e4
wl12xx: move tx_security_seq into wlvif
by Eliad Peller
· 14 years ago
a4e4130
wl12xx: configure sleep_policy according to active roles
by Eliad Peller
· 14 years ago
a32d0cd
wl12xx: support multiple vifs in the tx path
by Eliad Peller
· 14 years ago
8762721
wl12xx: add vifs list
by Eliad Peller
· 14 years ago
8358750
wl12xx: move bitrate_masks into wlvif
by Eliad Peller
· 14 years ago
baf6277
wl12xx: move some functions from remove_interface() to stop()
by Eliad Peller
· 14 years ago
d6a3cc2
wl12xx: unify STA and AP tx_queue mechanism
by Eliad Peller
· 14 years ago
4438aca
wl12xx: move last_tx_hlid into wlvif
by Eliad Peller
· 14 years ago
1d09547
wl12xx: refactor fw init into a new function
by Eliad Peller
· 14 years ago
170d0e6
wl12xx: move recorded_ap_keys into wlvif
by Eliad Peller
· 14 years ago
c7ffb90
wl12xx: move ap_hlid_map into wlvif.ap
by Eliad Peller
· 14 years ago
d0802ab
wl12xx: move ba fields into wlvif
by Eliad Peller
· 14 years ago
04324d9
wl12xx: move rssi_thold and last_rssi_event into wlvif
by Eliad Peller
· 14 years ago
74ec839
wl12xx: move ps_poll_failures and psm_entry_retry into wlvif
by Eliad Peller
· 14 years ago
6ec45dc
wl12xx: move ps_compl into wlvif
by Eliad Peller
· 14 years ago
252efa4
wl12xx: move pspoll_work into wlvif
by Eliad Peller
· 14 years ago
f75c753f
wl12xx: move default_key into wlvif
by Eliad Peller
· 14 years ago
6a89979
wl12xx: move beacon_int into wlvif
by Eliad Peller
· 14 years ago
afaf8bd
wl12xx: move dev_hlid into wlvif
by Eliad Peller
· 14 years ago
e936bbe
wl12xx: move some logic into wl12xx_init_vif_data
by Eliad Peller
· 14 years ago
98b8625
wl12xx: move session_counter into wlvif
by Eliad Peller
· 14 years ago
a8ab39a
wl12xx: move ap_global_hlid and ap_bcast_hlid into wlvif
by Eliad Peller
· 14 years ago
154da67
wl12xx: move sta_hlid into wlvif
by Eliad Peller
· 14 years ago
7edebf5
wl12xx: move dev_role_id into wlvif
by Eliad Peller
· 14 years ago
0603d89
wl12xx: move role_id into wlvif
by Eliad Peller
· 14 years ago
6840e37
wl12xx: move aid into wlvif
by Eliad Peller
· 14 years ago
bddb29b
wl12xx: move probereq into wlvif
by Eliad Peller
· 14 years ago
1fe9f16
wl12xx: move ssid and ssid_len into wlvif
by Eliad Peller
· 14 years ago
fb0e707
wl12xx: move p2p into wlvif
by Eliad Peller
· 14 years ago
10bcf74
wl12xx: remove set_bss_type field
by Eliad Peller
· 14 years ago
536129c
wl12xx: move bss_type into wlvif
by Eliad Peller
· 14 years ago
cdf0949
wl12xx: replace wl->bssid with vif->bss_conf.bssid
by Eliad Peller
· 14 years ago
d2d66c5
wl12xx: move basic_rate into wlvif
by Eliad Peller
· 14 years ago
30d0c8f
wl12xx: move rate_set into wlvif
by Eliad Peller
· 14 years ago
87fbcb0
wl12xx: define wl12xx_vif
by Eliad Peller
· 14 years ago
92c77c7
wl12xx: start reworking the init sequence
by Eliad Peller
· 14 years ago
784f694
wl12xx: replace wl->mac_addr with vif->addr
by Eliad Peller
· 14 years ago
694440d
wl12xx: disable AP-mode-specific quirks
by Eliad Peller
· 14 years ago
6d158ff
wl12xx: Add support for HW channel switch
by Shahar Levi
· 14 years ago
c9e79a4
wl12xx: set max_sched_scan_ie_len correctly
by Luciano Coelho
· 14 years ago
8a3a3c8
mac80211: pass vif param to conf_tx() callback
by Eliad Peller
· 14 years ago
37a41b4
mac80211: add ieee80211_vif param to tsf functions
by Eliad Peller
· 14 years ago
f80c2d1
wl12xx: correct fw_status structure for 8 sta support in AP-mode
by Arik Nemtsov
· 14 years ago
af7fbb2
wl12xx: implement set_bitrate_mask callback
by Eliad Peller
· 14 years ago
68eaaf6
wl12xx: AP mode - support hidden SSID
by Arik Nemtsov
· 14 years ago
c6930b0
wl12xx: send all pending packets on channel change
by Eliad Peller
· 14 years ago
26b4bf2
wl12xx: remove P2P ie from probe response
by Eliad Peller
· 14 years ago
d48055d
wl12xx: remove TIM ie from probe response
by Eliad Peller
· 14 years ago
06b660e
wl12xx: Include OFDM rates in IBSS mode
by Shahar Levi
· 14 years ago
045c745
wl12xx: support p2p interfaces
by Eliad Peller
· 14 years ago
93f8c8e
wl12xx: set mac80211 flags for A-MPDU aggregation support
by Arik Nemtsov
· 14 years ago
f1acea9
wl12xx: AP mode - clean BA and queue state in tx_reset
by Arik Nemtsov
· 14 years ago
da03209
wl12xx: don't regulate links when a single STA is connected
by Arik Nemtsov
· 14 years ago
221737d
wl12xx: increase number of allowed SSIDs in sched_scan
by Luciano Coelho
· 14 years ago
1ec23f7
wl12xx: declare support for WIPHY_FLAG_AP_UAPSD
by Eliad Peller
· 14 years ago
0490701
wl12xx: remove deprecated CONFIG_WL12XX_HT flag
by Luciano Coelho
· 14 years ago
1462378
wl12xx: don't queue a new dummy packet if one is already pending
by Arik Nemtsov
· 14 years ago
9487775
wl12xx: add config_hangover command
by Eliad Peller
· 14 years ago
8757955
wl12xx: don't disconnect on recovery
by Eliad Peller
· 14 years ago
2a5bff0
wl12xx: add module_param to trigger BUG() on recovery
by Eliad Peller
· 14 years ago
f952079
wl12xx: add support for multiple SSIDs in sched_scan
by Luciano Coelho
· 14 years ago
05dba35
wl12xx: enter psm only after station role was started
by Eliad Peller
· 14 years ago
a879ed7
wl12xx: increase psm_entry_retries
by Eliad Peller
· 14 years ago
53835a2
wl12xx: initialize rate_set on band rates initialization
by Eliad Peller
· 14 years ago
e9eb8cb
wl12xx: use 2 spare TX blocks for GEM cipher
by Guy Eilam
· 14 years ago
04b4d69
wl12xx: fix tx_queue_count spurious increment
by Arik Nemtsov
· 14 years ago
04216da
wl12xx: AP-mode - prevent Tx to stale/invalid stations
by Arik Nemtsov
· 14 years ago
cf42039
wl12xx: set the AP-started flag only after setting keys
by Arik Nemtsov
· 14 years ago
9b17f1b
wl12xx: enable AP advanced functionality
by Arik Nemtsov
· 14 years ago
Next »