index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
iwlwifi
/
iwl-agn.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iwlwifi: Execute runtime calibration always
Venkataraman, Meenakshi
2011-12-19
1
-3
/
+4
*
iwlagn: finer-grained HT disable
Johannes Berg
2011-12-19
1
-3
/
+4
*
iwlwifi: remove most of the iwl_priv references from iwl-ucode.c
Don Fry
2011-12-16
1
-0
/
+1
*
iwlwifi: create iwl_mac80211 unregister routine
Don Fry
2011-12-16
1
-6
/
+1
*
iwlwifi: move iwl_cfg from iwl_priv to iwl_shared
Don Fry
2011-12-16
1
-30
/
+30
*
iwlwifi: move calib_results list from iwl_priv to iwl_trans
Don Fry
2011-12-08
1
-2
/
+1
*
iwlwifi: move device_pointers from iwl_priv to iwl_shared
Don Fry
2011-12-08
1
-1
/
+1
*
iwlwifi: move eeprom pointer from iwl_priv to iwl_shared
Don Fry
2011-12-08
1
-4
/
+4
*
iwlwifi: P2P is not enabled by default
Wey-Yi Guy
2011-12-08
1
-1
/
+9
*
iwlwifi: rename CONFIG_IWLWIFI_DEVICE_SVTOOL to CONFIG_IWLWIFI_DEVICE_TESTMODE
Wey-Yi Guy
2011-12-08
1
-2
/
+2
*
iwlwifi: replace iwl_priv reference with iwl_trans for ucode.
Don Fry
2011-12-06
1
-3
/
+3
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2011-12-02
1
-2
/
+3
|
\
|
*
iwlwifi: change the default behavior of watchdog timer
Wey-Yi Guy
2011-12-02
1
-2
/
+3
|
*
iwlwifi: do not re-configure HT40 after associated
Wey-Yi Guy
2011-12-02
1
-15
/
+3
|
*
iwlagn: fix HW crypto for TX-only keys
Johannes Berg
2011-12-02
1
-0
/
+11
*
|
iwlwifi: show the configuration option
Wey-Yi Guy
2011-11-28
1
-0
/
+32
*
|
iwlagn: dynamically allocate & reflect calibration data
Johannes Berg
2011-11-28
1
-0
/
+2
*
|
iwlwifi: move all mac80211 related functions to one place
Wey-Yi Guy
2011-11-11
1
-1474
/
+3
*
|
iwlagn: move ucode files out of the iwl_priv structure
Don Fry
2011-11-11
1
-58
/
+15
*
|
iwlagn: remove knowledge of ucode image location from upper layers
Don Fry
2011-11-11
1
-5
/
+2
*
|
iwlagn: add P2P NoA to probe responses
Johannes Berg
2011-11-11
1
-0
/
+1
*
|
iwlagn: simplify iwl_alloc_all
Don Fry
2011-11-08
1
-6
/
+4
*
|
iwlagn: update wowlan API
Johannes Berg
2011-11-08
1
-3
/
+10
|
/
*
iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.h
Emmanuel Grumbach
2011-10-14
1
-1
/
+0
*
iwlagn: merge station management functions
Wey-Yi Guy
2011-10-14
1
-1
/
+0
*
iwlagn: rename all the mac80211 callback functions
Wey-Yi Guy
2011-10-14
1
-27
/
+29
*
iwlagn: add debug for mac80211 callback
Wey-Yi Guy
2011-10-14
1
-6
/
+26
*
iwlagn: don't stop rts/cts until last aggregation queue close
Wey-Yi Guy
2011-10-14
1
-6
/
+4
*
iwlagn: eliminate bus pointer from iwl_priv structure
Don Fry
2011-10-14
1
-9
/
+8
*
iwlagn: update beacon smarter
Johannes Berg
2011-10-14
1
-0
/
+11
*
iwlagn: separate init calib and rt calib
Wey-Yi Guy
2011-10-11
1
-1
/
+1
*
iwlagn: rename iwlagn module iwlwifi and alias to iwlagn.
Don Fry
2011-10-03
1
-0
/
+1
*
iwlagn: split remain-on-channel
Johannes Berg
2011-09-21
1
-9
/
+1
*
iwlagn: remove common station priv
Johannes Berg
2011-09-21
1
-2
/
+2
*
Merge branch 'master' of git://git.infradead.org/users/linville/wireless
John W. Linville
2011-09-20
1
-0
/
+5
|
\
|
*
iwlagn: workaround bug crashing some APs
Don Fry
2011-09-16
1
-0
/
+5
*
|
iwlagn: remove drvdata support from bus layer
Johannes Berg
2011-09-19
1
-3
/
+1
*
|
iwlagn: move sysfs files to debugfs
Johannes Berg
2011-09-19
1
-125
/
+0
*
|
iwlagn: clean up PM code
Johannes Berg
2011-09-19
1
-3
/
+3
*
|
iwlagn: move iwl_stop / wake_queue to the upper layer
Emmanuel Grumbach
2011-09-19
1
-5
/
+4
*
|
iwlagn: free the Tx cmd when a non empty Tx queue is freed
Emmanuel Grumbach
2011-09-19
1
-2
/
+2
*
|
iwlagn: iwl-trans.c can't dereference iwl_priv any more
Emmanuel Grumbach
2011-09-14
1
-4
/
+4
*
|
iwlagn: remove priv dereferences from the transport layer
Emmanuel Grumbach
2011-09-14
1
-1
/
+1
*
|
iwlagn: handle GO powersave
Johannes Berg
2011-08-29
1
-0
/
+68
*
|
iwlagn: move the stop / wake queue logic to transport layer
Emmanuel Grumbach
2011-08-29
1
-4
/
+5
*
|
iwlagn: move check_stuck_queue to transport layer
Emmanuel Grumbach
2011-08-29
1
-2
/
+2
*
|
iwlagn: move wait_for_tx_queue_empty to transport layer
Emmanuel Grumbach
2011-08-29
1
-1
/
+1
*
|
iwlagn: cosmetics in iwl-trans.h
Emmanuel Grumbach
2011-08-29
1
-1
/
+1
*
|
iwlagn: move the mapping ac to queue / fifo to transport
Emmanuel Grumbach
2011-08-29
1
-23
/
+0
*
|
iwlagn: upper layer uses slabs to allocate tx cmds
Emmanuel Grumbach
2011-08-29
1
-0
/
+2
[next]