summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: kill struct iwl4965_lq_mngrTomas Winkler2008-08-222-16/+0
* iwl-4965: test below 0 on unsigned num_tbsroel kluin2008-08-221-1/+1
* iwlwifi: use generic mac80211 radiotap headersBruno Randolf2008-08-226-208/+27
* removed unused #include <version.h>Huang Weiyi2008-08-189-9/+0
* iwlwifi: fix printk newlinesJiri Slaby2008-08-185-11/+11
* iwlwifi: cleanup iwl_tx_skbTomas Winkler2008-08-073-25/+22
* iwl3945: fix merge mistake for packet injectionZhu Yi2008-08-041-6/+0
* iwlwifi: grap nic access before accessing periphery registersTomas Winkler2008-08-041-1/+3
* iwlwifi: decrement rx skb counter in scan abort handlerEmmanuel Grumbach2008-08-041-0/+1
* iwlwifi: fix unhandled interrupt when HW rfkill is onTomas Winkler2008-08-041-10/+8
* iwlwifi: implement iwl5000_calc_rssiTomas Winkler2008-08-045-51/+119
* iwlwifi: memory allocation optimizationGregory Greenman2008-08-044-28/+59
* iwlwifi: HW bug fixesTomas Winkler2008-08-043-6/+31
* iwlwifi: Don't use buffer allocated on the stack for led namesSven Wegener2008-08-044-28/+36
* iwlwifi: rename 4965 to AGNTomas Winkler2008-08-044-63/+68
* iwlwifi: fix checkpatch.pl errorsTomas Winkler2008-08-0411-60/+55
* iwlwifi: rename iwl4965-base.c to iwl-agn.cTomas Winkler2008-08-042-4/+2
* iwlwifi: use dtim_period from association, and set listen_intervalTomas Winkler2008-08-043-4/+5
* iwlwifi: RS small compile warnings without CONFIG_IWLWIFI_DEBUGDenis V. Lunev2008-08-041-0/+2
* iwlwifi: bug fix in AGG flow - cast const to ULLEmmanuel Grumbach2008-08-043-7/+7
* iwlwifi: set led register in disassociationEsti Kummer2008-08-041-16/+24
* iwlwifi: kill iwl4965_fill_rs_infoTomas Winkler2008-08-043-111/+0
* iwlwifi: rename iwl-4695-rs to iwl-agn-rsTomas Winkler2008-08-047-128/+119
* iwlwifi: move iwl4965_set_pwr_src to iwl4965-base.cTomas Winkler2008-08-042-33/+31
* iwlwifi: move beacon handling to iwl4965-base.cTomas Winkler2008-08-044-39/+37
* iwlwifi: move iwl4965_mac_ampdu_action to iwl4965-base.cTomas Winkler2008-08-043-38/+34
* iwlwifi: corrects power_level in sysfsEsti Kummer2008-08-043-63/+58
* iwlwifi: add power save to 5000 HWMohamed Abbas2008-08-047-24/+18
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-08-012-8/+10
|\
| * iwl3945: Fix statistics in monitor modeMaxim Levitsky2008-08-011-4/+6
| * iwlwifi: don't stop queue in the middle of fragmented packetTomas Winkler2008-08-011-4/+4
* | Remove newline from the description of module parametersNiels de Vos2008-08-011-1/+1
|/
* mac80211: partially fix skb->cb useJohannes Berg2008-07-292-2/+2
* drivers/net/wireless/iwlwifi/iwl-led.c: printk fixAndrew Morton2008-07-291-1/+3
* iwlwifi: small compile warnings without CONFIG_IWLWIFI_DEBUGDenis V. Lunev2008-07-291-0/+2
* iwlwifi: compilation error when CONFIG_IWLWIFI_DEBUG is not setDenis V. Lunev2008-07-291-6/+2
* iwl-3945: add #ifdef CONFIG_IWL3945_LEDS to avoid compile warning.Rami Rosen2008-07-291-0/+2
* mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flagJohannes Berg2008-07-292-4/+2
* iwlwifi: make index unsigned int for iwl_send_led_cmdAbhijeet Kolekar2008-07-143-3/+4
* iwlwifi: Fix LEDs for 3945Abhijeet Kolekar2008-07-143-85/+64
* iwlwifi: send TXPOWER command after a new RXON commandZhu Yi2008-07-141-10/+10
* iwlwifi: enable active scanningTomas Winkler2008-07-141-41/+45
* iwlwifi: unify 4965 and 5000 scanning codeTomas Winkler2008-07-145-23/+33
* iwlwifi: LED use correctly blink tableTomas Winkler2008-07-144-71/+61
* iwlwifi: fix LED stallTomas Winkler2008-07-143-50/+39
* iwlwifi: differentiate 4965 and 5000 hw ampdu queues numberTomas Winkler2008-07-146-13/+30
* iwlwifi: make iwl4965_mac_conf_tx in atomic contextEmmanuel Grumbach2008-07-143-33/+24
* iwlwifi: rs always set lq_sta->privTomas Winkler2008-07-141-2/+0
* iwlwifi: remove post associate workTomas Winkler2008-07-142-19/+0
* iwlwifi: fixes RTS / CTS supportEmmanuel Grumbach2008-07-146-7/+37