summaryrefslogtreecommitdiffstats
path: root/drivers/net/fealnx.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-28mwl8k: remove duplicate local per-vif copy of ieee80211_bss_confLennert Buytenhek1-22/+16
2009-12-28mwl8k: remove unused mwl8k_vif::privLennert Buytenhek1-6/+0
2009-12-28mwl8k: fix up AP vs. STA firmware image receive descriptor handlingLennert Buytenhek1-64/+60
2009-12-28mwl8k: do rx/tx ring initialisation after loading firmwareLennert Buytenhek1-47/+57
2009-12-28mwl8k: get rid of the struct mwl8k_firmware abstractionLennert Buytenhek1-17/+9
2009-12-28mwl8k: add 2.4GHz channels 12, 13 and 14Lennert Buytenhek1-0/+3
2009-12-28mwl8k: initialize the mwl8k_info_tbl table using the MWL* enumsLennert Buytenhek1-2/+2
2009-12-28mwl8k: inline qos field manipulation functionsLennert Buytenhek1-41/+10
2009-12-28mwl8k: get rid of the AMSDU check in the transmit pathLennert Buytenhek1-11/+0
2009-12-28mwl8k: hw is never NULL in mwl8k_set_radio_preamble()Lennert Buytenhek1-5/+1
2009-12-28mwl8k: firmware command code cleanupLennert Buytenhek1-324/+323
2009-12-22ath9k: Fix TX poll routineSujith1-0/+2
2009-12-22ath9k: Remove ANI lockSujith2-16/+4
2009-12-22ath9k: Clarify Interrupt mitigationSujith2-6/+6
2009-12-22iwlwifi: Constify struct iwl_opsEmese Revfy5-7/+7
2009-12-22iwlwifi: use new mac80211 SMPSJohannes Berg8-38/+32
2009-12-22zd1211rw: improve ejecting of fake CDROMStefan Seyfried1-5/+9
2009-12-22ar9170usb: add Sphairon Homelink 1202 USB IDStefan Seyfried1-0/+2
2009-12-22mac80211: only bother printing highest data rate on debugfs if its setLuis R. Rodriguez2-3/+14
2009-12-22mac80211: parse the HT capabilities info through debugfsLuis R. Rodriguez1-1/+47
2009-12-22mac80211: make debugfs mcs set entry reflect 16 bitsLuis R. Rodriguez1-1/+1
2009-12-22ath9k: add MCS rate index back to debufs rcstatLuis R. Rodriguez2-6/+36
2009-12-22mac80211_hwsim: Check all local addresses for TX Ack statusJouni Malinen1-2/+33
2009-12-22mac80211: disallow fixing bitrates with hw rate controlJohannes Berg1-14/+22
2009-12-22iwmc3200wifi: Avoid an offset calculation for each management frame.Joe Perches1-13/+12
2009-12-22libertas: remove priv->ratebitmapHolger Schurig2-4/+1
2009-12-22libertas: remove priv->capabilityHolger Schurig4-15/+3
2009-12-22libertas: make mesh configurableHolger Schurig7-6/+47
2009-12-22libertas: add access functions for mesh open/connect statusHolger Schurig7-10/+16
2009-12-22libertas: move mesh SSID initialization into mesh.cHolger Schurig2-4/+3
2009-12-22libertas: decouple mesh and rtapHolger Schurig1-2/+17
2009-12-22libertas: move mesh-related definitions into mesh.hHolger Schurig2-12/+9
2009-12-22libertas: remove mesh_autostart_enabled and sync_channelHolger Schurig3-29/+2
2009-12-22libertas: use priv->mesh_tlv instead of priv->mesh_fw_verHolger Schurig4-28/+16
2009-12-22mac80211: dont try to use existing sta for APJohannes Berg1-33/+24
2009-12-22cfg80211: avoid sending spurious deauth to userspaceJohannes Berg1-2/+9
2009-12-22mac80211: allow disabling 40MHz on 2.4GHzJohannes Berg4-3/+25
2009-12-22mac80211_hwsim: implement ampdu actionJohannes Berg1-0/+26
2009-12-22mac80211: enable spatial multiplexing powersaveJohannes Berg12-12/+518
2009-12-22iwmc3200wifi: rx aggregation supportZhu Yi1-5/+41
2009-12-22wireless: add ieee80211_amsdu_to_8023sZhu Yi3-90/+137
2009-12-22mac80211 : fix a race with update_tkip_keygregor kowski2-19/+27
2009-12-22rt2x00: Fix trimming of L2 padded frames.Gertjan van Wingerde1-1/+1
2009-12-22rt2x00: Fix rt2800usb RX frame format and as such L2PADBenoit Papillault2-31/+97
2009-12-22rt2x00: Disable RX aggregation for rt2800usbBenoit PAPILLAULT1-3/+1
2009-12-22rt2x00: Only remove L2 padding in received frames if there is payload.Gertjan van Wingerde1-1/+3
2009-12-22rt2x00: Reorganize L2 padding inserting function.Gertjan van Wingerde1-33/+27
2009-12-22rt2x00: Remove SKBDESC_L2_PADDED flag.Gertjan van Wingerde4-16/+4
2009-12-22rt2x00: Further L2 padding fixes.Gertjan van Wingerde2-3/+11
2009-12-22rt2x00 : trim the skb after having the l2pad removed.Alban Browaeys3-5/+3