Caltroid 0.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Caltroid 0.3 (Default branch)
# 1  
Old 01-20-2009
Caltroid 0.3 (Default branch)

ImageCaltroid is a Caltrain schedules application forthe Google Android platform. It has the ability toautomatically locate the nearest station usingGPS. This application is aimed at commuters on theSan Francisco Peninsula and in the Santa ClaraValley, California, in the United States. Caltrainis a commuter rail line that runs from eastern SanFrancisco, California, at 4th and King Streets toGilroy, California.License: The Apache License 2.0Changes:
A problem where only the first 30 trains for a day were showing was fixed. Internationalization fixes were made. Finnish and Spanish (Google Translation) localizations were added. The timetable date is now displayed in About.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
IEEE80211_STA_BLOCK_(9) 				     Advanced driver interface					   IEEE80211_STA_BLOCK_(9)

NAME
ieee80211_sta_block_awake - block station from waking up SYNOPSIS
void ieee80211_sta_block_awake(struct ieee80211_hw * hw, struct ieee80211_sta * pubsta, bool block); ARGUMENTS
hw the hardware pubsta the station block whether to block or unblock DESCRIPTION
Some devices require that all frames that are on the queues for a specific station that went to sleep are flushed before a poll response or frames after the station woke up can be delivered to that it. Note that such frames must be rejected by the driver as filtered, with the appropriate status flag. This function allows implementing this mode in a race-free manner. To do this, a driver must keep track of the number of frames still enqueued for a specific station. If this number is not zero when the station goes to sleep, the driver must call this function to force mac80211 to consider the station to be asleep regardless of the station's actual state. Once the number of outstanding frames reaches zero, the driver must call this function again to unblock the station. That will cause mac80211 to be able to send ps-poll responses, and if the station queried in the meantime then frames will also be sent out as a result of this. Additionally, the driver will be notified that the station woke up some time after it is unblocked, regardless of whether the station actually woke up while blocked or not. AUTHOR
Johannes Berg <johannes@sipsolutions.net> Author. COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 IEEE80211_STA_BLOCK_(9)