index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
iwlwifi
/
iwl-agn.c
Age
Commit message (
Expand
)
Author
2011-12-16
iwlwifi: move iwl_cfg from iwl_priv to iwl_shared
Don Fry
2011-12-08
iwlwifi: move calib_results list from iwl_priv to iwl_trans
Don Fry
2011-12-08
iwlwifi: move device_pointers from iwl_priv to iwl_shared
Don Fry
2011-12-08
iwlwifi: move eeprom pointer from iwl_priv to iwl_shared
Don Fry
2011-12-08
iwlwifi: P2P is not enabled by default
Wey-Yi Guy
2011-12-08
iwlwifi: rename CONFIG_IWLWIFI_DEVICE_SVTOOL to CONFIG_IWLWIFI_DEVICE_TESTMODE
Wey-Yi Guy
2011-12-06
iwlwifi: replace iwl_priv reference with iwl_trans for ucode.
Don Fry
2011-12-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2011-12-02
iwlwifi: change the default behavior of watchdog timer
Wey-Yi Guy
2011-12-02
iwlwifi: do not re-configure HT40 after associated
Wey-Yi Guy
2011-12-02
iwlagn: fix HW crypto for TX-only keys
Johannes Berg
2011-11-28
iwlwifi: show the configuration option
Wey-Yi Guy
2011-11-28
iwlagn: dynamically allocate & reflect calibration data
Johannes Berg
2011-11-11
iwlwifi: move all mac80211 related functions to one place
Wey-Yi Guy
2011-11-11
iwlagn: move ucode files out of the iwl_priv structure
Don Fry
2011-11-11
iwlagn: remove knowledge of ucode image location from upper layers
Don Fry
2011-11-11
iwlagn: add P2P NoA to probe responses
Johannes Berg
2011-11-08
iwlagn: simplify iwl_alloc_all
Don Fry
2011-11-08
iwlagn: update wowlan API
Johannes Berg
2011-10-14
iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.h
Emmanuel Grumbach
2011-10-14
iwlagn: merge station management functions
Wey-Yi Guy
2011-10-14
iwlagn: rename all the mac80211 callback functions
Wey-Yi Guy
2011-10-14
iwlagn: add debug for mac80211 callback
Wey-Yi Guy
2011-10-14
iwlagn: don't stop rts/cts until last aggregation queue close
Wey-Yi Guy
2011-10-14
iwlagn: eliminate bus pointer from iwl_priv structure
Don Fry
2011-10-14
iwlagn: update beacon smarter
Johannes Berg
2011-10-11
iwlagn: separate init calib and rt calib
Wey-Yi Guy
2011-10-03
iwlagn: rename iwlagn module iwlwifi and alias to iwlagn.
Don Fry
2011-09-21
iwlagn: split remain-on-channel
Johannes Berg
2011-09-21
iwlagn: remove common station priv
Johannes Berg
2011-09-20
Merge branch 'master' of git://git.infradead.org/users/linville/wireless
John W. Linville
2011-09-19
iwlagn: remove drvdata support from bus layer
Johannes Berg
2011-09-19
iwlagn: move sysfs files to debugfs
Johannes Berg
2011-09-19
iwlagn: clean up PM code
Johannes Berg
2011-09-19
iwlagn: move iwl_stop / wake_queue to the upper layer
Emmanuel Grumbach
2011-09-19
iwlagn: free the Tx cmd when a non empty Tx queue is freed
Emmanuel Grumbach
2011-09-16
iwlagn: workaround bug crashing some APs
Don Fry
2011-09-14
iwlagn: iwl-trans.c can't dereference iwl_priv any more
Emmanuel Grumbach
2011-09-14
iwlagn: remove priv dereferences from the transport layer
Emmanuel Grumbach
2011-08-29
iwlagn: handle GO powersave
Johannes Berg
2011-08-29
iwlagn: move the stop / wake queue logic to transport layer
Emmanuel Grumbach
2011-08-29
iwlagn: move check_stuck_queue to transport layer
Emmanuel Grumbach
2011-08-29
iwlagn: move wait_for_tx_queue_empty to transport layer
Emmanuel Grumbach
2011-08-29
iwlagn: cosmetics in iwl-trans.h
Emmanuel Grumbach
2011-08-29
iwlagn: move the mapping ac to queue / fifo to transport
Emmanuel Grumbach
2011-08-29
iwlagn: upper layer uses slabs to allocate tx cmds
Emmanuel Grumbach
2011-08-29
iwlagn: set tx_fifo for ampdu in transport layer
Emmanuel Grumbach
2011-08-29
iwlagn: stop the device before freeing it
Emmanuel Grumbach
2011-08-29
iwlagn: remove dereferences of priv from transport
Emmanuel Grumbach
2011-08-29
iwlagn: iwl_tid_data moves to iwl-shared
Emmanuel Grumbach
[next]