Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1479177ba69023a5bb9480fb6914f4a343452887
/
net
/
mac80211
/
util.c
0d8a0a1
mac80211: declare ieee80211_ave_rssi as EXPORT
by Wey-Yi Guy
· 13 years ago
aee286c
mac80211: fix STA channel width field
by Thomas Pedersen
· 13 years ago
1dae27f
mac80211: add function retrieve average rssi
by Wey-Yi Guy
· 13 years ago
4ee73f3
mac80211: remove hw.conf.channel usage where possible
by Michal Kazior
· 13 years ago
3a25a8c
mac80211: add improved HW queue control
by Johannes Berg
· 13 years ago
4b6f1dd
mac80211: add explicit monitor interface if needed
by Johannes Berg
· 13 years ago
9ebb61a
mac80211: Modify sta_get_rates to give basic rates
by Ashok Nagarajan
· 13 years ago
657c3e0
mac80211: Indicate basic rates when adding rate IEs
by Ashok Nagarajan
· 13 years ago
4644ae8
mac80211: lazily stop queues in add_pending
by Johannes Berg
· 13 years ago
ada1512
mac80211: debounce queue stop/wake
by Johannes Berg
· 13 years ago
54bcbc6
mac80211: refuse TX queue configuration on non-QoS HW
by Johannes Berg
· 13 years ago
1d98fb1
mac80211: use AC constants
by Johannes Berg
· 13 years ago
78307da
mac80211: inline ieee80211_add_pending_skbs
by Johannes Berg
· 13 years ago
074d46d
wireless: rename ht_info to ht_operation
by Johannes Berg
· 13 years ago
fcff4f1
mac80211: Filter duplicate IE ids
by Paul Stewart
· 13 years ago
3abead5
mac80211: combine QoS with other BSS changes
by Johannes Berg
· 13 years ago
005e472
mac80211: remove local_to_hw
by Johannes Berg
· 13 years ago
a4ec45a
mac80211: implement sta_add/sta_remove in sta_state
by Johannes Berg
· 13 years ago
f09603a
mac80211: add sta_state callback
by Johannes Berg
· 13 years ago
077f493
mac80211: simplify AP_VLAN handling
by Johannes Berg
· 13 years ago
6e1b1b2
mac80211: send null packet on active (psm) reconfiguration
by Eliad Peller
· 13 years ago
efa6a09
mac80211: In IBSS the DA field of auth frames is different from BSSID
by Antonio Quartulli
· 13 years ago
7f28197
mac80211: Call driver commands after drv_start in mac80211 restart code
by Yogesh Ashok Powar
· 13 years ago
0d392e9
mac80211: configure BSS_CHANGED_ARP_FILTER on reconfiguration
by Eliad Peller
· 13 years ago
ff3cc5f
mac80211: handle protection mode, RIFS and ADDBA for HT IBSS
by Simon Wunderlich
· 13 years ago
d7a4858
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 13 years ago
03360c5
Revert "mac80211: clear sta.drv_priv on reconfiguration"
by John W. Linville
· 13 years ago
e7979ac
mac80211: don't indicate probe resp change in IBSS mode
by Arik Nemtsov
· 13 years ago
515db09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by John W. Linville
· 13 years ago
ef96a842
mac80211: Support ht-cap over-rides.
by Ben Greear
· 13 years ago
dd76986
cfg80211/mac80211: Revert "move information element parsing logic to cfg80211"
by Johannes Berg
· 13 years ago
252b86c
mac80211: use skb list for fragments
by Johannes Berg
· 13 years ago
0294582
mac80211: Save probe response data for bss
by Arik Nemtsov
· 13 years ago
8e1b23b
mac80211: add recalc PS in ieee80211_reconfig()
by Eyal Shapira
· 13 years ago
7b7eab6
mac80211: verify virtual interfaces in driver API
by Johannes Berg
· 13 years ago
55de47f
mac80211: set BSS_CHANGED_IDLE on vif reconfig
by Eliad Peller
· 13 years ago
5b2bbf7
mac80211: fix bug in ieee80211_build_probe_req
by Johannes Berg
· 13 years ago
42e7aa7
mac80211: Add HT helper functions
by Alexander Simon
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
c2c98fd
mac80211: optimise station flags
by Johannes Berg
· 13 years ago
b0b97a8
mac80211: remove return value from add_pending_skbs
by Johannes Berg
· 13 years ago
768db34
mac80211: standardize adding supported rates IEs
by Arik Nemtsov
· 13 years ago
f6f3def
mac80211: save tx params per sdata
by Eliad Peller
· 13 years ago
aad14ce
mac80211: Send the management frame at requested rate
by Rajkumar Manoharan
· 13 years ago
7827493
mac80211: add ssid config to bss information in AP-mode
by Arik Nemtsov
· 13 years ago
d15b845
mac80211: Remove unnecessary OOM logging messages
by Joe Perches
· 13 years ago
0879fa4
cfg80211/mac80211: move information element parsing logic to cfg80211
by Yogesh Ashok Powar
· 13 years ago
f785d83
mac80211: clear sta.drv_priv on reconfiguration
by Eliad Peller
· 13 years ago
85a237f
mac80211: implement scan supported rates
by Johannes Berg
· 13 years ago
2683d65
mac80211: reconfigure tx on device reconfiguration
by Eliad Peller
· 13 years ago
94f9b97
mac80211: be more careful in suspend/resume
by Johannes Berg
· 13 years ago
95acac6
mac80211: allow driver to disconnect after resume
by Johannes Berg
· 13 years ago
615f7b9
mac80211: add driver RSSI threshold events
by Meenakshi Venkataraman
· 13 years ago
a806c55
mac80211: Drop DS Channel PARAM in directed probe
by Paul Stewart
· 13 years ago
43a1c27
networking: fix warning about unused label wake_up
by Vincent Zweije
· 13 years ago
eecc480
mac80211: add basic support for WoWLAN
by Johannes Berg
· 14 years ago
26d5953
mac80211: clean up station cleanup timer
by Johannes Berg
· 14 years ago
b67afe7
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 14 years ago
8ba0537
mac80211: fix 2.4 GHz 40 MHz disabling
by Johannes Berg
· 14 years ago
a7b545f
mac80211: add missing locking in ieee80211_reconfig
by Eliad Peller
· 14 years ago
67408c8
mac80211: selective throughput LED trigger active
by Johannes Berg
· 14 years ago
e1e5406
mac80211: add throughput based LED blink trigger
by Johannes Berg
· 14 years ago
50a9432
mac80211: fix powersaving clients races
by Johannes Berg
· 14 years ago
a619a4c
mac80211: Add function to get probe request template for current AP
by Juuso Oikarinen
· 14 years ago
f23a478
mac80211: support hardware TX fragmentation offload
by Arik Nemtsov
· 14 years ago
53f73c0
mac80211: avoid transmitting delBA to old AP
by Johannes Berg
· 14 years ago
025e6be
mac80211: fix deadlock with multiple interfaces
by Johannes Berg
· 14 years ago
651b522
mac80211: Add DS Parameter Set into Probe Request on 2.4 GHz
by Jouni Malinen
· 14 years ago
8dcb200
mac80211: Filter ProbeReq SuppRates based on TX rate mask
by Jouni Malinen
· 14 years ago
2ca27bc
mac80211: add p2p device type support
by Johannes Berg
· 14 years ago
46a5eba
cfg80211/mac80211: use lockdep_assert_held
by Johannes Berg
· 14 years ago
5b714c6
mac80211: fix offchannel queue stop
by Johannes Berg
· 14 years ago
26a5845
mac80211: switch to ieee80211_sdata_running
by Johannes Berg
· 14 years ago
2337db8
mac80211: use subqueue helpers
by Johannes Berg
· 14 years ago
2e161f7
cfg80211/mac80211: extensible frame processing
by Johannes Berg
· 14 years ago
d973497
mac80211: Don't set per-BSS QoS for monitor interfaces
by Sujith
· 14 years ago
4ced3f7
mac80211: move QoS-enable to BSS info
by Johannes Berg
· 14 years ago
2a41905
mac80211: simplify station/aggregation code
by Johannes Berg
· 14 years ago
ac8dd50
mac80211: fix BSS info reconfiguration
by Johannes Berg
· 15 years ago
b5878a2
mac80211: enhance tracing
by Johannes Berg
· 15 years ago
0f2df9e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into merge
by John W. Linville
· 15 years ago
618f356
mac80211: rename WLAN_STA_SUSPEND to WLAN_STA_BLOCK_BA
by Johannes Berg
· 15 years ago
e1b3ec1
mac80211: explicitly disable/enable QoS
by Stanislaw Gruszka
· 15 years ago
7236fe2
mac80211: move netdev queue enabling to correct spot
by Johannes Berg
· 15 years ago
c7a00dc
mac80211: correct typos in "unavailable upon resume" warning
by John W. Linville
· 15 years ago
74e2bd1
mac80211: tear down all agg queues when restart/reconfig hw
by Wey-Yi Guy
· 15 years ago
34e8950
mac80211: allow station add/remove to sleep
by Johannes Berg
· 15 years ago
145b6d1
mac80211: fix memory leak in ieee80211_send_probe_req
by Ming Lei
· 15 years ago
ab13315
mac80211: add U-APSD client support
by Kalle Valo
· 15 years ago
678f415
mac80211: flush workqueue before calling driver ->stop() method
by Lennert Buytenhek
· 15 years ago
7c12ce8
mac80211: use Probe Request template when sending a direct scan
by Kalle Valo
· 15 years ago
4f9b2a7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 15 years ago
29401f6
mac80211: No need to include WEXT headers here
by Jouni Malinen
· 15 years ago
cf0277e
mac80211: fix skb buffering issue
by Johannes Berg
· 15 years ago
e5eb8bd
mac80211: fix typo added by "mac80211: fix propagation of failed..."
by John W. Linville
· 15 years ago
891dc5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 15 years ago
1ed32e4
mac80211: remove struct ieee80211_if_init_conf
by Johannes Berg
· 15 years ago
8e664fb
mac80211: split up and insert custom IEs correctly
by Johannes Berg
· 15 years ago
9607e6b
mac80211: add ieee80211_sdata_running
by Johannes Berg
· 15 years ago
24feda0
mac80211: fix propagation of failed hardware reconfigurations
by Luis R. Rodriguez
· 15 years ago
Next »